@charset "utf-8";
/* banner */
.banner{
	min-width:1400px;
	overflow: hidden;
}
.banner img {
    width: 100%;
}
.subbanner{
	position: relative;
}
img {
    max-width: 100%;
}
.subbanner .w1400 {
    position: relative;
}
.banner .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    right: 0;
    left: 0;
    list-style: none;
    z-index: 1000;
    text-align: center;
    margin: 0 auto;
}
.banner .slick-prev,.banner .slick-next{
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	width: 40px;
	height: 40px;
}
.banner .slick-prev{
	background: url(../img/zuo.png) no-repeat center;
	left: 60px;
}
.banner .slick-next{
	background: url(../img/you.png) no-repeat center;
	right: 60px;
}
.slick-dots li.slick-active button {
    background: #0176d5;
}
/* 内容 一*/
.content1{
	padding-top: 48px;
	background: url(../img/news-bj.png)no-repeat center;
	padding-bottom: 45px;
}
.content1 .title{
	position: relative;
	padding-bottom: 25px;
}
.content1 .title p{
        color: #0468ba;
        font-size: 32px;
        text-align: center;
        padding-left: 30px;
        background: url(../img/xw.png)no-repeat 44.8% 0px;
        height: 35px;
}
.content1 .title a{
	position: absolute;
	right: 0;
	top: 6px;
}
.content1 .news-lb {
	width: 48%;
}
.content1 .news .img{
	padding-top: 30px;
	position: relative;
}
.content1.content1 .news-lb .img img{
	width: 100%;
	height: 505px;
	object-fit: cover;
	transition: all 0.5s;
}
.content1 .news-lb .img{
	position:relative;
}
.content1 .news-lb .img p{
	 font-size: 16px;
	 color: #fff;
	 position: absolute;
	 bottom: -4px;
	 left: 0;
	 text-overflow: ellipsis;
	 background: linear-gradient(rgb(4, 103, 185,0),rgb(4, 103, 185,1));
	 height: 102px;
	 overflow: hidden;
	 white-space: inherit;
	 line-height: 140px;
	 padding-left: 20px;
	 font-weight: bold;
	 width: 100%;
}
.content1 .news-lb .slick-dots {
	right: 15px;
	left: auto;
	position: absolute;
	bottom: 0px;
}
.content1 .news-lb .slick-dots li.slick-active button {
    background: #0468ba;
}
.content1 .news-list{
  	width: 48%;
	float: right;
  }
.content1 .news-list ul li{
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	padding-left: 25px;
}
.content1 .news-list li:first-child{
	border-top:1px solid #e0e0e0;
}
.content1 .news-list ul li::before{
	position: absolute;
	display: block;
	content: "";
	width: 17px;
	height: 18px;
	background:url(../img/s.png)no-repeat;
	left: 0;
	top: 0px;
	bottom: 0;
	margin: auto;
	}
.content1 .news-list ul li:hover:before {
	background:url(../img/s1.png)no-repeat;
}
.content1 .news-list ul li:hover a{
	color: #0468ba;
	font-weight: bold;
}
.content1 .news-list ul li:hover span{
	color:#2160ad;
	font-weight: bold;
}
.content1 .news-list ul li a{
	line-height: 54px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	display: inherit;
	text-overflow: ellipsis;
	height: 54px;
}
.content1 .news-list li .span{
	float: right;
	color: #999999;
	font-size: 14px;
	/* line-height: 55px; */
	padding-top: 10px;
}


/* 内容二 */
.content2{
	background: #ebf0ff;
	padding-top: 48px;
	padding-bottom: 45px;
}
.content2 .title{
	position: relative;
	padding-bottom: 25px;
}
.content2 .title
	p{
        color: #0468ba;
	font-size: 32px;
	text-align: center;
	padding-left: 30px;
	background: url(../img/gonggao.png)no-repeat 44.8% 0px;
	height: 35px;
}
.content2 .title
	a{
	position: absolute;
	right: 0;
	top: 6px;
}
.campus_list{
	margin-top: 0.2rem;}
.campus_list
	ul{ display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;}
.campus_list
	ul li{
	flex-basis: calc(32.33333% - 0.35rem);
	margin: 1rem 0;
	background: url(../img/10.png)no-repeat;
	padding: 20px 30px;
	position: relative;
	border-radius: 10px;
	/* margin-bottom: 30px; */
	height: 173px;
}
.campus_list
	ul li:hover{
	background: url(../img/tz-bj2.png)no-repeat;
}
.campus_list
	ul li a{display: block;
	box-sizing: border-box;
	position: relative;
	z-index: 1;}
.campus_list
	ul li a .time{position: absolute;
	color: #fff;
	background: #0468ba;
	border-radius: 50px;
	display: block;
	padding: 10px 12px;
	line-height: 1;
	font-size: 14px;
	top: -28px;
	left: -5px;
	font-weight: bold;
	font-family: Bahnschrift, serif;
	/* box-shadow: 0 0 25px #e2e4e8; */}
