  header{
	background: #2758be;
	position: relative;
}
header .top-logo{
	height: 170px;
}
header .logo{
	height: auto;
	position: absolute;
	top:35px;
}
header .logo a{
	display:block;
}
header .logo img{
	width:100%;
	height: 100%;
}


header .sub-nav {
	position: absolute;
	right: 0px;
	top:50px
}
header .contact{
	position: absolute;
	right:0px;
	top:55px
}
header .contact ul li{
	border-right:#fff 1px solid;
	float: left;
}
header .contact ul li a{
	padding: 0px 15px;
	color:#fff
}
header .contact ul li a:hover{
	color:#FFFFFF
}
header .sub-nav {
	position: absolute;
	right: 0px;
	top:50px
}
header .contact ul .search_button {
	border-right:none;
}
header .contact ul .search_box {
	border-right:none;
	display: none;
    position: absolute;
    display: none;
    right: 0px;
    top: 30px;
}
header .search_box .search_text{
	position: absolute;
	z-index: 99;
	right: 40px;
	top:30px;
	height: 28px;
	width: 180px;
	border: none;
}
header .search_box input[type="image"]{
	position: relative;
	z-index: 999;
	right: 22px;
	top:0px;
}
.nav{
	height: 60px;
	display: block;
	background: #FFFFFF;
	transition: 0.7s all ease-in-out;
	-webkit-transition: 0.7s all ease-in-out;
	-moz-transition: 0.7s all ease-in-out;
	
}
.navbar_nav li.shouye{
	position: relative;
	display: block;
	width:16%;
	text-align: center;
}
.navbar_nav .dropdown{
	float:left;
	position: relative;
	display: block;
	
}
.navbar_nav li .top-title{
 	text-decoration: none;
	display: block;
	width:100%;
	line-height: 60px;
	font-size: 18px;
 }
/*header .navbar_nav li .top-title:after{
    content: "";
    width: 0;
    height: 3px;
   	background:#5198D9;
    position: absolute;
    bottom: 0;
    left: 50%;
	transition: all 0.8s ease 0s;
}
header .navbar_nav li .top-title:hover:after{
    opacity:1; 
    visibility:visible; 
    width: 8.6rem; 
    left: 0;
}*/
/*header .navbar_nav li .top-title:hover{
	background: #003F88;
	color: #FFFFFF;
}*/

.navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}

.navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	z-index: 999;
	background-color: rgba(35,85,161,0.9);
    top:60px;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;

}
.navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	display: block;
	padding:0 2px;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;
    
} 
.navbar_nav li.dropdown .dropdown_menu a:first-child{
	/*border-top:#CDA274 2px solid*/
}
.navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	animation: rotate 300ms ease;
    -webkit-animation: rotate 300ms ease;
    -moz-animation: rotate 300ms ease;
}


.navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	background-color: #153f8a;
	color: #FFFFFF;
}
header .search{
	position: absolute;
	right:0px;
	top:50px;
}
header .search input[type="text"]{
	height:40px;
	width:11.25rem;
	background-color: transparent;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: #0160BA 1px solid;
	
}
header .search input[type="button"]{
	width:20px;
	height: 20px;
	border: none;
	background:url(/cxcy/img/search-icon.png) no-repeat;
	position: relative;
	left:-30px;
	top:8px
}
header .scroll-nav{
	width: 100%;
	background: #9A0101;
	margin:0 auto;
	height:80px;
	display: none;
	position: fixed;
	top:0px;
	transition: 0.3s all ease-in-out;
	z-index: 999;
}
header .scroll-nav ul li{
	float: left;
}
header .scroll-nav ul li a{
	color: #fff;
	padding:0px 30px;
	line-height: 80px;
}

