﻿#Content {
    width: 1300px;
    margin: 0 auto;
}
.navigation {
    /*background: url(../images/site2021/navigation.png) no-repeat 20px center #fff;*/
    font-size: 16px;
    line-height: 50px;
    margin: 20px 0;
    text-indent: 3em;
    border-radius: 2px;
    color: var(--color);
}
.content {
    background: #fff;
    padding: 20px;
}
.content .art-title {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    line-height: 60px;
    padding: 30px 0;
}
.content .article {
    margin: 0;
}

.content .article {
    padding: 20px 50px;
    /*margin: 30px 0;*/
}
.art-leader {
    text-align: center;
}
.content .article img {
    width:220px; 
    height:auto;
    /* max-width: 98% !important;
    height: auto !important; */
}

.art-leader img {
    width: 220px;
    height: auto;
}
.tab-title {
    /* border-bottom: 1px solid #d5dbe6; */
    position: relative;
    line-height: 42px;
    background: #f5f5f5;
}
.tab-title .tab-item, .tab-title .li {
    font-size: 17px;
    line-height: 42px;
    position: relative;
    margin-right: 920px;
    display: inline-block;
    color: #000;
    margin-bottom: -1px;
    vertical-align: top;
    width: 60px;
}
.tab-title .tab-item.active a, .tab-title .li.active a {
    /* color: #015293;
    border-bottom: 2px solid  #015293; */
    color: #333;
    font-weight: bold;
}

.tab-title .tab-item a, .tab-title .li a {
    display: block;
    padding: 0 10px;
}
.art-info {
    margin: 40px 0 40px;
}
p {
    white-space: normal;
    text-indent: 2em;
    line-height: 2em;
    text-align: justify;
}





.oldModel .tab-title .tab-item, 
.oldModel .tab-title .li{width: 100px;}






