.campus_list
	ul li:hover .time{color: #0468ba;
	background: #fff;
	top: -34px;}
.campus_list
	ul li a span {line-height: 1.5;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
	color: #333333;
	font-size: 16px;
	word-wrap:break-word;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	padding-top: 18px;}
.campus_list
	ul li:hover span{color:#fff;}
.campus_list
	ul li a p {padding-top: 23px;
	font-size: 14px;
	color: #999999;
	font-weight:300;
	line-height: 1.6;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
	word-wrap:break-word;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical}
.campus_list
	ul li a:hover p{color:#b8cbe5}
/* 内容三 */
.content3{
	background: url(../img/con3_02.png)no-repeat;
	padding-top: 45px;
	padding-bottom: 60px;
}
.content3 .zuo{
	width: 76%;
}
.content3 .zuo .xsdt{
	
width: 48%;
}
.content3 .zuo .xsdt .tit{
	color: #0468ba;
	font-size: 32px;
	padding-left: 40px;
	background: url(../img/xsdt.png)no-repeat 0.2% 0px;
	height: 35px;
	float: left;
	padding-bottom: 25px;
}
.content3 .zuo .xsdt a img{
	float: right;
	padding-top: 10px;
}
.content3 .zuo .xsdt li{width: 510px;height: 56px;float: left;border-bottom: 1px solid #e0e0e0;position: relative;}
.content3 .zuo .xsdt li:first-child{
	border-top: 1px solid #e0e0e0;
}
 .content3 .zuo .xsdt ul li::before {
    position: absolute;
    display: block;
    content: "";
    width: 17px;
    height: 18px;
    background: url(../img/kecheng.png)no-repeat;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
}
.content3 .zuo .xsdt li a p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding-top: 10px;
	text-indent: 30px;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
}
.content3 .zuo .xsdt li:hover a{
	color: #0468ba;
}
.content3 .zuo .xsdt li:hover a p{
	font-weight:bold;
color: #0468ba;
}
.content3 .zuo .xsdt li:hover:before{
 background: url(../img/kecheng1.png)no-repeat;
}
.content3 .zuo .xsdt li a span{float: right;padding-top: 12px;}

.content3 .zuo .dqhd{
	width: 48%;
}
.content3 .zuo .dqhd .tit{
	color: #0468ba;
	font-size: 32px;
	padding-left: 40px;
	background: url(../img/djhd.png)no-repeat 0.2% 0px;
	height: 35px;
	float: left;
	padding-bottom: 25px;
}
.content3 .zuo .dqhd a img{
	float: right;
	padding-top: 10px;
}
.content3 .zuo .dqhd li{width: 510px;height: 56px;float: left;border-bottom: 1px solid #e0e0e0;position: relative;}
.content3 .zuo .dqhd li:first-child{
	border-top: 1px solid #e0e0e0;
}
 .content3 .zuo .dqhd ul li::before {
    position: absolute;
    display: block;
    content: "";
    width: 17px;
    height: 18px;
    background: url(../img/dqhd11.png)no-repeat;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
}
.content3 .zuo .dqhd li a p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding-top: 10px;
	text-indent: 30px;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
}
.content3 .zuo .dqhd li:hover a{
	color: #0468ba;
}
.content3 .zuo .dqhd li:hover a p{
	font-weight:bold;
color: #0468ba;
}
.content3 .zuo .dqhd li:hover:before{
 background: url(../img/dqhd1.png)no-repeat;
}
.content3 .zuo .dqhd li a span{float: right;padding-top: 12px;}
.content3 .you{
	width: 22%;
}
.content3 .you .tit{
	color: #0468ba;
	font-size: 32px;
	padding-left: 40px;
	background: url(../img/yjzx.png)no-repeat 0.2% 0px;
	height: 30px;
	float: left;
	padding-bottom: 25px;
	width: 100%;
}
.content3 .you li{
	float: left;
	padding-bottom: 10px;
}
.content3 .you li a img{
	width: 300px;
	height: 60px;
	object-fit: cover;
}
/* 内容四 */
.content3{
	
}
.content3 .title{
	position: relative;
	padding: 45px 0 25px 0;
}
.content3 .title p{
        color: #0468ba;
        font-size: 32px;
        text-align: center;
        padding-left: 30px;
        background: url(../img/zypt.png)no-repeat 44.2% 0px;
        height: 35px;
}
.content3 .title
	a{
	position: absolute;
	right: 0;
	bottom: 25px;
}
.content3 .favorite_list .favorite_item{
	padding-right: 10px;
	float: left;
	padding-bottom: 10px;
}
.content3 .favorite_list .favorite_item img{
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.content3 .favorite_list .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    right: 0;
    left: 0;
    list-style: none;
    z-index: 1000;
    text-align: center;
    margin: 0 auto;
}
.content3 .favorite_list .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: url(../img/qq.png)no-repeat;
    border-radius: 50%;
}
.content3 .favorite_list .slick-dots li.slick-active button {
    background: #0176d5;
}
/* 友情链接 */
.footer{
	
}
.footer h2{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}