.index-nav{display: none;}
.dn{
    display: none;
}
.special-headline {
    margin-top: 15px;
}

.special-headline blockquote {
    border-radius: 3px;
    padding: 15px 17px;
    border: none;
    background: #f5f9ff;
    font-family: 'Open Sans', sans-serif !important;
}

.special-headline blockquote:before {
    content: ' ';
}

.special-headline blockquote h3 {
    line-height: 35px !important;
    margin-bottom: 0px;
    margin-top: 0 !important;
    font-size: 16px !important;
    font-weight: 400;
    color: #222;
}

.special-headline blockquote h3::before {
    font-size: 100px;
    display: block;
    float: left;
    line-height: 1;
    height: 35px;
    opacity: .4;
    padding-right: 10px;
}
.navbar{
    margin-bottom: 0;
}
.special-banner {
    width: 100%;
}
.special-banner img{
    width: 100%;
}

.special-title .label {
    margin-left: 20px;
}

.special-title h1 {
    font-size: 36px;
    color: #000;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.channel-news{
    border-bottom: 4px solid #dedede;
}
.channel-news .category-title{
    background: none;
    height:40px;
    margin-bottom: 10px;
}
.channel-news .category-title .channel-name:before{
    width:22px;
    left:-25px;
}
.article-video video{
    border-radius: 8px;
}
.show-news{
    border:1px solid #f2f2f2;
    box-shadow: 0 9px 18px 3px rgb(0 94 209 / 8%);
    margin: 0 50px;
    padding: 20px;
    height:600px;
    overflow: hidden;
}
#show-all{
    text-align: center;
    display: block;
    margin: 20px;
    font-size: 20px;
    cursor: pointer;
}
#show-all2{
    text-align: center;
    display: block;
    margin: 20px;
    font-size: 20px;
    cursor: pointer;
}
#index-focus .item .carousel-img,#index-focus2 .item .carousel-img{
    height:640px;
}
.article-text img{
    max-width: 100%;
    max-height:1000px;
}
.file-text p{
    font-size: 18px;
    line-height: 2;
    text-decoration: underline;
}
.file-text p a{
    color:rgb(0, 102, 204);
    background: url(/assets/addons/nkeditor/themes/black/images/nkeditor.svg) no-repeat;
    background-position:0 -103px;
    padding-left: 25px;
}
.file-text p img{
    display: none;
}
.worker-text{
    margin-top: 20px;
    padding-top: 20px;
    border-top:5px solid #f1f1f1;
    font-size: 16px;
    text-align: right;
}
.worker-text img{
    display: inline-block;
    margin-bottom: 15px;
}
.medialist li{
    line-height: 30px;
    list-style-type: none;
    display: inline-block;
    width: 16%;
    color: #222;
}

.pics li{
    text-align: center;
    list-style-type: none;
    margin-top:15px;
}
.pics li img{
    width:1000px;
    margin:0 auto;
    border:1px solid #f2f2f2;
}
@media (min-width: 767px) {
  .article-list .media .media-left a{
    width: 270px;
  }
  .article-list .article-title{
    font-size: 23px;
  }
  .article-list .article-intro{
    font-size: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
    .pics{
        padding-left: 0;
    }
    .pics li img{
        width:100%;
        margin:0 auto;
        border:none;
    }
    .special-headline blockquote h3{
        line-height: 28px!important;
    }
    .special-headline blockquote h3::before{
        height:28px!important;
        position:relative;
        top: -7px;
    }
    .special-title h1 {
        font-size: 22px;
        line-height: 1.3;
        padding-left: 0;
        margin-bottom: 0;
    }
    .file-text{
        margin-top: 25px;
    }
    .file-text p{
        font-size: 16px;
        line-height: 1.7;
        text-decoration: underline;
    }
    .show-news{
        border:none;
        box-shadow: none;
        margin:30px 0 0 0;
        padding: 0;
    }
    .channel-news .category-title .channel-name:before{
        width: 18px;
    }
    .channel-news .category-title .channel-name{
        padding-left: 0;
    }
    .channel-news .category-title{
        margin-top: 10px;
        margin-bottom: 5px!important;
    }
    blockquote{
        margin-bottom: 10px;
    }
    #index-focus .item .carousel-img,#index-focus2 .item .carousel-img{
        height:210px;
    }
    .article-video video{
        border-radius: 0;
    }
    .show-news{
        height:400px;
    }
    .special-headline blockquote h3 {
        font-size: 14px !important;
    }

    .special-headline blockquote h3::before {
        font-size: 80px;
    }
    .panel-body{
        padding-top: 0!important;
    }
}
