@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
.bannerBox .banner {
    z-index: 1;
}

.bannerBox .slick {
    width: 100%;
    height: 100vh;
}

.bannerBox .slick01 {
    background: url("../images/index/banner01.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.bannerBox .slick02 {
    background: url("../images/index/banner02.png") no-repeat center top;
    background-size: 100% 100%;
}

.bannerBox .slick03 {
    background: url("../images/index/banner03.jpg") no-repeat center top;
    background-size: 100% 100%;
}
.bannerBox .slick04 {
    background: url("../images/index/banner04.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.bannerBox .slick05 {
    background: url("../images/index/banner05.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.banner2 .slick {
    height: 600px;
    background-size: 100% auto;
}

.bannerBox .banner .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}
.bannerBox .banner .slick-dots li {
    display: inline-block;
    margin: 0 12px;
    width: 15px;
    height: 15px;
}
.bannerBox .banner .slick-dots li button {
    border: none;
    border-radius: 50px;
    text-indent: -9999px;   
    width: 15px;
    height: 15px;
    background-color: #fff;  
    padding: 0;
    vertical-align: top;           
}
.bannerBox .banner .slick-dots li.slick-active button {
    background-color: #0B3779;
}
h2 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
    font-weight: normal;
    text-align: center;
    position: relative;
}

h2 .more {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    text-align: right;
    font-size: 18px;
    color: #073779;
}

h2 .more:hover {
    text-decoration: underline;
}

.section01 {
    padding: 30px 0 10px;
    background: url("../images/index/bg01.jpg") no-repeat center top;
}

.section01 .inner {
    margin-bottom: 25px;
}

.section01 .inner .textBox {
    width: 622px;
}

.section01 .inner .textBox ul {
    width: 648px;
    margin-right: -26px;
}
.section01 .inner .textBox li {
    float: left;
    margin: 0 26px 20px 0;
    width: 298px;
    background-color: #fff;
    border-bottom: 4px solid #123AAB;
    color: #333;
    font-size: 18px;
    height: 160px;
    line-height: 29px;
    transition: all 0.3s;
}
.section01 .inner .textBox li:nth-child(2n) {
    margin-right: 0;
}
.section01 .inner .textBox li a {
    display: block;
    margin: 22px;
    color: #333;
    overflow: hidden;
}
.section01 .inner .textBox li a .news_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;  
    height:87px;
}
.section01 .inner .textBox li a .news_time{
    text-align: right;
    font-size: 16px;
}

.section01 .inner .textBox li:hover {
    box-shadow: 9px 12px 22px 1px rgba(0, 0, 0, 0.4);
    transform: scale(1) translateY(-6px);
}

.section01 .inner .textBox li:hover a {
    color: #0B3779;
}

.section01 .inner02 .textBox li {
    margin: 0 26px 20px 0;
}
.section01 .inner .photo {
    width: 618px;
    height: 348px;
    overflow:hidden;
}
.section01 .inner .photo img {
    width: 100%;
    height: 100%;
transition: all 0.5s;
}
.section01 .inner .photo:hover img{
    transform: scale(1.2);
}
.section02 {
    padding: 30px 0 80px;
}

.section02 h2 {
    margin-bottom: 30px;
}

.section02 .newsUl {
    width: 1350px;
    margin-right: -70px;
}

.section02 .newsUl li {
    width: 380px;
    height:126px;
    margin: 0 70px 0 0;
    float: left;
    padding: 25px;
    background: url(../images/index/li_bg.png) no-repeat center top;
    background-size: 380px auto;
    box-sizing: border-box;
    transition: all 0.3s;
    overflow: hidden;
    zoom: 1;
}

.section02 .newsUl li a {
    width: 230px;
    float: right;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
 
}
.section02 .newsUl li a div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; 
}
.section02 .newsUl li .date {
    float: left;
    box-shadow: 0 0 2px #ccc;
}

.section02 .newsUl li .date p {
    background: #009ff0;
    font-size: 37px;
    display: block;
    color: #fff;
    line-height: 51px;
    text-align: center;
    padding: 0 18.3px;
    font-weight: 600;
}

.section02 .newsUl li .date span {
    line-height: 28px;
    font-size: 14px;
    color: #009ff0;
    background: #F6F0F0;
    display: block;
    text-align: center;
}

.section02 .newsUl .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%)
}

.section02 .newsUl .slick-dots li {
    padding: 0;
    float: none;
    display: inline-block;
    margin: 0 7px;
    width: 8px;
    height: 8px;
    background: none;

}
.section02 .newsUl .slick-dots li button {
    border: none;
    border-radius: 50px;
    text-indent: -9999px;
    cursor: pointer;   
    background-color: #EFEFEF; 
    width: 8px;
    height: 8px;  
    padding: 0;
    vertical-align: top;
}
.section02 .newsUl .slick-dots li.slick-active button {
    background: #023BAA;
}