header .nav_p{
	display: none;
	height: calc(100vh - 105px);
	width: 100%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top:105px;
	left: 0px;
	z-index: 99;
	
}
header .navbar_nav_t{
	padding: 0px 2rem;
}
header .navbar_nav_t li{
	
	width: 100%;
	position: relative;
	border-bottom: #d9d9d9 1px solid;
}
header .navbar_nav_t .dropdown_t:after{
	content: "";
	display: inline-block;
	background: url(/cxcy/img/arrow.png) no-repeat;
	position: absolute;
	right: 10px;
	top:15px;
	width: 2rem;
	height: 2rem;
}
header .navbar_nav_t li a{
	line-height: 3.6rem;
}
header .navbar_nav_t .dropdown_menu{
	display: none;
}
header .navbar_nav_t .dropdown_menu a{
	display: block;
	line-height: 2.6rem;
	font-size:14px;
}
@keyframes rotate {
    from {
        transform:  translateY(10%);
        top: 60px;
    }

    to {
        transform: rotateX(0deg) translateY(0%);
        top: 60px;
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform:  translateY(10%);
        top: 60px;
    }

    to {
        -moz-transform:  translateY(0%);
        top: 60px;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateX(90deg) translateY(0%);
        top: 60px;
    }

    to {
        -webkit-transform: rotateX(0deg) translateY(0%);
        top: 60px;
    }
}

.slideBox {
	overflow: hidden;
	position: relative;
	top:0px;
	margin: 0 auto;
}

.slideBox .hd {
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom:-25px;
	z-index: 1;
	transform: translateX(-50%);
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	width: 15px;
	height:15px;
	background: rgba(255,255,255,0.6);
	border-radius: 50%;;
	font-size:12px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	
}

