.section{
	min-height: 500px;
	background: url(../images/subbg.jpg) no-repeat center 70%;
	background-size: 100% auto;
}
.section>.container{
	background-color: #fff;
}
.sbanner{
	position: relative;
}
.sbanner img{
	width: 100%;
}
.sbanner .txt{
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}
.sbanner .txt>div>p{
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
	padding-bottom: 10px;
}
.sbanner .txt>div>span{
	font-family: Georgia;
	text-transform: uppercase;
}
.sbanner .txt ul{
    margin: 30px auto 0;
}
.sbanner .txt li{
    display: inline-block;
}
.sbanner .txt li a{
    color: #fff;
    margin: 0 10px;
    position: relative;
    padding-left: 15px;
}
.sbanner .txt li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

.msidebar{
display: none;
	height: 46px;
	line-height: 46px;
	 overflow: hidden; /* 隐藏默认滚动条 */
	border-bottom: 1px solid #ddd;
	position: relative; /* 必须为 滚动条 父容器设置定位 */
}
.msidebar .inner {
    display: table;
    white-space: nowrap;
}

.msidebar a{display:inline-block;white-space:nowrap;padding:0 10px;margin:0;color:#333;height:44px;line-height:44px;width:auto;box-sizing:border-box;}
.msidebar a:hover{color:#333;}
.msidebar a.now{border-bottom:2px solid #037EC4;color: #037EC4;}
/*左侧导航*/
.side{
    width: 380px;
    margin: 0px 0 50px;
	padding-top: 10px;
	background:#fff url(../images/leftbg.jpg) no-repeat;
	
}
.side p{
    height: 80px;
    line-height: 80px;
    padding-left: 50px;
    color: #333;
    font-size: 20px;
  
}
.side>p>span{
    display: none;
    position: absolute;
    top: 16px;
    right: 20px;
    line-height: normal;
    font-size: 26px;
    font-weight: bolder;
}
.side>ul{
	padding-bottom: 20px;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 38px;
    line-height: 38px;
    padding-left: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.side>ul>li>a{
   /* background: #E7E7E7; 
    border-bottom: 1px solid #D4D4D4;*/
}
.side>ul>li span{
    position: absolute;
    top: 9px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
	top:7px;
	
}
.side>ul>li.active span{
	color: #fff;
}
.side>ul>li.active span.on{
	color: #fff;
}
.side .sub-menu li a{
    color: #666;
	font-size: 15px;
	padding-left: 64px;
   /* background: #F6F6F6; */
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #037EC4;
	font-weight: bold;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
   background: #037EC4;
   color: #fff;
}
.side ul .active>a:before{
   
}

/*右侧主体*/
.column{
    padding: 15px 0 50px 40px;
	flex: 1;
	border-left: 1px solid #EEEEEE;
	overflow: hidden;
}

.bread{
   padding: 10px 15px;
   border-bottom: 1px solid #B5B5B5;
}
.bread2{
	border-bottom: 0 none;
}
.bread a{
	display: inline-flex;
	height: 40px;
	line-height: 40px;
}
.bread .home{
   padding-left: 30px;
   background: url(../images/ico_home2.png) no-repeat 0 center;
}
.bread .rt a:hover{
    color: #034694;
}

/*通用：列表页*/
.common-list{min-height:300px; }
.common-list li{
	position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
	padding-left: 40px;
    border-bottom: 1px dashed #E5E5E5;
	
}
.common-list li:hover{
    background: #F6F6F6;
transition: all 5s ease 
}
.common-list li span{
    float: right;
    color: #666;
}
.common-list li::before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 3px;
	position: absolute;
	top:50%;
	margin-top: -2px;
	left: 12px;
	background-color: #037EC4;
	margin-right: 12px;
	position: absolute;
	
	
}
.common-list li:hover::before{
    padding-left: 5px;
    background: #037EC4;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
   
    text-decoration: none;
}



/*详情页*/
.detail{
    margin: 20px 0;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 1.5;
    font-weight: 600;
    margin: 30px 0 5px;
    text-align: center;
    font-family: "微软雅黑";
	color: #00467f;
    font-size: 26px;
	
}
.caption h5{
    line-height: 1.5;
    font-size:16px;
    margin: 0px 0 10px;
   color:#666
}
.caption>p{
 color: #999;
 font-size:14px;
}
.caption p span{
    color: #999;
    margin: 0 5px;
}
.detail img{
	max-width: 90%;
}
.detail table{
	max-width: 90%;
}
.content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 1px solid #F0F0F0;
    min-height: 300px;
    color:#333;
	line-height: 1.75;
}
.content *{
   font-size:18px!important;
}
.detail>p{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #037EC4;
}
.content table{
	max-width: 90%;
    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}
.content img{
	max-width: 80%;
	padding: 5px;
	margin: 5PX;
}
.content video{
	max-width: 100%;
	margin: 0 auto;
}

/*简介页*/
.profile{
    padding: 30px 0;
    min-height: 300px;
}

/*师资队伍*/
.teacher ul li p{
    color: #333;
	text-align: center;
}
.teacher h3{
    font-weight: bold;
    color: #037EC4;
    margin: 25px 0 0 20px;
}
.teacher ul{
	margin: 5px 15px;
    overflow: hidden;
	min-height:150px;
}
.teacher li{
    float: left;
    width: calc(25% - 60px);
	margin: 15px 30px;
	position: relative;
	border: 1px solid #EEEEEE;
}
.teacher li p{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 5px 10px;
	background: rgba(3,126,196,.6);
	
}
.teacher li p a{
	color: #fff;
        display: flex;
        flex-direction: column;
}
.teacher li.ptbox .inner{
	padding-bottom: 130%;
}
.teacher li.ptbox .inner .img{
    background-position: center 0;
}
/*师资队伍*/
.leader{
    margin: 30px 0;
}

.leader .leaderItem{
	display: flex;
	align-items: center;
    padding: 10px 15px;
    margin-bottom: 25px;
}
.leader .leaderItem .ptbox{
	width: 174px;
}
.leader .leaderItem .ptbox img{
	width: 174px;
	height: 174px;
	border-radius: 50%;
	object-fit: cover;
}
.leader .leaderItem .info{
	flex:1;
	padding-left:26px ;
}
.leader .leaderItem .info h2{
	color: #034694;
	font-weight: bold;
	position: relative;
	margin-top: 12px;
	margin-bottom: 5px;
}
.leader .leaderItem .info h2 a{
	color: #333;
}
.leader .leaderItem:hover h2 a{
	color: #034694;
}
.leader .leaderItem .info h3{
	margin-bottom: 20px;
}
.leader .leaderItem .info .txt{
	color: #666;
	font-size: 16px;
	margin-bottom: 20px;
}

.leader .leaderItem .info .txt a{
	color: #666;
}

/* 组织机构 */
.orglist{
	padding: 15px 0 30px;
}
.orglist ul{
	clear: both;
	overflow: hidden;
}
.orglist ul li{
	float: left;
	width: calc(50% - 30px);
	padding:12px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px solid #D2D2D2;
	position: relative;
	margin-bottom: 15px;
}
.orglist ul li:nth-child(2n){
	float: right;
}
.orglist ul li a{
	display: block;
	position: relative;
	padding-left: 40px;
}
.orglist li a:before {
    content: '';
    position: absolute;
    top: 50%;
	margin-top: -6px;
    left: 0;
    width: 22px;
    height: 11px;
    background: url(../images/orgline.jpg) no-repeat;
    transition: .3s;
}
.orglist li a:hover{
	color: #057FC4;
}
.orglist li a:hover:before{
    left: 5px;
    background: url(../images/orgline2.jpg) no-repeat;
}

/* 概况 */
.aboutCont{
	/* background: url(../images/xxgkbg.png) no-repeat center bottom; */
}
.aboutCont>.container{
	background: transparent;
}
.position{
	font-size: 18px;
	padding: 25px 0;
	line-height: 40px;
	
}
.position a{
	display: inline-block;
}
.position em{
	display: inline-block;
	margin: 0 12px;
}
.position .home{
	padding-left: 50px;
	height: 40px;
	line-height: 40px;
	background: url(../images/zhuye.png) no-repeat 0 center;
}

.c_first_part ul{
	display: flex;
	justify-content: space-between;
}
.c_first_part ul li{
	width: calc(50% - 34px);
	overflow: hidden;
	-webkit-box-shadow: 0 1px 2px 1px #bebebe;
	-moz-box-shadow: 0 1px 2px 1px #bebebe;
	box-shadow: 0 1px 2px 1px #bebebe;
	transition: .3s;
	background-color:#E4E0E1;
}
.c_first_part ul li img{
	width: 100%;
}
.c_first_part ul li p{
	padding:20px 25px;
	background-color:#E4E0E1;
	font-size: 22px;
}
.c_first_part ul li:hover{
   transform: translateY(-10px);
}
.partHd{
	position: relative;
	text-align: center;
	padding-top: 15px;
	margin: 40px 0;
}
.partHd b{
	font-size: 37px;
	font-family: '黑体';
	z-index:2;
	position: relative;
}
.partHd::before{
	content: '';
	display: block;
	width:68px;
	height: 3px;
	background-color:#034694;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.partHd span{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	letter-spacing: 5px;
	bottom: 0;
	font-size: 37px;
	color: #DEDEDE;
	text-transform: uppercase;
	font-family: "arial, helvetica, sans-serif"
}
.c_second_part{
	padding-bottom: 80px;
}
.c_second_partBd{
	background: url(../images/aboutleaderbg.jpg) no-repeat;
	background-size: cover;
}
.c_second_part ul{
	
	/* background-color: #E4E0E1; */
	display: flex;
	flex-wrap: wrap;
}
.c_second_part ul{
    padding: 30px 50px;
}
.c_second_part li{
    float: left;
    padding: 20px 30px;
    width: 20%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
/* .c_second_part li:nth-child(1){
	width: 100%;
	flex-direction: row;
	align-items: flex-start;
}
.c_second_part li:nth-child(1) .txt{
	flex: 1;
	padding-left: 40px;
}
.c_second_part li:nth-child(2),.c_second_part li:nth-child(3){
	width: 50%;
	align-items: flex-start;
} */
/* .c_second_part li:nth-child(1){
	padding-left: 60px;t
}
.c_second_part li:nth-child(3){
	padding-right: 60px;
} */
.c_second_part li>a,.c_second_part_items>a{
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
}
.c_second_part li>a img,.c_second_part_items>a img{
   height: 170px;
   overflow: hidden;
   transition: .3s;
   width: 100%;
   object-fit: cover;
}
.c_second_part li>a:hover img{

}
.c_second_part li>p{
    margin-top: 15px;
    text-align: center;
	font-size: 18px;
}
.c_second_part>a{
    position: absolute;
    left: 50%;
    bottom: 15px;
    height: 35px;
    line-height: 35px;
    width: 176px;
    margin-left: -63px;
    background: #CBC9CA;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
.c_second_part>a:hover{
    color: #fff;
    background: #8F0100;
}
.c_second_part_list{
	padding: 50px 50px 0px;
	display: flex;
	flex-wrap: wrap;
}
.c_second_part_items{
	display: flex;
	align-items: center;
	padding: 25px 50px;
	width: 100%;
}
.c_second_part_list .c_second_part_items:nth-child(2),.c_second_part_list .c_second_part_items:nth-child(3){
	width: 50%;
}
.c_second_part_items .txt{
	flex: 1;
	padding-left: 40px;
	overflow: hidden;
}
.c_second_part_items .txt p a{
	color: #000;
	font-weight: 500;
	position: relative;
	z-index: 2;
}
.c_second_part_items .txt p a::before{
	content: '';
	display: block;
	width: 105%;
	height: 12px;
	background-color: #A8C9DC;
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: -1;
}
.c_second_part_items .txt span{
	color: #666;
	line-height: 1.4;
	margin-top: 12px;
	max-height: 4.2em;
}
.current_leader_intro{
    position: absolute;
    left: 35px;
    top: -175px;
    width: 530px;
    height: 200px;
    background: #fff;
    padding: 25px 40px;
    box-sizing: border-box;
    display: none;
    z-index: 999;
}
.current_leader_intro h3{
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.current_leader_intro p{
    color: #666;
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 10px;
}
.current_leader_intro i{
    position: absolute;
    width: 28px;
    height: 22px;
    top: 20px;
    left: 20px;
    background: url(../images/queo_left.png) no-repeat;
}
.current_leader_intro i:last-child{
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    background: url(../images/queo_right.png) no-repeat;
}
.current_leader_intro:before{
    content: '';
    position: absolute;
    top: -16px;
    left: 80px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #8F0100;
}
.current_leader_intro:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 3px;
    background: #8F0100;
}

.current_leader li:nth-child(2) .current_leader_intro:before,
.current_leader li:nth-child(5) .current_leader_intro:before,
.current_leader li:nth-child(8) .current_leader_intro:before,
.current_leader li:nth-child(11) .current_leader_intro:before{
    left: 50%;
}
.current_leader li:nth-child(3) .current_leader_intro:before,
.current_leader li:nth-child(6) .current_leader_intro:before,
.current_leader li:nth-child(9) .current_leader_intro:before,
.current_leader li:nth-child(12) .current_leader_intro:before{
    left: 450px;
}

.current_leader li:nth-child(2) .current_leader_intro:after,
.current_leader li:nth-child(5) .current_leader_intro:after,
.current_leader li:nth-child(8) .current_leader_intro:after,
.current_leader li:nth-child(11) .current_leader_intro:after{
    left: 50%;
    margin-left: -80px;
}
.current_leader li:nth-child(3) .current_leader_intro:after,
.current_leader li:nth-child(6) .current_leader_intro:after,
.current_leader li:nth-child(9) .current_leader_intro:after,
.current_leader li:nth-child(12) .current_leader_intro:after{
    left: auto;
    right: 0;
}

.current_leader li:nth-child(4) .current_leader_intro,
.current_leader li:nth-child(5) .current_leader_intro,
.current_leader li:nth-child(6) .current_leader_intro{
    left: auto;
    right: 35px;
}

.current_leader li:nth-child(7) .current_leader_intro,
.current_leader li:nth-child(8) .current_leader_intro,
.current_leader li:nth-child(9) .current_leader_intro{
    top: auto;
    bottom: -100px;
}

.current_leader li:nth-child(10) .current_leader_intro,
.current_leader li:nth-child(11) .current_leader_intro,
.current_leader li:nth-child(12) .current_leader_intro{
    left: auto;
    right: 35px;
    top: auto;
    bottom: -100px;
}

.current_leader li:nth-child(1) .current_leader_intro:before,
.current_leader li:nth-child(2) .current_leader_intro:before,
.current_leader li:nth-child(3) .current_leader_intro:before,
.current_leader li:nth-child(4) .current_leader_intro:before,
.current_leader li:nth-child(5) .current_leader_intro:before,
.current_leader li:nth-child(6) .current_leader_intro:before{
    top: auto;
    bottom: -16px;
    border-bottom-color: transparent;
    border-top-color: #8F0100;
}
.current_leader li:nth-child(1) .current_leader_intro:after,
.current_leader li:nth-child(2) .current_leader_intro:after,
.current_leader li:nth-child(3) .current_leader_intro:after,
.current_leader li:nth-child(4) .current_leader_intro:after,
.current_leader li:nth-child(5) .current_leader_intro:after,
.current_leader li:nth-child(6) .current_leader_intro:after{
    top: auto;
    bottom: 0;
}

.current_leader li:hover .current_leader_intro{
    display: block;
}

/* Menu style */
#timeline {
	display: flex;
	flex-direction: column;
	height: 650px;
	overflow: hidden;
	margin: 30px auto 0;
	padding-bottom:50px;
	position: relative;
	background: url('../images/dot.gif') left -80% repeat-x;
	   
}
#timeline::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 97px;
	height: 1px;
	background-color: #C4C4C4;
}
#dates {
	height: 88px;
	display: flex;
}
#dates li {
	float: left;
	width: 250px;
	height: 81px;
	font-size: 18px;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
}
#dates li::before,#dates li::after{
	content: '';
	flex: 1;
	height:6px;
	background: url(../images/biggerlineleft1.png) no-repeat right 0;
	
}
#dates li::after{
	background: url(../images/biggerlineright1.png) no-repeat left 0;
}
#dates a {
	width: 102px;
	height:88px;
	padding: 0 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background:#E3E3E3 url('../images/biggerdot1.png') center bottom no-repeat;
	background-size: 84px;
}
#dates .selected,#dates a:hover {
	color: #F33C3C;
	background:#E3E3E3 url('../images/biggerdot.png') center bottom no-repeat;
	background-size: 84px;
}