.section02 .newsUl .slick-dots li:hover {
	padding: 0;
}
.section02 .newsUl li a:hover {
    color: #073779;
}

.section02 .newsUl li:hover {
    padding: 25px 15px 25px 35px;
}

.section03 {
    background: url(../images/index/wb-bg.png) no-repeat top right;
    background-color: #294361;
}
.section03 .white-title a {
    font-size: 22.49px;
    color: #ffffff;
    padding: 0;
    text-align: center;
    width: 23px;
    height: 24px;
    line-height: 20px;
    margin-top: 8px;
}

.white-title {
    padding: 42px 20px 31px;
}

.white-title p {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 26px;
}

.white-title span {
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    vertical-align: 3px;
}

.white-title a {
    float: right;
    font-size: 15px;
    color: #fff;
    padding-right: 18px;
    line-height: 35px;
    background: url(../d-img/arrow-w.png) no-repeat right center;
}

.white-title img {
    margin-left: 5px;
    display: inline-block;
}

.videoBox {
    width: 410px;
    margin-right: 20px;
    position: relative;
}

.videoBox .video {
    width: 410px;
    height: 277px;
}
.videoBox .video .info img {
    width: 100%;
    height: 100%;
}
.videoBox .share {
		position: absolute;
		bottom:32px;
		right:10px;
}
.videoBox .share a {
	margin: 0 5px;
}

.video .slick-prev {
    width: 26px;
    height: 20px;
    text-indent: -9999px;
    position: absolute;
    bottom: -30px;
    left: 0;
    background: url(../images/index/prev.png) no-repeat center center;
    border: none;
    background-color: #8f9dac;
    cursor: pointer;
 		border-radius: 2px;
}

.video .slick-next {
    width: 26px;
    height: 20px;
    text-indent: -9999px;
    position: absolute;
    bottom: -30px;
    left: 30px;
    background: url(../images/index/next.png) no-repeat center center;
    border: none;
    background-color: #8f9dac;
    cursor: pointer;
 		border-radius: 2px;
}

.video .slick-next:hover,
.video .slick-prev:hover {
    background-color: #074c98;
}

/*视频模块*/
/*.videolist { position:relative; float:left; width:500px; height:300px; margin-right:50px; margin-top:15px; margin-bottom:30px; }
.videolist:hover{ cursor: pointer; }
.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; width:640px; height:360px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }*/
/*视频模块*/

.weChart {
    width: 850px;
    padding: 0 10px;
    min-height: 450px;
    background: #2f4e6f;
    box-sizing: border-box;
}

.add-wx {
    padding-left: 40px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background: url(../images/index/wechat-bg.png) no-repeat left center;
    border-bottom: solid 1px #6e839a;
}

.add-wx_div1 {
    font-size: 12px;
    color: #fff;
    line-height: 23px;
    background: #ff0d07;
    text-align: center;
    width: 55px;
    height: 23px;
    border-radius: 4px;
    position: relative;
    margin-top: 19px;
}

.add-wx_div2 {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 30px;
    margin-left: -250px;
    width: 300px;
    height: 160px;
    display: none;
    transition: all .3s;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
}

.add-wx_div2 img {
    width: 140px;
    height: 160px;
}

