@charset "utf-8";
/*内页banner*/
/*.nybanner{width:100%;position:relative;}
.nybanner img{width:100%;height:360px;object-fit:cover;}*/

.ny_banner a,.ny_banner a img{
    display: block;
    width: 100%;
    height: auto;
}
.ny_banner a img{
    min-height:360px;
    object-fit: cover;
}
/* 当前位置 */
.ny_banner{
    position: relative;
    overflow: hidden;
}
.ny_banner .dqwz{
    position: absolute;
    right: 200px;
    bottom: 0;
    min-width: 400px;
    background: #3479cc;
    text-align: right;
    box-sizing: border-box;
    padding: 0 25px;
    display: none;
}
.ny_banner .dqwz::after{
    content: "";
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-width: 25px 25px 25px 25px;
    border-style: solid;
    border-color: transparent #3479cc #3479cc transparent;
}
.ny_banner .dqwz::before{
    content: "";
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-width: 25px 25px 25px 25px;
    border-style: solid;
    border-color: #3479cc transparent transparent #3479cc;
}
.ny_banner::before{
    content: "";
    display: none;
    position: absolute;
    right: -35px;
    bottom: 0;
    width: 190px;
    height: 66px;
    background: #004f98;
    transform: skewX(-45deg);
}
.ny_banner .dqwz p{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}
.ny_banner .dqwz a{
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    width: auto;
}
.ny_banner .dqwz a:hover{
    color: #a6ce39;
}