@keyframes play{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.slideBox .hd ul li.on {
	background: #FFFFFF;
	/*animation: play 5s linear infinite;*/
}

.slideBox .moreBox{
	color:#FFFFFF;
	padding:10px 20px;
	line-height:40px;
	background-color:#B70E17;
	position: relative;
	top:19px
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width:100%;
	height:406px;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(/cxcy/images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
.slideBox .prev{
	height:80px;
	width:80px;
	position: absolute;
	left: 100px;
	top:45%;
	background: url(/cxcy/img/leftarrow.png) no-repeat ;
}
.slideBox .next{
	height:80px;
	width:80px;
	right: 100px;
	top:45%;
	background: url(/cxcy/img/rightarrow.png) no-repeat 20% 45%;
}
.news-slider{
	overflow: hidden;
	position: relative;
	height: 100%;
}
.news-slider .hd {
	height: 5.6rem;
	overflow: hidden;
	position: absolute;
	right:0px;
	bottom:2rem;
	z-index: 1;
}
.news-slider .hd ul {
	overflow: hidden;
	zoom: 1;
}
.news-slider .hd ul li {
	float: left;
	width: 25px;
	height:25px;
	font-size:12px;
	line-height:25px;
	background: #FFFFFF;
	color: #0160BA;
	text-align: center;
	cursor: pointer;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.news-slider .hd ul li.on{
	background: #0160BA;
	color: #FFFFFF;
}
.main{
	overflow: hidden;
	margin-top:3rem;
}
.main-title{
	height:3.4rem;
	box-sizing: border-box;

}
.tit{
	height: 50px;
	position: relative;
}

.tit .tit-con{
	font-size:32px;
	font-weight: bold;
	line-height: 28px;
	color:#0B5AA8;
}

.tit .el{
	font-size:14px;
	color:#A1A1A1;
	position:absolute;
	left: 130px;
	top:12px;
}

.get-more{
	clear: both;
	position: absolute;
	font-size:15px;
	top:10px;
	right:0px;
	color:#797979;
	
}
.more-arr:after{
	content: "";
	display: inline-block;
	position: absolute;
	right:70px;
	top:-13px;
	background: url(/cxcy/img/more.png) no-repeat;
	width:40px;
	height:40px;
	transition:0.3s;
}
.get-more .more-arr:hover:after{
	transform: rotate(15deg);
	-moz-transform:rotate(15deg);
	-webkit-transform:rotate(15deg);
}

.main-title .short{
	width:60px
}
.part-three-more{
	position: absolute;
	right: 3px;
	top:16px
}
.xwdt{
	overflow: hidden;
	width:100%;
	float:left;
}
.xwdt-inner{
	margin-top:2.4rem;
}
.xwdt-inner .xwdt-inner-left {
	width:48%;
}
.xwdt-inner .xwdt-inner-left .news-box{
	position: relative;
}

.xwdt-inner .xwdt-inner-left .slider-d{
	display: block;
	width: 100%;
	transition: 0.3s all ease;
	position: relative;
}
.xwdt-inner .xwdt-inner-left .bd .news-img{
	width:100%;
	height: 406px;
	display: block;
	transition: 0.3s all ease;
	
}
.xwdt-inner .xwdt-inner-left a:hover .news-img{
	display: block;
	transform: scale(1.05);
}
.xwdt-inner .xwdt-inner-left .tt{
	font-size:1rem;
	font-weight:bold;
	background: linear-gradient(to bottom,rgba(93,169,225,0.9),rgba(0,92,181,0.9));
	color:#FFFFFF;
	height:5rem;
	width: 100%;
	padding: 0px 20px;
	line-height: 5rem;
	
}
.xwdt-inner .xwdt-inner-left .aa{
	font-size:14px;
	color:#FFFFFF;
	line-height:28px;
	padding-top: 16px;
}
.xwdt-inner .xwdt-inner-left .dd{
	font-size:12px;
	color:#FFFFFF;
	padding-top: 10px;
}

.xwdt-inner .xwdt-inner-right{
	float:left;
	padding:0 0 0 40px;
	width:52%;
}
.xwdt-inner .xwdt-inner-right ul {
	margin-top: -10px;
}
.xwdt-inner .xwdt-inner-right ul li{
    border-bottom:#D2D2D2 1px solid;
    height:71px;
    width: 100%;
    padding-top: 12px;
}
.xwdt-inner .xwdt-inner-right ul li a{
	display: block;
	float:right;
	padding-left: 10px;
	width:calc(100% - 12%);
}
.xwdt-inner .xwdt-inner-right .ddr{
	color:#797979;
	font-size:14px;
	float:left;
	text-align: right;
	padding-right: 15px;
	border-right:#d2d2d2 1px solid;
	width:12%;
}
.xwdt-inner .xwdt-inner-right .ddr .day{
	color:#0B5AA8;
	font-size:1.6rem;
	font-weight: bold;
}
.xwdt-inner .xwdt-inner-right .title{
	line-height:24px;
}
.xwdt-inner .xwdt-inner-right .abs{
	font-size:14px;
	color:#858585;
	line-height: 34px;
}
.part-two{
	width:100%;
	overflow:hidden;
	background:url(/cxcy/img/hbg2.png) no-repeat center top;
}
.tzgg{
	margin-top: 85px;
	background:#e5edff ;
        padding-bottom:50px
}
.tzgg .tit{
	border-bottom: none;
}
.tzgg .tit-con{
	text-align: center;	
        padding-top: 50px;
}
.tzgg .notice:before{
	content: "";
	display: block;
	position: absolute;
	top:0px;
	width:60px;
	height:80px;
	background: url(/cxcy/img/news.png) no-repeat;
}
.tzgg .tzgg-news-list{
	padding-top: 2rem;
}
.tzgg .tzgg-news-list .list-box{
        display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap:1rem;
	flex-wrap: wrap;
        margin-top: 45px;
}
.tzgg .tzgg-news-list .list-box a{
display: block;
    width: 32%;
    padding: 12px 26px 15px;
    border: #dedede 1px solid;
    background: #fff;
}

.tzgg .tzgg-news-list .calendar{
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: left;
    color: #2758be;
    padding-top: 5px;
    padding-bottom: 13px;
    border-bottom: #dedede 1px solid;
}
.tzgg .tzgg-news-list .calendar p{
	width: 133px;
    border-radius: 4px;
    height: 31px;
    background: #f38545;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
	
}
.tzgg .tzgg-news-list .title{
	line-height:30px;        
        height:115px;
}
.tzgg .tzgg-news-list .abs{
	color:#9f9f9f;
	font-size:14px;
	line-height: 30px;
}
.tzgg .tzgg-more{

}
.tzgg .tzgg-more a{
	display: block;
	height: 40px;
	width:160px;
	text-align: center;
	margin: 20px auto 0;
	border: #FFFFFF 1px dashed;
	line-height: 40px;
	background: #FFFFFF
}
.tzgg .tzgg-more a:hover{
      background-color:#7164a9;

      color:#fff;
}

.news-date{
	font-size:14px;
	color:#0160BA;
	float: right;
}
.part-three {
	margin-top: 85px;
}
.part-three .this-three{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.part-three .this-three .three-box{
	width: 30%;

}
.part-three .this-three .inner-news{
	margin-top: 30px;
}
.part-three .inner-news ul li{
	height: 40px;
}
.part-three .inner-news ul li .lmmc p{
	border:#F2BE00 solid 1px;
	width:90px;
	float:left;
	text-align: center;
	margin-right: 30px;
}
.showdiv{
	display:block
}
.part-four{
	margin-top: 50px;
}
.part-four .ztlm-box{
	min-height:320px
}

footer{
	clear: both;
	height:125px;
	background:#2758be;
	position: relative;
}
footer p{
	line-height: 30px;
	color:#FFFFFF;
	font-size:14px;
	text-align: center;
}

#scrollUp {
	height: 60px;
	width: 60px;
	right: 80px;
	bottom: 77px;
	color: #fff;
}
.up-arrow:before {
    content: "";
    display: inline-block;
    background: url(/cxcy/img/up_arrow.png) no-repeat center center;
    width:60px;
    height:60px;
    position: relative;
    top:5px
}



.list-banner{
	height: 320px;
	background: url(/cxcy/img/list_bg.jpg) no-repeat top center;
	background-size: cover;
}
.subPage {
	background: url(/cxcy/img/btbd.png) repeat-x center bottom;
}
.subPage .sub-left{
	width:22%;
	position:relative;
	top:-50px;
	z-index: 999;
	float:left;
}

.subPage .sub-left .sub-left-title{
	height: 80px;
	background: linear-gradient(to bottom,#2758be,#103F82);
	text-align: center;
	line-height: 80px;
	border-bottom:#797979 4px solid;
}
.subPage .sub-left .sub-left-title h3{
	color: #FFFFFF;
	font-size:24px;
}

.subPage .sub-left .sub-left-con{
	background: #ECF4FB url(../img/list-bg.png) no-repeat center bottom;
	
}
.subPage .sub-left .sub-left-con .first-nav{
	overflow: hidden;
	padding-bottom: 30px;
}
.subPage .sub-left .sub-left-con .first-nav li{
	height:50px;
	word-wrap: break-all;
	text-align: center;
}

.subPage .sub-left .sub-left-con .first-nav li .first_alink{
	padding:14px 80px;
	line-height: 50px;
	background: url(/cxcy/img/list_erji_l.png) no-repeat center bottom;
}


.subPage .sub-left .sub-left-con .first-nav li.active a{
	color: #003F88;
	font-weight: bold;
	
}
i.sub-left-icon{
	display: inline-block;
	height:26px;
	width:26px;
	background: url(/cxcy/img/subdh.png) no-repeat;
	position: absolute;
	right:5px;
	top:15px;
}
i.right-arrow{
	display: inline-block;
	height:26px;
	width:26px;
	background: url(/cxcy/img/down.png) no-repeat;
	position: absolute;
	right:5px;
	top:15px;
}
i.right-arrow-small{
	display: inline-block;
	height:26px;
	width:26px;
	background: url(/cxcy/img/right2.png) no-repeat;
	position: absolute;
	left:25px;
	top:20px;
}
/*.subPage .sub-left .sub-left-con ul li a.active:before{
	content: "";
	display:inline-block;
	width:8px;
	height: 8px;
	background: #9A0101;
	position: absolute;
	left: 10px;
	top:22px
}*/


.subPage .sub-left .sub-left-con .navSub{
	background: none;
	padding-top: 5px;
	display: block;
}
.subPage .sub-left .sub-left-con .navSub li{
	text-align: left;

}
.subPage .sub-left .sub-left-con .navSub i{
	padding-right: 10px;
}
.subPage .sub-left .sub-left-con .navSub li a{
	font-size: 14px;
	background: none;
	line-height: 32px;
	position: relative;
	left: 100px;
}
.subPage .sub-left .sub-left-con .navSub li:last-child a{
	background: url(/cxcy/img/list_erji_l.png) no-repeat 20px bottom;
}
.subPage .sub-left .sub-left-con .navSub li a.button_check{
	color:#003F88;
	font-weight: bold;
}
.subPage .sub-right{
	width: 74%;
	float:right;
	margin-top: 10px;
	
	padding-bottom: 80px;
}
.subPage .sub-right .sub-right-title{
	position: relative;
}

.subPage .sub-right .sub-right-title h3{
	font-size:24px;
	line-height: 54px;
	border-bottom: #797979 4px solid;
}

.subPage .sub-right .sub-right-title span{
	
	font-size:14px;
	color:#9F9F9F
	
}
.subPage .sub-right .sub-right-title .local{
	float: right;
	position: relative;
	top:-30px
	
}
.subPage .sub-right .sub-right-title .local p{
	color:#858585;
	font-size:14px;
}
.subPage .sub-right .sub-right-con{
	position: relative;
}
.subPage .sub-right .sub-right-con .news{
	padding-top: 20px;
}
.subPage .sub-right .sub-right-con .news li{
	height: 214px;
	background: #F2F7FB;
	padding: 25px;
	margin-bottom: 30px;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
}
.subPage .sub-right .sub-right-con .news-box{
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
}
.subPage .sub-right .sub-right-con .news li:hover{
	background: #003F88 url(../img/1798.png) no-repeat right top;

}
.subPage .sub-right .sub-right-con .news li:hover .news-box{
    transform: translateX(10px);
}
	
.subPage .sub-right .sub-right-con .news li:hover .day{
	color:#FFFFFF
}
.subPage .sub-right .sub-right-con .news li:hover a{
	color:#FFFFFF
}
.subPage .sub-right .sub-right-con .news img{
	width:247px;
	height:152px;
	float: left;
}
.subPage .sub-right .sub-right-con .text{
	float:right;
	display: block;
	width:calc(100% - 267px);
}
.subPage .sub-right .sub-right-con .text .title{
	height: 80px;
}
.subPage .sub-right .sub-right-con .news-tit{
	font-size:18px;
	font-weight: bold;
}
.subPage .sub-right .sub-right-con  .news-time{
	font-size:14px;
	text-align: center;
	line-height: 32px;
	width: 60px;
	float:left;
	margin-right: 20px;
	border-top:#003F88 3px solid;
}
.subPage .sub-right .sub-right-con  .news-time .day{
	font-size:20px;
	color:#103F82;
	text-align: center;
}
.subPage .sub-right .sub-right-con .news .news-abs{
	font-size:14px;
	line-height: 24px;
	color:#939393
}

.subPage .sub-right .sub-right-con .list {
	margin-top: 10px;
}
.subPage .sub-right .sub-right-con .list li{
	border-bottom: #d9d9d9 1px solid;
	position: relative;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}
.subPage .sub-right .sub-right-con .list li:after{
	content: "";
	display: inline-block;
	width:40px;
	height: 20px;
	background: url(/cxcy/img/jiantou1.png) no-repeat;
	position: absolute;
	right: 0;
	top:24px;
	
}
/*.subPage .sub-right .sub-right-con .list li:hover{
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
	-moz-transform:  translateX(2px);
}*/
.subPage .sub-right .sub-right-con .list li a{
	line-height: 50px;
	padding-left: 20px;
}
.subPage .sub-right .sub-right-con .list .time{
    font-size:14px;
    color:#003F88;
    padding: 0px 20px 0px 0px;
    border-right:#003F88 1px solid
}
.subPage .sub-right .sub-right-con .teacher-list{
	padding-top: 20px;
}
.subPage .sub-right .sub-right-con .teacher-list p{
	background: #EAF3FB;
	line-height: 40px;
	font-size:18px;
	font-weight: bold;
	padding-left: 15px;
}
.subPage .sub-right .sub-right-con .teacher-list span{
	color:#333;
	font-weight:300;
	font-size:16px;
}
.subPage .sub-right .sub-right-con .teacher-list .lb{
	padding: 20px 0px;
}



.content{
	min-height: 400px;
	overflow: hidden;
}
.content-left{
	float: left;
    padding-left: calc(50% - 1170px / 2);
    width: calc(50% + 275px);
    padding-right: 30px;
    margin-bottom: -10000px;
  padding-bottom: 10000px;
}
.content-right{
	position: relative;
    z-index: 10;
    float: left;
    padding: 10px 0 0 30px;
    width: calc(50% - 275px);
    background-color: #f4f4f7;
}
.content-head{
	font-size:24px;
	line-height: 32px;
	padding:30px 0px;
	font-weight: 600;
    color: #03195d;
}
/*.content-inner:before{
	content: "";
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    overflow: hidden;
    left: calc(50% + 275px);
    z-index: 5;
    width: calc(50% - 275px);
    height: 100%;
    background-color: #f4f4f7;
}*/
.content-inner .xx{
	color:#858585;
	padding-bottom:30px;
	border-bottom: #dedede 1px solid;
	
}
.content-right{
margin-bottom: -10000px;
  padding-bottom: 10000px;
	
}
.content-right-head{
	border-bottom:#C4C4C4 1px solid;
	padding-top: 10px;
	width:280px
}
.content-right-head p{
	border-bottom: #f38900 2px solid;
	font-size:18px;
	line-height: 44px;
	width:80px
}
.content-right-body{
	padding-top: 30px;
	
}
.content-right-body img{
	width:280px;
	height: 185px;
}
.content-right-body a{
	display: block;
	width:280px;
	height: auto;
	background: #ffffff;
	padding:10px 20px;
	margin-bottom: 20px;
}
.content-right-body p:first-child{
	color:#A4A4A4;
	font-size:12px
}
.content-right-body p:last-child{
	font-size:14px
}
.wz-title{
font-size:24px;
font-weight:bold;
line-height:48px;
padding:20px 0px;
}


/*教师简历*/

.resume-list .jjmp{
	margin-top: 10px;
	width: 100%;
	padding: 20px 50px;
	overflow: hidden;
	position: relative;
    background: linear-gradient(to right, #E4F1FD, rgba(255,255,255,0));
}
.resume-list .jjmp-left{
	width:50%;
	float: left;
}
.resume-list .jjmp-left .jjmp-tit{
	font-size:20px;
	line-height: 50px;
	font-weight: bold;
}
.resume-list .jjmp-left p{
	line-height: 32px;
}
.resume-list .jjmp img{
	padding-top: 30px;
	width:196px;
	height: 288px;
	position: absolute;
	right: 30px;
	top:10px
}
.jl-title{
	height: 45px;
	background: #E4F1FD;
	border-left:#0160BA 3px solid;
}
.jl-title h3{
	color:#333;
	font-size:16px;
	font-weight: 400;
	padding-left: 20px;
	line-height: 45px;
}
.sub-right-con .grjl{
	padding: 0px 0px 10px;
}
.sub-right-con .grjl .jl-text{
	padding-top: 10px;
}
.sub-right-con .grjl p{
	line-height: 28px;
	text-indent: 2em;
}
@media screen and (max-width:600px){
	html{
		font-size:14px;
		background: #F8FCFF;
	}
	.container{
		width: 100%;
		box-sizing:border-box;
	}
	.slideBox{
		display: none;
	}
	header  .top-logo{
		height: 100px;
	}
	header{
		width: 100%;
	}
	header .yuanxun{
		display: none;
	}
        header .logo{
          top:19px;
        }
	header .contact{
		display: none;
	}
	header .nav{
		display: none;!important
	}
	header .mobile_nav .shg{
            display: block !important;
	    text-align: center;
	    font-size: 18px;
	    cursor: pointer;
	    padding: 0 5vw;
	    color: #fff;
	    position: absolute;
	    z-index: 999;
	    right: 0;
	    top: 45px;
	    bottom: 0;
	    line-height: 1;
	}
	header .mobile_nav .shg .icon-order{
		display: block;
		width:24px;
		height:2px;
		background-color: #FFFFFF;
		margin-bottom: 6px;
		transition: 0.3s all ease;
		-webkit-transition:0.3s all ease;
		-moz-transition:0.3s all ease;
	}

	header .mobile_active .shg  .icon-order:nth-of-type(1) {
		margin-top: 10px;
		background-color: #FFFFFF;
	    -webkit-transform: rotate(42deg);
	    -ms-transform: rotate(42deg);
	    -o-transform: rotate(42deg);
	    transform: rotate(42deg);
    }
	header .mobile_active .shg  .icon-order:nth-of-type(3) {
		margin-top: -15px;
		background-color: #FFFFFF;
	    -webkit-transform: rotate(-42deg);
	    -ms-transform: rotate(-42deg);
	    -o-transform: rotate(-42deg);
	    transform: rotate(-42deg);
    }
    header .mobile_active .shg .icon-order:nth-of-type(2){
    opacity: 0;
    }
	.xwdt{
		padding: 0 20px;
	}
	.xwdt-inner .xwdt-inner-left{
		width: 100%;
	}
	.xwdt-inner .xwdt-inner-left .hd{
		display: none;
	}
        .xwdt-inner .xwdt-inner-left .bd .news-img{
                width:100%;
                height:100%;
        }
	.xwdt-inner .xwdt-inner-left .tt{
		height: 40px;
		font-size:16px;
		line-height: 40px;
	}
	.xwdt-inner .xwdt-inner-right{
		width: 100%;
		background: #FFFFFF;
		padding:10px 20px 20px;
		box-shadow: 0 0 10px #f2f2f2;
	}
	.xwdt-inner .xwdt-inner-right .ddr{
		display:none;
	}
	.xwdt-inner .xwdt-inner-right ul li a{
		width: 100%
	}
	.xwdt-inner .xwdt-inner-right .abs{
		display: none;
	}
	.tzgg{
		padding: 0 20px 30px;
	}
	.tzgg .tzgg-news-list .list-box{
		display: flex;
		flex-direction: column;
		gap:1rem
	}
	.tzgg .tzgg-news-list .list-box a{
		width: 100%;
		border: none;
		box-shadow: 0 0 10px #f2f2f2;
	}
        .part-three .this-three{
                display:block;
                padding:20px;
        }
        .part-three .this-three .three-box{
               width:100%;
               padding-bottom:30px;
         }
	.part-four{
		display:none;
	}
	footer .footer-box{
		padding:0px 20px;
	}
	footer .footer-box .left-message{
		width: 100%;
	}
	footer .footer-box .wxcode{
		display: none;
	}
	#scrollUp {
		display: none;
	}
	.up-arrow:before{
		display: none;
	}
	.list-banner{
		height: 220px ;
	}
	.subPage .sub-left{
		width: 100%;
		position:static;
		float: none;
	}
	/*.subPage .sub-left .sub-left-title{
		display: none;
	}*/
	.subPage .sub-left .sub-left-title{
		height: 40px;
		width: 100%;
		border: none;
		position:relative;
	}
	.subPage .sub-left .sub-left-title h3{
		font-size:16px;
		line-height: 40px;
	}
	.subPage .sub-left .sub-left-title .sub-mobile-shg{
		width: 20px;
		height: 20px;
	}
	.subPage .sub-left .sub-left-title .sub-mobile-shg .icon-sub-left{
		background: url(/cxcy/img/bnt_sub_nav2.png) no-repeat;
		width:20px;
		height:20px;
		position: absolute;
		right:30px;
		top:10px;
	}
	.subPage .sub-left .sub-left-con{
		background: #f2f2f2;
		display: none;
	}
	.subPage .sub-left .sub-left-con .first-nav li{
		border-bottom: #c9c9c9 1px solid;
		text-align:left ;
		padding-left: 10px;
		line-height: 30px;
	}
	.subPage .sub-left .sub-left-con .first-nav li .first_alink {
		background: none;
		line-height: 30px;
		display: block;
		text-align: center;
	}
        .subPage .sub-left .sub-left-con .first-nav li .first_alink a{
                padding:0;
        }
	.subPage .sub-left .sub-left-con .navSub{
		background: none;
		padding-top: 5px;
		display: none;
	}
	.subPage .sub-left .sub-left-con .navSub li{
	   text-align: center;
	}
	.subPage .sub-left .sub-left-con .navSub i{
		padding-right: 10px;
	}
	.subPage .sub-left .sub-left-con .navSub li a{
		font-size: 14px;
		background: none;
		line-height: 32px;
		position: static;
		
	}
	.subPage .sub-right{
		padding: 10px 20px;
		width: 100%;
	}
	.subPage .sub-right .sub-right-title .local{
		float:none;
		position:static;
	}
	.subPage .sub-right .sub-right-con .list .time{
		display: block;
		border-right: none;
	}
	.subPage .sub-right .sub-right-con .list li a{
		padding-left: 0px;
		line-height: 30px;
		overflow: hidden;
	}
	.subPage .sub-right .sub-right-con .list li::after{
		display: none;
	}
	.subPage .sub-right .sub-right-con .news li{
		width: 100%;
		height: 400px;
		padding: 10px 20px;
	}
	.subPage .sub-right .sub-right-con .news img{
		float:none;
		width: 100%;
		height: 185px;
		
	}
	.subPage .sub-right .sub-right-con .text{
		width:100%;
	}
	.resume-list .jjmp-left{
		width: 100%;
	}
	.resume-list .jjmp-right{
			width: 100%;
			height: 100%;
	}
	.resume-list .jjmp-right img{
		padding-top: 30px;
		position: absolute;
		right:10px;
		top:10px;
  		width: 96px;
  		height: 160px;
	}
}
@media screen and (min-width:601px) and (max-width:830px){
	body{
		background: #F8FCFF;
	}
	header .yuanxun{
		display: none;
	}
	header .contact{
		display: none;
	}
	header .nav{
		display: none;!important
	}
	.shg{
		display: block !important;
	    text-align: center;
	    font-size: 18px;
	    cursor: pointer;
	    padding: 0 5vw;
	    color: #fff;
	    position: absolute;
	    z-index: 999;
	    right: 0;
	    top: 25px;
	    bottom: 0;
	    line-height: 1;
	}
	.shg .icon-order{
		display: block;
		width:24px;
		height:2px;
		background-color: #FFFFFF;
		margin-bottom: 6px;
		transition: 0.3s all ease;
		-webkit-transition:0.3s all ease;
		-moz-transition:0.3s all ease;
	}

	.shg  .icon-order:nth-of-type(1) {
		margin-top: 10px;
		background-color: #FFFFFF;
	    -webkit-transform: rotate(42deg);
	    -ms-transform: rotate(42deg);
	    -o-transform: rotate(42deg);
	    transform: rotate(42deg);
    }
	.shg  .icon-order:nth-of-type(3) {
		margin-top: -15px;
		background-color: #FFFFFF;
	    -webkit-transform: rotate(-42deg);
	    -ms-transform: rotate(-42deg);
	    -o-transform: rotate(-42deg);
	    transform: rotate(-42deg);
    }
    .shg .icon-order:nth-of-type(2){
    opacity: 0;
    }
    
    .xwdt{
		padding: 0 20px;
	}
	.xwdt-inner .xwdt-inner-left{
		width: 100%;
	}
	.xwdt-inner .xwdt-inner-left .hd{
		display: none;
	}
	.xwdt-inner .xwdt-inner-left .tt{
		height: 40px;
		font-size:16px;
		line-height: 40px;
	}
	.xwdt-inner .xwdt-inner-right{
		width: 100%;
		background: #FFFFFF;
		padding:10px 20px 20px;
		box-shadow: 0 0 10px #f2f2f2;
	}

	.xwdt-inner .xwdt-inner-right .ddr{
		width: 21%;
	}
	.xwdt-inner .xwdt-inner-right ul li a{
		width: calc(100% - 25%);!important
	}
	.xwdt-inner .xwdt-inner-right .abs{
		display: none;
	}
	.tzgg{
		padding: 0px 20px;
	}
	
	.tzgg .tzgg-news-list .list-box a{
		width:48%;
		border: none;
		box-shadow: 0 0 10px #f2f2f2;
	}
	.xsbg{
		padding: 0px 20px;
	}
	
	.xsbg .xsbg-box a{
		width: 48%;
		border: none;
		box-shadow: 0 0 10px #f2f2f2;
	}
	.ztlm{
		padding:0px 20px
	}
	footer .footer-box{
		padding:10px 20px;
	}
	footer .footer-box .left-message{
		width: 100%;
	}
	footer .footer-box .wxcode{
		display: none;
	}
	#scrollUp {
		display: none;
	}
	.up-arrow:before{
		display: none;
	}
	.list-banner{
		height: 220px ;
	}
	.subPage .sub-left{
		display: none;
	}
	.subPage .sub-right{
		padding: 10px 20px;
		width: 100%;
	}
	.subPage .sub-right .sub-right-title .local{
		float:none;
		position:static;
	}
	.subPage .sub-right .sub-right-con .list .time{
		display: block;
		border-right: none;
	}
	.subPage .sub-right .sub-right-con .list li a{
		padding-left: 0px;
		line-height: 30px;
		overflow: hidden;
	}
	.subPage .sub-right .sub-right-con .list li::after{
		display: none;
	}
}

@media screen and (min-width:1921px) {
	body{
		background: #f9fdff;
	}
	.part-two{
		background: none;
	}
}