#issues {
	width: 100%;
	overflow: hidden;
	flex: 1;
	padding-top: 10px;
}	
#issues li {
	width: 1500px;
	height: 450px;
	float: left;
	display: flex;
	align-items: flex-start;
	
}
#issues li img {
	width: 50%;
	margin-right: 2%;
}
#issues .timelist h3 {
	color: #c71518;
	font-size: 38px;
	padding:5px 0 35px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
#issues .timelist h3::after{
	position: absolute;
	content: '';
	display: block;
	width: 60%;
	height: 2px;
	left: 0;
	bottom: 15px;
	background-color: #C71618;
}
#issues .timelist{
	width: 46%;
	margin-left: 4%;
}
#issues .timelist>p{
	padding: 15px 0;
	font-size: 20px;
	border-bottom: 1px dashed #7D7D7D;
}
#issues .timelist>p a{
	color: #333;
}

#next,
#prev {
	position: absolute;
	font-size: 70px;
	bottom: 75px;
	width: 44px;
	height: 44px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden; z-index: 2;
}
	#next:hover,
	#prev:hover {
		opacity: .8;
	}
	#next {
		right: 0;
		background-image: url('../images/next.png');
	}
	#prev {
		left: 0;
		background-image: url('../images/prev.png');
	}
		#next.disabled,
		#prev.disabled {
			opacity: 0.2;
		}