.main{
    margin: 60px 0;
}
/* 左侧导航 */
.left_dh{
    width: 240px;
    box-sizing: border-box;
}
.left_dh h2{
    font-size: 24px;
    line-height: 1;
    padding: 43px 0;
    text-align: center;
    color: #FFF;
    background: #3479cc;
    background-size: cover;
}
.accordion
{
    max-width: 100%;
    border-top: none;
    background: #e2eeff;
    padding-bottom: 130px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 8px;
    color: #4D4D4D;
    font-size: 18px;
    border-bottom: 1px dashed #adc9eb;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}
.accordion .link a{color: #4D4D4D;}

.accordion li:hover{/* background: #bee8cd; */}
.accordion .link:hover{color:#fff;font-size:20px;font-weight:bold;background: #3d6597;display:block;border-bottom:none;}
.accordion .link:hover a{color:#fff;/* background: #00923f; */}
.accordion .current{background: #2f5583;display:block;font-weight:bold;}
.accordion .current a{color:#fff;}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}
.accordion li i {
    position: absolute;
    top: 21px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(../images/icon9_07.png) no-repeat;
}
.accordion .current i.fa-chevron-down { background: url(../images/icon10.png) no-repeat;}
.accordion li.open .link {border-left:5px solid #ffd800;}
.accordion li.open .link a {
    color: #2f5583;
    font-weight: bold;
}

.accordion li.open i {
    background: url(../images/icon9_03.png) no-repeat;width:13px;height:8px;
}

/* .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
} */
.submenu {
    display: none;
    background: #ffffff;
    font-size: 14px;
}

.submenu li {
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px 0px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 16px;
}

.submenu a.current{color: #fff;font-weight: 800;background: transparent;color: #3479cc;}


.submenu a:hover ,.submenu li.current a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #2f5583;
}
.accordion li i.fa-chevron-down:before{background: url(../images/icon9_03.png) no-repeat;width:13px;height:8px;display: inline-block;}
.right_con{
    width: calc(100% - 300px);
    margin-left: 60px;
}
.right_con1{width:100%;margin-left: 0;}
/* 学院简介 */
.jjgk img.icon{
    display: block;
    width: auto;
    height: auto;
}
.jjgk h1{
    font-size: 70px;
    color: #a6ce39;
    margin: 50px 0;
}
.jjgk h2{
    font-size: 30px;
    color: #144b8f;
    margin-bottom: 50px;
}
.jjgk .jjgk_sub p{
    font-size: 15px;
    line-height: 30px;
    color: #808080;
    margin-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
}
.jjgk .jjgk_sub img{
    display: block;
     float: right;
     margin: 20px 0 20px 20px;
}

/* 列表页 */
.list ul li {
    padding: 25px 0;
    border-bottom: 1px solid #f2f2f2;
    clear:both;
}
.list ul li:first-of-type{
    padding-top: 0;
}
.list ul li a{
    display: block;
    width: 100%;
}
.list ul li a p.con {
    padding: 10px 35px 10px 0;
    box-sizing: border-box;
    width: calc(100% - 110px);
    border-right: 1px solid #f2f2f2;
}
.list ul li a p.con span.tit{
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list ul li a p.con span.txt{
    font-size: 15px;
    line-height: 30px;
    color: #808080;
    display: block;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list ul li a:hover p.con span.tit{
    color: #306ecb;
}
.list ul li a p.time {
    width: 110px;
    box-sizing: border-box;
}
.list ul li a p.time span{
    display: block;
    text-align: center;
    font-size: 50px;
    color: #306ecb;
    line-height: 74px;
}
.list ul li a p.time span:nth-of-type(2){
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.list ul li a p.time span.btn{
    width: 100%;
    line-height: 42px;
    background: #a20100;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.list ul li a p.time span.btn:hover{
    background: #a6ce39;
}
.list ul li.tit_img a p.img{
    float: left;
    width: 220px;
    height: 136px;
    overflow: hidden;
}
.list ul li.tit_img a p.img img{
    display: block;
    width: 100%;
    height: 136px;
    object-fit: cover;
    transition: all .8s;
}
.list ul li.tit_img a:hover p.img img{
    transform: scale(1.2);
}
.list ul li.tit_img a p.con {
    padding: 10px 35px 10px 20px;
    box-sizing: border-box;
    width: calc(100% - 330px);
}
.list ul li.tit_img  p.con{
    margin-top: 5px;
}
.list ul li.tit_img  p.time{
    margin-top: 11px;
}

.list1 ul li{padding:10px 0px;}


/* 内容页 */
.content h2.tit{
    font-size: 30px;
    line-height: 34px;
    padding: 15px 0;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}
.content p.wzxx{
    font-size: 16px;
    color: #b2b2b2;
    line-height: 20px;
    text-align: center;
    padding-bottom: 20px;

    margin-bottom: 30px;
}
.content .con_sub{
    padding-bottom: 20px;
 
}
.content .con_sub p{
    font-size: 16px !important;
    line-height: 30px !important;
    color: #808080 !important;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 20px;
}

#vsb_content_6 .vsbcontent_start{text-indent:2em !important;font-weight:normal !important;}
.content .con_sub p img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 80%;
}
.content .prev_next{
    margin-top: 60px;
}
.content .prev_next a{
    display: block;
    width: 48%;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .prev_next a:hover{
    color: #0d59a7;
}
.content .prev_next a:last-of-type{
    /* text-align: right; */
    /* margin-left: 4%; */
}
.content .prev_next a:first-of-type{
    text-align: left;
    margin-left: 0;
}

/* 单篇 */
.dp h2.tit{
    border-bottom: 3px double #f5f5f5;
    padding: 20px 0 30px;
    margin-bottom: 30px;
}
/*领导*/
.lead li{clear:both;padding:20px 0px;border-bottom:1px dashed #d5d5d5;}
.lead_img{width: 180px;}
.list .lead a{padding:0px;}
.lead_img img{max-width: 100%;height: 178px;width: 149px;object-fit: cover;}

.lead h2{line-height:36px;font-size:18px;font-weight: bold;color: #333;}
.lead p{margin-top: 11px;line-height: 28px;color: #666;}
.list-w li{line-height: 40px;border-bottom: 1px dashed #ddd;}


.lead1{/* margin-top: 30px; *//* padding-bottom: 87px; */}
.lead1 .bd{text-align: center;border-bottom: solid 1px #ddd;}
.lead1 .bd li{display: inline-block;font-size: 22px;margin: 0px 30px;padding-bottom: 15px;cursor: pointer;}
.lead1 .bd li.on{border-bottom: solid 3px rgb(52 121 204);color: #3479cc;}
.js-box{/* padding: 25px 0; */position: relative;min-height: 110px;/* padding-left: 148px; *//* border-bottom: solid 1px #ddd; */}
.js-list{width: 100%;margin-bottom: 20px;}
.js-left,grxx2>h4{font-size: 21px;color: #3479cc;/* padding-left: 30px; */line-height: 57px;padding: 0 20px;font-weight: bold;position: relative;border-bottom: 1px solid #ddd;}
.js-box .js-list h1{background:none;color:#333;margin: 0;padding-left: 0;margin-bottom: 20px;}
.js-left::after {
    content: '';
    width: 3px;
    height: 20px;
    background-color: #3479cc;
    position: absolute;
    top: 20px;
    left: 0;
}


.js-left span{}
.js-box h1{background:#3479cc;line-height:50px;color: #fff;font-size: 22px;padding-left:20px;margin-bottom:20px;margin-top: 20px;font-weight: bold;}
.js-box p{color:#666;line-height: 30px;font-size: 15px;}
.teacher ul{}
.teacher ul li{
    width: 33%;
    display: inline-block;
    float: left;
    padding: 35px 0;
    /* border-bottom: 1px solid #ddd; */
    position: relative;
    box-sizing: border-box;
    padding-right: 2%;
}
.teacher ul li:nth-child(3n){
    padding-left: 2%;
    padding-right: 0;
}
.teacher ul li span.imgBox{
    width: 23%;
    float: left;
}
.teacher ul li span.imgBox img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.teacher ul li .textBox{
    float: right;
    width: 73%;
}
.teacher ul li .textBox b{
    display: block;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teacher ul li .textBox span{
    display: block;
    font-size: 14px;
    line-height: 24px;
    opacity: .6;
    max-height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 24px;
}
.teacher ul li .textBox span.more{
    font-size: 13px;
    position: absolute;
    bottom: 40px;
}
.teacher ul li .textBox span.more a{}
.teacher ul li .textBox span.more a::after{content:'>';display:inline-block;width:20px;height:20px;margin-left: 10px;font-size: 14px;font-weight: bold;font-family: cursive;}






/* 图片列表 */
.list_img ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.list_img ul li:nth-of-type(3n){
    margin-right: 0;
}
.list_img ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow:hidden;
}
.list_img ul li a p.img{
     width: 100%;
    height: 240px;
    overflow:hidden;
}
.list_img ul li a img{
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all .6s;
}
.list_img ul li a:hover img{
    transform:scale(1.2);
}
.list_img ul li a p.tit{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    height: 68px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .8s;
    padding: 8px;
    border: 1px solid #dfdfdf;
}
.list_img ul li a p.time{
    position:absolute;
    width: auto;
    line-height: 26px;
    font-size:14px;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    background: rgb(0,0,0,0.4);
    right: 0;
    top: 0;
}
.list_img ul li a:hover p.tit{
    color: #0d59a7;
}

/* 检索结果 */
.searchWrap {
    background: #fff;
    margin: 20px 0;
    padding: 30px;
}

.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: #005bac;
    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: #005bac;
}

.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
} 

/* 当前位置 */
.dqwz1{
    padding: 0 0 0 22px;
    background: url(../img/local.png) 0 12px no-repeat;
    /* height: 40px; */
    line-height: 40px;
    border-bottom: #e8e8e8 1px solid;
}
.dqwz1,.dqwz1 span,.dqwz1 i,.dqwz a{
    font-size: 14px;
    color: #999999;
    font-style:normal;
    text-transform: capitalize;
}
.dqwz1 i{ 
    margin:0 6px
}
.dqwz1 a:hover{
    color: #2270e2;
}
.dqwz1 span{ 
    color:#04589f
}


#contents .teachers ul li .textBox span.more a{}
#contents .teachers ul li .textBox span.more a::after{content:'>';display:inline-block;width:20px;height:20px;margin-left: 10px;font-size: 14px;font-weight: bold;font-family: cursive;}
#contents .cont-box { line-height: 2em; font-size: 17px; margin-top: 30px; }
#contents .cont-box ul.yzzc li{
	float:left;
	width: 20%;
}
#contents .cont-box ul.yzzc li:nth-of-type(2){
	width:60%;
	padding: 0 100px 0 50px;
	box-sizing:border-box;
	position:relative;
}
#contents .cont-box ul.yzzc li:nth-of-type(2)::before{
	display:block;
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	background:#e4e3e3;
	top:0;
	right:50px;
}
#contents .cont-box .contTitle { text-align: center; }
#contents .cont-box .date_bar {margin: 20px 0;line-height: 35px;font-size: 14px;color: #555;background: #fafafa;text-align: center;}
#contents .cont-box p {text-indent: 2em!important;font-size: 18px;line-height: 30px!important;background: none!important;font-family: "Microsoft Yahei";text-align: justify;margin-bottom: 5px;}
#contents .cont-box iframe{display:block;width: 100%;margin:0 auto;}
#contents .cont-box p span{background: none!important;font-family: "Microsoft Yahei"!important;font-size: 18px!important;}
#contents .cont-box table p { font-size: 16px; }
#contents .cont-box .tbl_wrap { margin-top: 10px; margin-bottom: 10px; }
#contents .cont-box .tbl_wrap table { }
#contents .cont-box .tbl_wrap table td, .tbl#contents .cont-box .tbl_wrap table th { padding: 15px; border: 1px solid #dde1e4; line-height: 22px; vertical-align: middle; box-sizing: border-box; font-size: 15px; word-break: break-all; }
#contents .cont-box .tbl_wrap table td p, .tbl#contents .cont-box .tbl_wrap table th p { text-indent: 0; margin: 0;/* text-align: center; */ }
#contents .cont-box .tbl_wrap table tr:first-child th { border-top: 3px solid #006ab7; background: #f2f4f6; padding: 10px 0; }
#contents .cont-box .tbl_wrap table th { background: #fafafa; font-weight: normal; }
#contents .cont-box .tbl_wrap table td { background: #fff; }
#contents .cont-box .pageBar { margin-top: 50px; padding: 25px; box-shadow: 0 0 25px #e5e5e5; border-top: 4px solid #006ab7; display: flex; justify-content: center; }
#contents .cont-box .pageBar p { width: 49%; display: inline-block; text-align: center; margin: 0; font-weight: bold; font-size: 16px; }
#contents .cont-box .pageBar p a { display: block; font-weight: normal; }
#contents .cont-box-zy .pageBar { margin-top: 50px; padding: 25px; box-shadow: 0 0 25px #e5e5e5; border-top: 4px solid #006ab7; display: flex; justify-content: center; }
#contents .cont-box-zy .pageBar p { width: 49%; display: inline-block; text-align: center; margin: 0; font-weight: bold; font-size: 16px; }
#contents .cont-box-zy .pageBar p a { display: block; font-weight: normal; }
#contents .cont-box.database { }
#contents .cont-box.database .inner-top { background: #f8f8f8; padding: 30px 50px; margin: 30px 0; border-top: 3px solid #555; }
#contents .cont-box.database .inner-top h3 { }
#contents .cont-box.database .inner-top ul { }
#contents .cont-box.database .inner-top ul li { width: 49%; display: inline-block; font-size: 15px; }
#contents .cont-box.database .inner-top ul li span { margin: 0 10px; }
#contents .cont-box.database .inner-top ul li span:first-child { font-weight: bold; margin: 0; }
#contents .cont-box.database .inner { }
#contents .cont-box.database .inner .tit { font-size: 20px; margin-bottom: 10px; display: block; }
#contents .cont-box.database .inner p { font-size: 16px; text-indent: 0; }
#contents .cont-box p.vsbcontent_img{text-indent: 0!important;}
#contents .cont-box p img {/* display: block; */border: none;height: auto;max-width: 100%;}
#contents .cont-box p img.img_vsb_content{display: none;border: none;height: auto;max-width: 100%;margin: 0 auto;}
#contents .cont-box-zy { margin-top: 40px; }
#contents .cont-box-zy .inner-top { position: relative; }
#contents .cont-box-zy .inner-top .img { /* position: absolute; */ width: 41%; }
#contents .cont-box-zy .inner-top .img img { min-height: 270px; }
#contents .cont-box-zy .inner-top .txt { margin-left: 45%; top: 0; position: absolute; }
#contents .cont-box-zy .inner-top .txt h5 { font-size: 24px; margin-bottom: 15px; }
#contents .cont-box-zy .inner-top .txt p { padding: 4px 0; font-weight: bold; font-size: 15px; color: #575757; }
#contents .cont-box-zy .inner-top .txt p::before { content: ''; width: 17px; height: 17px; display: inline-block; vertical-align: text-bottom; margin-right: 8px; }
#contents .cont-box-zy .inner-top .txt p:nth-child(3)::before { background-position: -92px -24px; }
#contents .cont-box-zy .inner-top .txt p:last-child::before { display: none }
#contents .cont-box-zy .inner-top .txt p a.registration-btn { padding: 13px 45px; color: #FFF; font-weight: bold; border-radius: 5px; background: #006ab7; display: inline-block; margin: 20px 0; }
#contents .cont-box-zy .inner-top .txt p a.registration-btn:hover { background: #459ad8; }
#contents .cont-box-zy .registration { margin: 25px 0; padding: 20px 30px; font-size: 16px; font-weight: bold; background: #f0f8fa; }
#contents .cont-box-zy .registration span { margin: 0 30px; }
#contents .cont-box-zy .registration span:first-child { margin: 0 }
#contents .cont-box-zy .inner { line-height: 2em; font-size: 17px; }
#contents .cont-box-zy .inner p { margin-bottom: 15px; }
#contents .search-box { }
#contents .search-box .sea_bar { padding: 5px; background-clip: padding-box, border-box; background-origin: padding-box, border-box; background-image: linear-gradient(45deg, #2fe1d2, #006ab7); position: relative; margin: 35px 0 20px; }
#contents .search-box .sea_bar input { }
#contents .search-box .sea_bar .txt { line-height: 51px; height: 51px; display: block; width: 100%; text-indent: 10px; padding-right: 5%; box-sizing: border-box; font-size: 17px; }
#contents .search-box .sea_bar .btn { position: absolute; top: 0; right: 0; background: url("../img/s_btn1.png") no-repeat center; background-size: 40%; width: 66px; height: 57px; padding: 20px; cursor: pointer; }
#contents .search-box .type { }
#contents .search-box .type dl { margin: 10px 0; }
#contents .search-box .type dl dt { display: inline-block; width: 85px; font-weight: bold; font-size: 15px; }
#contents .search-box .type dl dd { display: inline-block; }
#contents .search-box .type dl dd a { font-size: 13px; text-transform: uppercase; padding: 3px 10px; margin-right: 5px; border-radius: 4px; display: inline-block; color: #000; }
#contents .search-box .type dl dd a.on { color: #FFF; background: #4f9fd9; }
#contents .search-list { display: block; margin-top: 30px; padding-top: 10px; border-top: 3px solid #ededed; }
#contents .search-list h5 { font-size: 20px; }
#contents .search-list .list_cn, #contents .search-list .list_en { width: 48%; }
#contents .search-list .list_box { margin: 15px 0; }
#contents .search-list .list_box dl { margin: 10px 0; }
#contents .search-list .list_box dl dt { display: block; }
#contents .search-list .list_box dl a { display: inline-block; }
#contents .search-list .list_box dl em { background: url('../img/tip_01.jpg') no-repeat; display: inline-block; width: 31px; height: 18px; vertical-align: text-top; margin: 0 5px; }
#contents .search-list .list_box dl em.n1 { }
#contents .search-list .list_box dl em.n2 { background-position: -32px 0; }
#contents .search-list .list_box dl em.n3 { width: 35px; background-position: -64px 0; }
#contents .search-list .list_box dl em.n4 { background-position: -104px 0; width: 12px; }
#contents .search-list .list_box dl em.n5 { background-position: -121px 0; width: 25px; }
#contents .search-list .list_box dl dd { display: block; margin: 10px 0; }
#contents .search-list .list_box dl dd ul { }
#contents .search-list .list_box dl dd ul li { padding: 5px 0 5px 25px; font-size: 14px; }
#contents .search-list .list_box dl dd ul li a { }
#contents .search-list .list_box dl .details { font-style: initial; font-size: 12px; float: right; border-radius: 50px; border: 1px solid #dedede; padding: 2px 10px; }
#contents .search-list .list_box dl .visit { width: auto; background: none; font-style: inherit; font-size: 13px; }
#contents .search-list .list_box dl .dot { position: relative; float: right; width: 20px; height: 20px; cursor: pointer; }
#contents .search-list .list_box dl .dot:after { display: inline-block; position: absolute; right: 5px; top: 8px; content: ''; width: 7px; height: 7px; border: solid #555; border-width: 1px 1px 0 0; transform: rotate(-45deg); }

.teacher-content{margin-bottom:30px;}
.teacher-content .img{
	float:left;
	width: 20%;
}
.teacher-content .img img{
	display: block !important;
	width: 100%;
	height: 380px;
	object-fit: cover;
}
.teacher-content .text{
	float: left;
	width: 80%;
	padding: 40px;
	height: 380px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.teacher-content img{
	display: none !important;
}
#contents .teacher-content .text p{
	text-indent: 0!important;
	margin-bottom: 0;
	margin: 8px 0;
	line-height: 35px !important;
}
.teacher-content .text h2{
	font-weight: bold;
	font-size: 25px;
	font-family: "宋体";
	color: #213f9a;
	margin-bottom: 20px;
}
.teacher-content p{
	text-indent: 0 !important;
	margin: 0 0 1em 0;
}
.grxx2_text img{display:none;}
.list18{width:100%;height:auto;/* float:left; */}
.list18 li{ position:relative;width:100%; height:auto; float:left; background:#fafffe; padding:5px 50px 5px 50px; border:1px solid #ecf0ef; margin-bottom:10px; }
.list18 li:before{content:"";display:inline-block;width:4px;height:45px;background: #3479cc;position:absolute;left:0px;top:0px;z-index:3;}
.list18 li .list18-1{ font-size:18px; width:80%; height:auto; float:left; line-height:55px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.list18 li .list18-2{ text-align:right; border-left:1px solid #deeeea;width:100px; height:auto; float:right;}
.list18 li .list18-2 .span5{display:inline-block;width:100%;font-size:32px;color: #3479cc;line-height:30px;}
.list18 li .list18-2 .span6{display:inline-block;width:100%;font-size:12px;color: #3479cc;line-height:25px;}

@media all and (max-width:1500px){
	.container{padding: 0 3%;}
}


@media all and (max-width:1360px){
	.teacher-content .img{
        width: 25%;
    }
    .teacher-content .text{
        width: 75%; 
    }
}

@media all and (max-width:1200px){
    .list ul li.tit_img a p.img{
        width:180px;
    }
    .list ul li.tit_img a p.con{
        width: calc(100% - 300px);
    }
    .list ul li a p.con span.tit{
        font-size: 18px;
    }
    .list ul li a p.time{
        width: 120px;
    }

   .list ul li a p.con{width: calc(100% - 120px);}

    .list ul li a p.time span:nth-of-type(2){
        font-size:14px;
    }
    .list ul li a p.time span.btn{
        font-size:14px;
    }
    .list_img ul li a p.img,.list_img ul li a img{
        height:180px;
    }
    .list_img ul li a p.tit{
        font-size:14px;
        line-height: 20px;
        height: 50px;
        padding: 5px 10px;
    }

   .lead1 .bd li{font-size:18px;}
   .js-list li{width: 50%;}
   .js-list li a{/* font-size:16px; *//* padding: 0 10px; */}
   .js-left,.js-list{width:100%;float:none;position: relative;left: 0;top: 0;}
    .js-box{padding:0;}
   .list18 li{ padding:10px 20px 10px 20px;}
	.list18 li .list18-1{    font-size: 16px;line-height: 45px;}
	.list18 li .list18-2{width: 55px;}
	.list18 li .list18-2 .span5{font-size: 24px;line-height: 25px;}
	.list18 li .list18-2 .span6{font-size: 12px;    line-height: 20px;}
  .teacher-content .img{
        width: 30%;
    }
   
    .teacher-content .text{
        width: 70%; 
    }

	.teacher ul li{width:50%;}
}
@media all and (max-width:1000px){
    
    .ny_banner a img{
        min-height: 133px;
        object-fit: cover;
    }
    .ny_banner::before{
        display:none;
    }
    .ny_banner .dqwz{
        width:auto;
        right:0;
        min-width: 0;
        padding: 0 15px;
    }
    .left_dh,.right_con{
        float:none;
        width:100%;
    }
    .left_dh{
        padding-left:0;
        background: none;
        text-align: center;
        margin-top: -40px;
        margin-bottom: 30px;
        display: none;
    }
    .right_con{
        margin-left: 0;
        min-height:400px;
    }
    .content h2.tit{
        font-size:22px;
        padding: 0;
    }
    .dp h2.tit{
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .content .con_sub p,.jjgk .jjgk_sub p{
        font-size: 14px !important;
        line-height: 26px !important;
        margin-bottom: 12px;
    }
    .main{
        margin:40px 0;
    }
    .ny_banner .dqwz a{
        font-size:14px;
    }
    .left_dh h2{
        display:none;
    }
    .left_dh ul{
        /* min-height: 0; */
        /* font-size:0; */
        /* text-align:center; */
        /* display: inline-block; */
        /* border-radius: 5px; */
        /* overflow: hidden; */
    }
    .left_dh ul li{
        /* display:inline-block; */
    }
    .left_dh ul li a{
        /* background:#fff; */
        /* width: auto; */
        /* text-align:center; */
        /* padding: 0px 30px; */
        /* line-height: 58px; */
        /* border-right: 1px solid #dcdcdc; */
        /* border-bottom: none; */
    }
    .left_dh ul a:hover, .left_dh ul li.hover a{
        border-right: 1px solid #f2f3f9;
        background: #2543c2;
        border-bottom: none;
    }
    .left_dh ul li:last-of-type a{
        border-right: none;
    }
    .jjgk h1{
        font-size: 50px;
        color: #a6ce39;
        margin: 30px 0;
    }
    .jjgk h2{
        font-size: 26px;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }

  .teacher ul li{width:100%;margin:0;padding: 20px 0!important;}
   .teacher ul li span.imgBox{width:23%;}
   .teacher ul li .textBox{width:75%;}
  .teacher ul li span.imgBox img{height:250px;}



}
@media all and (max-width:800px){
  .teacher-content .img {
    width: 30%;
}
  .teacher ul li span.imgBox img{height:220px;}
     .teacher-content .img{
        width: 40%;
    }
    .teacher-content .img img{
        width: 100%;
        height: 320px;
    }
    .teacher-content .text{
        width: 60%;
        padding: 20px;
        height: 320px;
    }
    .teacher-content img{
        display: none !important;
    }
    #contents .teacher-content .text p{
        margin: 5px 0;
        line-height: 30px !important;
    }
    .teacher-content .text h2{
        margin-bottom: 10px;
    }
    .teacher-content p{
        text-indent: 0 !important;
        margin: 0 0 1em 0;
    }


}





@media all and (max-width:768px){
  
    .dp h2.tit{
        font-size:16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .left_dh{
        margin-top: -32px;
    }
    #vsb_content p.vsbcontent_img img{
        max-width: 90%;
    }
    .main{
        margin:30px 0;
    }
    .ny_banner .dqwz{
        padding:0 5px;
    }
    .ny_banner .dqwz a{
        font-size:12px;
        line-height: 32px;
    }
    .ny_banner .dqwz p{font-size:12px;}
    .ny_banner .dqwz::after{
        border-width: 17px 15px;
        left: -30px;
    }
    .ny_banner .dqwz p{
        line-height:32px;
    }
    .list ul li{
        padding:15px 0;
    }
    .list ul li.tit_img a p.con{
        width: calc(100% - 250px);
        border-right:none;
        padding-right: 0;
    }
    .list ul li a p.time{
        width: 70px;
    }
    .list ul li a p.con{width: calc(100% - 70px);}
   .list ul li a p.time span{font-size:40px;}
    .content h2.tit{
        font-size:18px;
        line-height:26px;
        margin-bottom: 10px;
    }
    .content p.wzxx{
        font-size:14px;
        margin-bottom:20px;
        padding-bottom: 10px;
    }
    .content .prev_next{
        margin-top: 30px;
    }
    .content .prev_next a{
        float:none;
        width: 100%;
    }
    .content .prev_next a:first-of-type,.content .prev_next a:last-of-type{
        text-align: left;
        margin: 0;
        font-size: 14px;
    }
    .jjgk img.icon{
        display: block;
        width: auto;
        height: 80px;
    }
    .jjgk h1{
        font-size: 30px;
        color: #a6ce39;
        margin: 15px 0;
    }
    .jjgk h2{
        font-size: 20px;
        text-align: left;
        line-height: 30px;
        margin-bottom: 10px;
    }
 
}
@media all and (max-width:640px){
    .list_img ul li{
        width:48%;
        margin-right:4%;
    }
    .list_img ul li:nth-of-type(3n){
        margin-right:4%;
    }
    .list_img ul li:nth-of-type(2n){
        margin-right:0;
    }
    .list_img ul li{
        margin-bottom:20px;
    }
     .searchWrap{
        padding:20px 15px;
    }
    .searchWrap .serBox{
        padding:10px;
    }
    .searchWrap .txt{
        width:75%;
    }
    .searchWrap .btn{
        width:25%;
    }
    .searchWrap ul li{
        padding:10px 0;
    }
    .searchWrap ul li a h3{
        font-size:16px;
        margin-bottom: 5px;
    }
    .searchWrap ul li a p{
        font-size:13px;
        line-height: 20px;
        height: 40px;
    }
    .searchWrap ul li a span.time{
        font-size:13px;
    }
}
@media all and (max-width:600px){
        .list ul li a p.time{
        width: 50px;
    }
   .list ul li a p.con{width: calc(100% - 50px);border-right:none;padding-right:10px;}

    .ny_banner .dqwz{
        display:block;
    }
    .left_dh{
        display:none;
    }
	.left_dhsz{display:block;margin-top: 20px;}
	.accordion .link{padding:0;}
	.left_dh ul li a{background:none;}
	.left_dh ul li a{border:none;line-height: 50px;padding: 0;}
	.accordion{padding-bottom:0;}
	.left_dhsz 
    .list ul li.tit_img a p.img{
        width: 100px;
    }
    .list ul li.tit_img a p.img,.list ul li.tit_img a p.img img{
        height:80px;
    }
    .list ul li.tit_img a p.con{
        width: calc(100% - 150px);
        padding: 0 0 0 10px;
    }
    
    .list ul li a p.con span.tit{
        font-size:16px;
        line-height: 20px;
    }
    .list ul li a p.con span.txt{
        font-size:14px;
        line-height: 20px;
    }
    .list ul li a p.time span{
        font-size: 22px;
        line-height: 38px;
    }
    .list ul li a p.time span:nth-of-type(2){
        font-size:12px;
    }
   .ny_banner img{height: 154px;}
   .lead1 .bd li{margin:0;width: 32%;font-size: 15px;}
.teacher ul li span.imgBox img{height:120px;}
	.js-box h1{line-height:30px;font-size:16px;margin-bottom: 10px;}
 .teacher-content{margin-bottom:10px;}
    .teacher-content{
		border: 1px solid #eee;
		padding: 0;
	}
    .teacher-content .img {
	    width: 100%;
	    float:none;
	    margin: 0 auto;
	    margin-top: 10px;
	    height: auto;
	}
	.teacher-content .img img{display:block;width:auto;height:auto;margin:auto;max-width: 80%;}
	.teacher-content .text{
		padding: 20px;
		width: 100%;
		float:none;
		border: 0;
		padding: 0;
		height: auto;
	}
	#contents .teacher-content .text p {
	    margin: 0 0;
	    font-size: 15px !important;
	    line-height: 25px !important;
	    margin-left: 5px;
	}
	.teacher-content .text h2{
		font-size:20px;
		text-align: center;
		margin-bottom: 0;
	}


}
@media all and (max-width:500px){
    .list_img ul li a p.img,.list_img ul li a img{
        height:160px;
    }
    .jjgk img.icon,.jjgk h1{
        display: none;
    }
    .jjgk h2{
        text-align: center;
    }
        .lead_img{display: block;float: none;width: 100%;max-height: 306px;background: #efefef;padding: 18px;box-sizing: border-box;text-align: center;}
  .lead_img img{height: 260px;width: auto;}
  .Teacher h2,.js-left, .js-list h2 a{font-size:18px;}
	.js-list h2{margin-top:10px}
     .js-list li{width:33%;margin-right:0;}
    .bys .lead_img{width:100%;}
    .container{padding: 0 1%;}
   .js-left{font-size:18px;margin-top:15px;}
   

}
@media all and (max-width:440px){
    .list_img ul li{
        width:100%;
        margin-right:0%;
    }
    .list_img ul li:nth-of-type(3n){
        margin-right:0%;
    }
    .list_img ul li:nth-of-type(2n){
        margin-right:0;
    }
    .list_img ul li a p.img,.list_img ul li a img{
        height:220px;
    }
}
.text{font-size: 19px;line-height: 45px;color: #333;}

.location {text-align: left;height: 60px;position: relative;/* margin-top: -61px; *//* background: rgb(51 51 51 / 5%); */line-height: 60px;color: #333;}
.location a{display: inline-block;float: left;color: #333;}
.location span, #contents .location strong {font-weight: 500;padding-left:24px;font-size: 16px;background: url(../img/location-sep1.png) no-repeat 10px 0;}
.location span.home{background: url(../img/location-home1.png) no-repeat 4px 3px;}

.content table,#vsb_content_2 table{border: 0px!important;border-left: 1px solid #ddd!important;border-top: 1px solid #ddd!important;width: auto;max-width: 95%;margin: 10px auto;}
.content table tr td,#vsb_content_2 table tr td{border-left: 0px!important;text-align: center;border-top: 0px!important;line-height: 23px;padding: 5px;border-right: 1px solid #ddd!important;border-bottom: 1px solid #ddd!important;text-indent: 0;vertical-align: middle;}
.content table tr td p,#vsb_content_2 table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }
.content table video,#vsb_content_2 video{display: block;width: auto;height: auto;margin: 0 auto;max-width: 80%;}
.content table p{text-indent:0 !important;}