@import "article.css";
body {
    background: #f7f7f7!important;
}
.banner_page {
    width: 1200px;
    position: absolute;
    left:calc(50% - 600px);
}
.detail_banner {
    position: relative;
    width: 100%;
    height: 497px;
    margin-bottom:38px;
    padding:0;
    background: url('/assets/2021/img/detail_t_bg.jpg') no-repeat center;
    background-size: cover;
}
#detail-main {
    padding-right: 0;
}
#detail-slide {
    width: 345px;
    margin-left: 5px;
    padding-right: 0;
    padding-left: 10px;
}
#detail-body {
    width: 850px;
    padding: 0;
}
.meeting_title_box {
    padding-top:185px;
}
.meeting_title_box h1 {
    color:#3c81b9;
    font-size:30px;
    font-weight: bold;
    margin-bottom:35px;
}

.meeting_title_box ul li{
    height: 30px;
    line-height: 30px;
    color:#5b5b5b;
    font-size:14px;
}
.btn_download {
    position: absolute;
    top: 300px;
    right: 0;
    width: 168px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 14px;
    color:#3c81b9;
    border:1px solid #3c81b9;
}
.btn_download img{
    margin-left:10px;
}
.article-block,.slide-block {
    float: left;
    width: 100%;
    margin-bottom:15px;
}
.article-block h2 {
    background: #dce8f2;
    height: 44px;
    line-height: 44px;
    color:#000000;
    font-size:18px;
    border-radius: 20px 0 0 20px;
    margin-bottom: 15px;
}
.article-block h2 i{
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    background: url('/assets/2021/img/icon_arrow@2x.png') no-repeat center center;
    background-size: cover;
    margin-right:20px;
}
.article-text {
    padding: 15px;
    font-size:14px!important;
    color:#666666!important;
    font-family: unset!important;
    line-height: 30px;
}
.article-text p {
    font-size:14px!important;
    color:#666666!important;
    font-family: unset!important;
}

.article-text h1,
.article-text h2,
.article-text h3,
.article-text h4,
.article-text h5{
    font-size: unset!important;
    padding: unset!important;
    margin: unset!important;
}
.article-ul li {
    width: 200px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    border:1px solid #eeeeee;
    text-align: left;
    padding-left:50px;
    background: url('/assets/2021/img/icon_item@2x.png') no-repeat 20px center;
    background-size: 18px;
}
.vistor-li{
    width: 95%;
    height: 40px;
    margin-bottom:10px;
    line-height: 40px;
    float:left;
    border:1px solid #eeeeee;
    text-align: left;
    padding-left:50px;
    background: url('/assets/2021/img/icon_item@2x.png') no-repeat 20px center;
    background-size: 18px;
}
.slide-text {
    font-size:14px;
    color:#666666;
    line-height: 30px;
    padding:10px;
}
.slide-block h2 {
    font-size:16px;
    color:#000000;
    padding-left:10px;
    padding-bottom:15px;
    height: 40px;
    line-height: 40px;
    border-bottom:1px solid #eeeeee;
}

.slide-cat .col {
    margin-bottom:5px;
    text-align: center;
}
.slide-cat a{
    width: 98px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding-left:5px;
    padding-right:10px;
    display: block;
    background: #3c81b9;
    border-radius: 15px;
}
.slide-cat a:hover {
    background: #a71930;
}
.slide-cat .fa-tags {
    font-size:16px;
}
.tab_active {
    color:#3c81b9;
    border-bottom: 1px solid #3c81b9;
}
.slide-list {
    counter-reset:sectioncounter;
}
.slide-list li:before{
    display: inline-block;
    content: counter(sectioncounter)"、";
    counter-increment: sectioncounter;
}
.slide-list li{
    color:#797979;
    line-height: 30px;
    height: 30px;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;  /*要显示的行数*/
    -webkit-box-orient: vertical;
}
.slide-list li a{
    color:#797979;
}
.slide-news {
    width: 100%;
    padding:0;
}
.slide-news li {
    padding-bottom:22px;
    padding-top:15px;
    border-bottom: 1px solid #eee;
    margin-left:15px;
    margin-right:15px;
}
.slide-news li h6{
    color:#444444;
    font-size:14px;
    font-weight: unset;
    max-height: 45px;
    line-height: 24px;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  /*要显示的行数*/
    -webkit-box-orient: vertical;
}
.slide-news:hover {
    background: #f7f7f7;
}
.desc-text {
    color:#939393;
    font-size:14px;
    max-height: 45px;
    line-height: 24px;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  /*要显示的行数*/
    -webkit-box-orient: vertical;
}
.slide-section {
    padding:0;
}
.slide-ad {
    display: block;
    background:url('/assets/2021/img/contact@2x.png') no-repeat center center;
    background-size: contain;
    width: 100%;
    min-height: 166px;
    max-height: 271px;
    float:left;
}
.article-section:last-child {
    margin-bottom: 0;
}
.article-block-title {
    font-size:18px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    color:#000000;
    border-left:3px solid #3c81b9;
    padding-left:11px;
    margin-left:15px;
    margin-top:10px;
}
.btn {
    width: 125px;
    height: 42px;
    border-radius: 0;
    border:0;
}
.form-control {
    border-radius: 0;
}
.his_title a{
    color:#3c81b9;
}
#baoming_form .form-label {
    font-size:16px;
    font-weight: bold;
}
#baoming_form .row {
    margin-bottom:10px;
}

#baoming_form .form-control {
    font-size:14px;
}
textarea.form-control {
    min-height: 70px!important;
}

#baoming_form #form-title {
    color:#9d9d9d;
}
#baoming-box {
    border-top:2px solid #3c81b9;
}

.tiaokuan td, .tiaokuan tr, .tiaokuan {
    border: 0!important;
    padding:0!important;
}