/*师资队伍*/

.lrxz ul{
	margin: 25px 15px;
    overflow: hidden;
	min-height: 300px;
	display: flex;
	flex-wrap: wrap;
}
.lrxz li{
   float: left;
    width: calc(25% - 110px);
	margin: 15px 55px 0px;
	position: relative;
}
.lrxz li p{
	color: #333;
	text-align: center;
	margin: 5px 0 0;
}
.lrxz li.ptbox .linebox{
	border: 1px solid #D6D6D6;
	padding: 6px;
	box-shadow: 0 0 2px #bbb;
}
.lrxz li.ptbox .linebox p{
	font-size: 14px;
}
.lrxz li.ptbox .inner{
	padding-bottom: 130%;
}

/* 专业建设 */
.zyjs-tab{
  display: flex;
  justify-content: space-around;
  margin: 30px 0 50px;
}
.zyjs-tab li{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.zyjs-tab li.on{
	color: #037EC4;
	font-weight: bold;
}
.zyjs-tab li.on::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  background: #037EC4;
}
.zyjs-content{
	position: relative;
	padding-top: 120px;
        transition: .3s;
}
.zyjs-content ul{
  padding: 20px 30px;
  margin: 0 5px 30px;
  box-shadow: 2px 2px 4px #efefef, -2px -2px 4px #efefef;
  overflow: hidden;
}
.zyjs-content ul.on{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.zyjs-content ul li{
  position: relative;
  float: left;
  width: 20%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
}
.zyjs-content ul li a{
	color: #999;
}
.zyjs-content ul li::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  background: #999;
}