.add-wx_div1:hover>.add-wx_div2 {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wb {
    position: relative;
    background: url(../images/index/wb.png) no-repeat left center;
}

.wb-bg {
    background: #345578;
    position: relative;
}

.wb:before {
    content: "";
    position: absolute;
    left: 160px;
    top: 22px;
    width: 18px;
    height: 18px;
    background: url(../images/index/rz.png) no-repeat center center;
}

.quote {
    width: 403px;
    height: 216px;
}

.weChart-ul div {
    width: 156px;
    height: 98px;
    float: left;
    margin-right: 0px;
}
.weChart-ul div img {
    width: 100%;
    height: 100%;
}

.weChart-ul a {
    width: 390px;
    color: #fff;
    display: block;
    position: relative;
}

.weChart-ul a h3 {
    font-size: 16px;
    color: #fff;
    float: right;
    font-weight: normal;
    width:226px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;    
}

.weChart-ul a:hover h3 {
    color: #ffba00;
}

.weChart-ul a p {
    width: 55%;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.weChart-ul a p span {
    background: url(../images/index/time.png) no-repeat center left;
    padding-left: 16px;
}

.weChart-ul a p i {
    background: url(../images/index/r-ico.png) no-repeat top left;
    padding-left: 15px;
    margin-left: 10px;
}

.weChart-ul a p .i2 {
    background: none;
    padding-left: 0;
    float: right;
}

.weChart-ul a p .i2 span {
    background: url(../images/index/eye.png) no-repeat center left;
}

.weChart-ul {
    height: 235px;
    overflow-y: auto;
    overflow-x: hidden;
}
.articleBox .weChart-ul:first-child {
	margin-right: 10px;
}

.weChart-ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 100%;
}

.weChart-ul::-webkit-scrollbar-track {
    background: #466894;
    border-radius: 2px;
}

.weChart-ul::-webkit-scrollbar-thumb {
    background: #6a8aad;
    border-radius: 10px;
}

.weChart-ul::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.weChart-ul li {
    margin: 20px 0 20px 0;
}
.articleBox .weChart-ul {
    width: 403px;
    float: left;
}
.section04 {
	padding: 40px 0 100px;
	background: url(../images/index/bg02.jpg) no-repeat center bottom;
}
.section04 .h2Ttl {
	font-size: 26px;
	margin-bottom: 85px;
	background: url(../images/index/h2_bg.png) no-repeat center center;
}
.section04 .h2Ttl span {
	margin-right: 40px;
	color:#0A336F;
}
.section04 .photoUl li:nth-child(2) {
	margin: 50px 106px 0 0;
}
.section04 .photoUl li {
    margin: 0 106px 0 0;
    float: left;
    width: 356px;
    height: 473px;
}
.section04 .photoUl li:last-child {
    margin-right: 0;
}
.section04 .photoUl li img {
    width: 100%;
    height: 100%;
}
.section05 .photoUl {
    max-width: 1920px;
    margin: 0 auto;
}
.section05 .photoUl li {
    width: 33.2%;  
	overflow: hidden;
    float: left;
	margin:0 0.2% 4px 0;
}
.section05 .photoUl li:last-child {
	margin-right:0;
}
.section05 .photoUl li img {
	width: 100%;
	transition: all 0.5s;
}
.section05 .photoUl li:hover img {
	transform: scale(1.2);
}
.section05 .photoUl2 li {
    width: 49.9%;
	margin-bottom: 0 !important;
}
.section06 {
	padding: 80px 0 50px;
	background: url(../images/index/bg03.jpg) no-repeat center top;
}
.section06 .lBox {
	width: 1005px;
    float: left;
}
.section06 .listUl {
    width: 1005px;
}
.section06 .listUl li {
    width: 315px;
    height: 195px;
	margin-right: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}
.section06 .listUl li span {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	left:0;
	font-size: 18px;
	line-height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
}
.section06 .listUl li a:hover img {
	transform:scale(1.2)
}
.section06 .listUl li a img {
    width: 100%;
    height: 100%;
	transition: all 0.5s;
}
.section06 .listUl .slick-dots {
	text-align: center;
	position: absolute;
	bottom:-40px;
	left:50%;
	transform: translateX(-50%)
}
.section06 .listUl .slick-dots li {
	display: inline-block;
	margin: 0 5px;
    width: 10px;
    height: 10px;
    font: none;
}
.section06 .listUl .slick-dots li button {
    text-indent: -9999px;    
    border: none;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50px;    
    padding: 0;
    vertical-align: top;
}
.section06 .listUl .slick-dots li.slick-active button {
	background-color: #0B3779;
}
.section06 .rBox {
    float: right;
}
.section06 .rBox .title {
	font-size: 24px;
	margin-bottom: 25px;
}
.section06 .linkUl {
	width: 220px;
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}
.section06 .linkUl li {
	width: 130px;
	margin: 0 0 14px 0;
	font-size: 20px;
	text-align: left;
}
.section06 .linkUl li:nth-child(2n) {
	width: 90px;
}
.section06 .linkUl li a:hover {
	text-decoration: underline;
}


/*理论学习样式*/
.index_ywkx{ }
.index_ywkx li{ float: left; width:48%;height:70px;}
.index_ywkx_date{margin-left:30px;width: 60px; float:left; position: relative;}
.index_ywkx_date span{color: rgb(4, 65, 138); font-size: 24px; display: inline;}
.index_ywkx_date i{background: url(../images/xiexian.png) no-repeat; left: 18px; top: 17px; width: 37px; height: 45px; position: absolute;}
.index_ywkx_date b{ left: 10px; top: 10px; color: rgb(171, 171, 171); font-size: 14px; font-weight: normal; display: inline; position: relative; }
.index_ywkx_title{ color: #000000 !important; padding-left: 45px; font-size: 16px;  width:calc(100% - 145px); float:left; overflow:hidden;  white-space: nowrap; text-overflow:ellipsis;pointer-events: auto;}


/*弹出校园视频*/
.cover {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 900;
}
.videoPop {
    display: none;
    width: 800px;
    height: 500px;
    position: fixed;
    top:50%;
    left:50%;
    margin: -230px 0 0 -400px;
    z-index: 999;
}
.videoPop .close {
    top:-39px;
    position: absolute;
    right:0;
}