@charset "utf-8";
/* 内页banner */
.ny_banner{
    position: relative;
}
.ny_banner .banner_img img{
    display: block;
    width: 100%;
    height: auto;
}
.ny_banner .lmmc{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    display: flex;
    background: url(../img/dqwz_bg.png) no-repeat right bottom;
    justify-content: space-between;
    align-items: flex-end;
}
.ny_banner .lmmc h2{
    width: 17%;
    height: auto;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 25px 0;
    background: rgba(0, 90, 140, 0.8);
    border-radius: 5px 5px 0 0;
}
.ny_banner .lmmc p{
    background: url(../img/dqwz_icon.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 15px;
    display: none;
}
.ny_banner .lmmc p,.ny_banner .lmmc p a{
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #fff;
}
.ny_banner .lmmc p a:hover{
    color: #005a8c;
}
.ny_banner .lmmc p span{
    display: inline-block;
    margin: 0 10px;
}

.main{
}
/* 左侧导航 */
.left_dh{
    width: 17%;
    padding-bottom: 27px;
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(7,0,2,0.11);
}
.left_dh ul li{
    padding: 0 20px;
    position: relative;
}
.left_dh ul li a{
    display: block;
    font-size: 18px;
    color: #010101;
    padding: 15px 0 15px 20px;
    line-height: 24px;
    border-bottom: 1px solid #e2e2e2;
}
.left_dh ul li.hover a,.left_dh ul li a:hover{
    color: #005a8c;
    font-weight: bold;
}
.left_dh ul li a::before{
    display: none;
    content: "";
    width: 3px;
    height: 30px;
    background: #005a8c;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.left_dh ul li.hover a::before{
    display: block;
}
.right{
    width: 78%;
}
h2.right_lmmc{
    font-size: 30px;
    color: #010101;
    text-align: center;
    line-height: 35px;
    margin: 40px 0 20px;
    padding-bottom: 15px;
    position: relative;
}
h2.right_lmmc::before{
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background: #005a8c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.con img{margin:auto;}
/* 单篇页 */
.right{
    margin-bottom: 100px;
}
.dp .con p,.dp .con p span{
    font-size: 18px!important;
    line-height: 34px!important;
    color: #000000;
    text-indent: 2em;
    margin-bottom: 5px;
    text-align: justify;
}
/* 图片列表 */
.list_img{
    
}
.list_img li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
}
.list_img li:nth-of-type(3n){
    margin-right:0;
}
.list_img li a{
    display: block;
    width: 100%;
    height: auto;
}
.list_img li p.img,.list_img a img{
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all .8s;
}
.list_img p.tit{ 
    line-height: 50px;  
    text-align: center;  
    font-size: 18px;  
    color: #222;  
    border: 1px solid #ddd;   
    box-sizing: border-box;
}
.list_img a p.img{
    overflow:hidden;
}
.list_img a:hover p.img img{
    transform:scale(1.2);
}
.list_img a:hover p.tit{
    color:#005a8c;
    font-weight:bold;
}
/* 内容页 */
.content h2.bt{
    font-size: 30px;
    color: #010101;
    line-height: 40px;
    margin: 40px 0 20px;
    position: relative;
}
.content .wzxx{
    background: #f8f8f8;
    padding: 10px 25px;
    margin-bottom: 15px;
}
.content .wzxx p{
    font-size: 14px;
    color: #6c6c6c;
    line-height: 40px;
    margin-right: 40px;
}
.content .con p,.content .con p span{
    font-size: 18px!important;
    line-height: 34px!important;
    color: #000000;
    text-indent: 2em;
    margin-bottom: 5px;
    text-align: justify;
}
#vsb_content img.img_vsb_content,#vsb_content_2 img.img_vsb_content{
    display: block;
    margin: 0 auto;
    width: 600px;
    height: auto;
    max-width: 80%;
}
/* 列表页 */
.list ul li{
    margin-top: 30px;
}
.list ul li a{
    display: block;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px 6px rgba(0,60,112,0.1);
    background: #fff;
}
.list ul li a p.time{
    width: 90px;
    height: auto;
    background: #005a8c;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
}
.list ul li a p.time span{
    display: block;
    font-size: 20px;
}
.list ul li a p.more{
    width: 100px;
    font-size: 15px;
    color: #373535;
    line-height: 35px;
    padding-right: 30px;
    background: url(../img/list_more.png) no-repeat right center;
    box-sizing: border-box;
}
.list ul li a p.con{
    width: calc(100% - 240px);
}
.list ul li a p.con span{
    display: block;
}
.list ul li a p.con span.tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.list ul li a p.con span.txt{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
}
.list ul li a:hover p.con span.tit{
    color: #005a8c;
}
.list ul li a:hover p.con span.txt{
    color: #333;
}
/*下载专区*/
.list_xzzq ul{
    margin-top: 20px;
}
.list_xzzq ul li{
    
}
.list_xzzq ul li a{    
    display: block;    
    width: 100%;    
    line-height: 48px; 
    border-bottom: 1px solid #e2e2e2;     
    font-size: 18px;  
    color: #000;
}
.list_xzzq ul li span{
    display: block;
    width: 80px;
    line-height: 34px;
    text-align: center;
    background: #005a8c;
    color: #fff;
    margin-top: 7px;
    border-radius: 5px;
    text-indent: 0;
    font-weight:normal;
}
.list_xzzq ul li a:hover{
    color: #005a8c;
    font-weight:bold;
    text-indent:10px;
}
/* 组图内容页 */
.gallery_tswybig {    
    position: relative;
}
.gallery_tswysmall {   
    box-sizing: border-box;   
    padding: 15px;   
    border: 1px solid #dfd9d9;
}
.gallery_tswybig .img{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 540px;
}
.gallery_tswybig .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_tswybig .next,
.gallery_tswybig .prev{
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 44px;
    margin-top: -70px;
    height: 90px;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}
.gallery_tswybig .prev{
    background: url(../img/tswy_arrow1.png) no-repeat center;
    left: 0px;
}
.gallery_tswybig .next{
    background: url(../img/tswy_arrow2.png) no-repeat center;
    right: 0px;
}
.gallery_tswysmall .img{
    padding-bottom: 56.36%;
}
.gallery_tswysmall .img em{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;background-size: auto 100%;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.gallery_tswysmall .img:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,90,140,0.3);
}
.gallery_tswysmall .swiper-slide-active .img:after{
    background: none;
}
/* 师资列表页 */
.teacher h1{
    display: block;
    text-align: center;
    color: black;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 30px;
}
.teacher h2{
    display: block;
    text-align: center;
    color: black;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.teacher ul li{
    float: left;
    width: calc(95% / 6);
    margin-right: 1%;
    margin-top: 30px;
}
.teacher ul li:nth-of-type(6n){
    margin-right: 0;
}
.teacher ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.teacher ul li a img{
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.teacher ul li a p{
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 5px 0;
    border: 1px solid #ddd;
}
/* 检索结果页 */
.searchWrap {
    min-height: 600px;
    background: #fff;
    margin-top: 35px;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #005a8c;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #005a8c;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}