.zyjs-content ul.on li::before{
	background: #037EC4;
}
.zyjs-content ul.on li a{
	color: #037EC4;
}
.zyjs-content ul.on li a:hover{
	font-weight: bold;
}

/* 平台建设 */
.ptjs{
  margin: 30px 0;
  overflow: hidden;
}
.ptjs li{
  float: left;
  width: 50%;
  padding: 15px;
}
.ptjs li:nth-child(odd){
  text-align: right;
}
.ptjs li a{
  position: relative;
  display: inline-block;
  transition: .3s;
  overflow: hidden;
}
.ptjs li img{
  max-width: 100%;
  transition: 0.3s;
}
.ptjs li p{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: rgba(3,126,196,0.9);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ptjs li a:hover img{
  transform: scale(1.1);
}

@media screen and (max-width:600px) {
  .zyjs-tab{
    justify-content: left;
    flex-wrap: wrap;
    margin: 20px 0 10px;
  }
  .zyjs-tab li{
    min-width: 50%;
    line-height: normal;
    margin-bottom: 20px;
  }
  .zyjs-content{
    margin-bottom: 30px;
	  padding-top: 80px;
  }
  .zyjs-content ul{
    padding: 10px 15px;
	  margin-bottom: 20px;
  }
  .zyjs-content ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #eee;
  }
  .zyjs-content ul li:last-child{
    border-bottom: none;
  }

  .ptjs{
    margin: 15px 0;
  }
  .ptjs li{
    width: 100%;
    padding: 10px 0;
  }
  .ptjs li p{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

/*涉外要闻*/
.news-list li{
	padding: 20px 0;
	margin-right: 6px;
	border-bottom: 1px solid rgba(191, 191, 191, 0.38);
	transition: .3s;
}
.news-list .img{
	float: left;
	width: 260px;
	height: 173px;
	overflow: hidden;
}
.news-list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-list .date{
	float: right;
	margin: 25px 20px 0 0;
	width: 83px;
	height: 114px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #005DAC;
	display: none;
}
.news-list .date h3{
	font-size: 34px;
	font-weight: bold;
	padding-top: 12px;
}
.news-list .time{
	float: right;
	margin-right: 20px;
	color: #666;
	font-size: 18px;
	line-height: 173px;
	/*display: none;*/
}
.news-list .txt{
	height: 173px;
	margin: 0 120px 0 290px;
}
.news-list .txt h2{
	font-size: 20px;
	padding-top: 15px;
	margin-bottom: 20px;
	transition: .3s;
}
.news-list .txt p{
	color: #999;
	font-size: 15px;
	line-height: 1.75em;
	text-align: justify;
}
.news-list li:hover{
	box-shadow: 0 9px 6px 0 rgba(12,3,6,0.05);
}
.news-list li:hover h2{
	color: #005DAC;
	font-size: 24px;
	font-weight: bold;
}
.news-list li:hover img{
	transform: scale(1.1);
}
.news-list li:hover .date{
	display: block;
}
.news-list li:hover .time{
	display: none;
}

@media screen and (min-width: 1280px) {
  .detail_box{
     width: 1200px;
  }
}