html,
body,
div,
span,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
video,
a,
map,
dl,
dt,
dd,
area {
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "MicrosoftJhengHei",
    "NotoSerifCJKsc-Regular", sans-serif;
  margin: 0;
  padding: 0;
  outline: none;
  scroll-behavior: smooth;
}

div::-webkit-scrollbar,
span::-webkit-scrollbar,
p::-webkit-scrollbar,
ul::-webkit-scrollbar,
ol::-webkit-scrollbar,
li::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
video::-webkit-scrollbar,
a::-webkit-scrollbar,
map::-webkit-scrollbar,
area::-webkit-scrollbar {
  display: none;
}

html {
  width: 100vw;
  overflow-x: hidden;
}

body {
  min-width: 100vw;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #004ea2;
  outline: none;
}

li {
  list-style: none;
}

img {
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div,
p,
span {
  font-size: 14px;
  color: #333;
}

.position-relative {
  position: relative;
  height: inherit;
}
.container{width:1200px;padding:0;margin:0 auto;}
/* css 重置 */
		*{margin:0; padding:0; list-style:none; }
		body{ font:normal 12px/22px 宋体;  }
		img{ border:0;  }
		a{ text-decoration:none;   }

@font-face {
  font-family: "iconfont";
  /* project id 1830376 */
  src: url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.eot");
  src: url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.eot?#iefix") format("embedded-opentype"),
    url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.woff2") format("woff2"),
    url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.woff") format("woff"),
    url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.ttf") format("truetype"),
    url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt65 {
  margin-top: 65px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mr25 {
  margin-right: 25px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.divider-line {
  width: 100%;
  height: 1px;
  background: #ccc;
}

.dropdown-toggle {
  background: none;
}

.nav {
  position: fixed;
  width: 100vw;
  height: auto;
  left: 0;
  top: -150px;
  z-index: 1000;
  transition: top 0.7s ease-out 0s;
}

.nav.active {
  top: 0;
}

.nav-top-info {
  height: 48px;
  line-height: 48px;
  background: #004ea2;
}

.nav-top-left-position a,
.nav-top-right-operation a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: color linear 0.3s;
}

.nav-top-right-operation a:hover {
  color: rgba(256, 256, 256, 0.7);
}

.nav-divider-line {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #d8d8d8;
  opacity: 0.58;
  margin: 0 10px;
  vertical-align: middle;
}

.nav-search-box {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
}

.nav-search-icon,
.nav-search-icon-open {
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  transition: all linear 0.3s;
  display: none;
  border: none;
  background: transparent;
  outline: none;
}

.nav-search-icon-open {
  display: inline-block;
}

.nav-search-input {
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  border: none;
  outline: none;
  background: rgba(256, 256, 256, 0);
  text-indent: 8px;
  border-bottom: 1px solid #ccc;
  width: 0;
  opacity: 0;
  transition: all linear 0.4s;
  font-size: 12px;
  color: #ccc;
  padding-right: 33px;
}

.nav-search-box.active .nav-search-input {
  opacity: 1;
  width: 120px;
}

.nav-search-box.active .nav-search-icon {
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
}

.nav-search-box.active .nav-search-icon-open {
  display: none;
}

/*菜单栏*/
.nav-bottom-list {
  height: 80px;
  padding-top: 12px;
  padding-bottom: 7px;
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.65) 100%);
  transition: all linear 0.3s;
  z-index:9999;
}

.nav.scroll .nav-bottom-list {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.nav-logo {
  display: inline-block;
  width: 300px;
  height: 55px;
  font-size: 0;
}

.nav-logo h1 {
  float: left;
  width: inherit;
  height: inherit;
  font-size: 0;
  background: url(../img/logo.png) no-repeat center center;
  background-size: contain;
}

.nav.scroll .nav-logo h1 {
  background: url("../img/logo-1.png") no-repeat center center;
  background-size: contain;
}

.nav-list-box {
  display: inline-block;
  text-align: right;
  float: right;
  position: relative;
}

.nav-list-two {
  position: absolute;
  right: 0;
  top: 45px;
  width: 960px;
  height: 200px;
  background: #fff;
  opacity: 0;
  display: none;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.35);
}


.nav-list-two li {
  width: 100%;
  height: 100%;
  padding: 25px 30px;
  display: block;
  color:#333;
  opacity: 1;

}
.nav-list-two li a{color:#333;}


.nav-list-one li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-right: 15px;
  cursor: pointer;
  transition: all linear 0.2s;
}

.nav-list-one li:hover .nav-list-two{  top: 54px;
  height: 200px;
  opacity: 1;
  display: block;}

.nav.scroll .nav-list-one li {
  color: #333;
}
.nav.scroll .nav-list-one li a {
  color: #333;
}
.nav.scroll .nav-list-one li a:hover {
  color: #004ea2;
}


.nav-list-two-left-nav {
  display: inline-block;
  width:600px;
  height: 100%;
  vertical-align: middle;
  float: left;
  margin-top: 20px;
}

.nav-list-two-nav-item {
  display: block;
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
}

.nav-list-two-nav-item .iconfont {
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s linear 0s;
}

.nav-list-two-nav-item:hover {
  color:#004ea2;
}

.nav-list-two-nav-item:hover .iconfont {
  margin-right: 5px;
}

.nav-list-two-right-img {
  width: 300px;
  height: 150px;
  display: inline-block;
  vertical-align: middle;
  float: right;
  overflow: hidden;
}

.nav-list-two-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s linear 0s;
}

.nav-list-two-right-img:hover img {
  transform: scale(1.05);
}

.nav-list-one li:last-of-type {
  margin-right: 0;
}

/*滚动大图css*/
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	min-width:1200px;
	height:640px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	min-width:1200px;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -80px 0 0;
	display: block;
	background: url(../img/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../img/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	display: block;
}



.index {
  min-height: 800px;
  overflow-x: hidden;
  /* background: url(../img/index-news-bg.png) no-repeat center top;
  background-size: 100% auto;
  background-attachment: fixed; */
}

.index-news {
  padding: 40px 0;
  /* margin-bottom: 30px; */
  background-image: url(../img/wave.png);
  background-position-y: bottom;
  background-repeat: repeat-x;
}

.index-modal-title {
  font-size: 24px;
  color: #004ea2;
  font-weight: normal;
}

.index-modal-title img {
  margin-right: 10px;
}

.index-news-go-all {
  display: inline-block;
  width: 136px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 16px;
  background: #00a0ea;
  font-size: 14px;
  color: #fff;
  transition: background linear 0.3s;
}

.index-news-go-all:hover {
  color: #fff;
  background: #004ea2;
}

.index-news-divider-box {
  width: 100%;
  height: 50px;
}

.index-news-tops {
  width: 100%;
  height: 310px;
  background: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15);
}

.index-news-media-box {
  width: 100%;
  height: 202px;
  position: relative;
  overflow: hidden;
}

.index-news-media-box img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  transition: transform linear 0.3s;
}

@media screen and (max-width: 767px) {
  .index-news-media-box img {
    height: 55vw;
  }
}

.index-news-tops:hover .index-news-media-box img {
  transform: scale(1.05);
}

.index-news-media-time {
  position: absolute;
  top: 170px;
  left: 0px;
  background: #00a0ea;
  padding: 6px 5px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.15px;
}

.index-news-media-title {
  width: 100%;
  height: 78px;
  padding: 17px 20px 0;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color linear 0.3s;
}

.index-news-tops:hover .index-news-media-title,
.index-news-item:hover .index-news-item-title {
  color: #004ea2;
}

.index-news-item {
  height: 100px;
  margin-top: 35px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 15px;
}

.index-news-item-title {
  display: block;
  width: 100%;
  height: 52px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color linear 0.3s;
}

.index-news-item-time {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.18px;
  margin-top: 10px;
}


/* 学术报告开始 */
.academic {
  width: 100%;
  background: url(../img/xueshu_bg.png) no-repeat center center / cover;
  padding-top: 44px;
  padding-bottom: 64px;
}
.academic .layout{width:1200px;margin:0 auto;}
.academic .layout .l_report {
  width: 47.5%;
  float: left;
}
.academic .top .more {
  float: right;
  margin-top:-25px;
padding-right:24px;
height:24px;
}
.academic .top .more div {
  float: left;
  font-size: 14px;
  color: #fff;
}
.academic .layout .l_report .top {
  margin-bottom: 30px;
}
.academic .layout .l_report .top h2 {
  font-size: 24px;
  color: #fff;
  font-family: '微软雅黑';
}
.academic .layout .l_report .top .more span {
  font-size: 14px;
  color: #fff;
  font-family: '微软雅黑';
}
.academic .layout .l_report .bot_con{
  width: 100%;
  overflow: hidden;
}
.report-container.swiper-container-horizontal.swiper-container-multirow{
  position: relative;
}
.academic .layout .l_report .bot_con li {
  height: 114px;
  padding-top: 20px;
  position: relative;
  border-bottom: 1px dashed #7e8696;
}
.academic .layout .l_report .bot_con li .date {
  width: 96px;
  height: 76px;
  position: absolute;
  left: 0;
}
.academic .layout .l_report .bot_con li .date .h {
  font-size: 16px;
  color: #ffffff;
  font-family: '微软雅黑';
  font-style: initial;
  display: block;
  width: 100%;
  height: 38px;
  background-color: #003f88;
  text-align: center;
  line-height: 38px;
}
.academic .layout .l_report .bot_con li .date .m {
  font-size: 18px;
  color: #003f88;
  font-family: '微软雅黑';
  font-style: initial;
  display: block;
  width: 100%;
  height: 38px;
  background-color: #ffffff;
  text-align: center;
  line-height: 38px;
}
.academic .layout .l_report .bot_con li .info {
  width: 100%;
  padding-left: 108px;
}
.academic .layout .l_report .bot_con li .info p {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  font-family: '微软雅黑';
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.academic .layout .l_report .bot_con li .info .title {
  font-size: 16px;
}
.l_report .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background:none;
  background-color: #fff;  
}
.l_report .swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
  background-color: #FFD700;
}
.report-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  position: absolute;
  left: 50%;
  bottom: -20px;
}
.academic .layout .r_session {
  width: 47.5%;
  float: right;
}
.academic .layout .r_session .top {
  margin-bottom: 30px;
}
.academic .layout .r_session .top h2 {
  font-size: 24px;
  color: #fff;
  font-family: '微软雅黑';
}
.academic .layout .r_session .top .more span {
  font-size: 14px;
  color: #fff;
  font-family: '微软雅黑';
}
.academic .layout .r_session .bot_con{
  width: 100%;
  overflow: hidden;
}
.academic .layout .r_session .bot_con li {
  height: 114px;
  padding-top: 20px;
  position: relative;
  border-bottom: 1px dashed #7e8696;
  background: url(../img/line.png) no-repeat 84px 25px;
  display: none;
}
.academic .layout .r_session .bot_con li .date {
  width: 96px;
  height: 76px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
 -ms-transition: all 0.25s ease-in-out; 	/* IE 9 */
-moz-transition: all 0.25s ease-in-out; 	/* Firefox */
-webkit-transition: all 0.25s ease-in-out; /* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;	/* Opera */
}
.academic .layout .r_session .bot_con li .date .h {
  font-size: 18px;
  color: #ffffff;
  font-family: '微软雅黑';
  font-style: initial;
  display: block;
  width: 100%;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.academic .layout .r_session .bot_con li .date .m {
  font-size: 16px;
  color: #ffffff;
  font-family: '微软雅黑';
  font-style: initial;
  display: block;
  width: 100%;
  height: 28px;
  text-align: center;
  line-height: 38px;
  transition: all 0.2s ease-in-out;
 -ms-transition: all 0.25s ease-in-out; 	/* IE 9 */
-moz-transition: all 0.25s ease-in-out; 	/* Firefox */
-webkit-transition: all 0.25s ease-in-out; /* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;	/* Opera */
}
.academic .layout .r_session .bot_con li .info {
  width: 100%;
  padding-left: 108px;
  transition: all 0.2s ease-in-out;
 -ms-transition: all 0.25s ease-in-out; 	/* IE 9 */
-moz-transition: all 0.25s ease-in-out; 	/* Firefox */
-webkit-transition: all 0.25s ease-in-out; /* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;	/* Opera */
}
.academic .layout .r_session .bot_con li .info p {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  font-family: '微软雅黑';
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.academic .layout .r_session .bot_con li .info .ad{
margin-top:20px;
}
.academic .layout .r_session .bot_con li .info .ad a {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  font-family: '微软雅黑';
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.academic .layout .r_session .bot_con li .info .title {
  font-size: 16px;line-height: 30px;
}
.session-container.swiper-container-horizontal.swiper-container-multirow{
  position: relative;
}
.r_session .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background:none;
  background-color: #fff;  
}
.r_session .swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
  background-color: #FFD700;
}
.session-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  position: absolute;
  left: 50%;
  bottom: -20px;
}
/* 学术报告结束 */
/*学工动态开始*/
.studybg {
    background:#f5f5f5;
    /*min-height: 1078px;*/
    min-height: 680px;
    background-size: cover;
    padding: 49px 0 51px;
}


.study-ban {
    padding-right: 0;
}

.study-ban .study-top{
    font-size: 24px;
    
    color: #004ea2;
    margin-bottom: 30px;
    text-align: left;
}
.study-ban .study-top img{margin-right:10px;}

.study-ban .study-top span{
font-size: 20px;
    font-weight: bold;
    padding-left: 13px;
    vertical-align: bottom;
}
.study-ban .study-top .new-more a span{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 21px;
    font-weight: 400;
}
.study-ban .study-top .new-more a:hover{
    color: #fff;
}
.new-xueshu-top{
    font-size: 32px;
    
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
}
.new-xueshu-top span{
    font-size: 20px;
    font-weight: bold;
    padding-left: 13px;
    vertical-align: bottom;
}
.new-xueshu-top  .new-more a span{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 21px;
    font-weight: 400;
}
.new-xueshu-top  .new-more a:hover{
    color: #fff;
}

.studybg .mar3 {
    margin-top: 37px;
}

/* 本例子css */

.study-ban .slidetop{
    overflow: hidden;
    position: relative;
    /*border-top: 4px solid #2188d6;*/
}

.study-ban .slidetop .hd {
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 8px;
    z-index: 1;
}

    .study-ban .slidetop .hd ul {
        overflow: hidden;
        zoom: 1;
    }

        .study-ban .slidetop .hd ul li {
            float: left;
            /*display: inline-block;*/
            margin: 0 7px;
            width: 12px;
            height: 12px;
            line-height: 14px;
            border-radius: 12px;
            text-align: center;
            background: #fff;
            cursor: pointer;
            color: transparent;
        }

            .study-ban .slidetop .hd ul li.on {
                background: #f5c23d;
                width: 30px;
            }

.study-ban .slidetop .bd {
    position: relative;
    height:446px;
    z-index: 0;
}

    .study-ban .slidetop .bd li {
        zoom: 1;
        vertical-align: middle;
    }


.study-ban .slidetop .ban-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    min-height: 60px;
    background:#004ea2;
    width: 100%;
    padding: 20px 0px 20px;
}

    .study-ban .slidetop .ban-text a {
        display: block;
        color: #fff;
        font-size: 16px;
    
    line-height: 30px;
        text-decoration: none;
        padding: 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.study-text {
    background: #fff;
    height: 446px;
   /*border-top: 4px solid #2188d6; */
    position: relative;
}

.yu {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background: url(../img/san.png) no-repeat left top;
    width: 85px;
    height: 81px;
    position: absolute;
    right: 0px;
    top: 0;
    padding-left: 38px;
    padding-top: 7px;
}

.study-tul {
}

    .study-tul ul li {
        border-bottom: 1px solid #e5e5e5;
            padding: 25px 0px 20px 0px;
    }

        .study-tul ul li .li-date {
            width: 48px;
            background: url(../img/sdate.png) no-repeat left top;
            text-align: center;
            color: #fff;
            height: 70px;
    margin-top: 6px;
	float:left;
        }

            .study-tul ul li .li-date span {
                font-size: 24px;
                font-weight: bold;
                color: #fff;
                line-height: 24px;
                display: block;
                padding-top: 6px;
            }

            .study-tul ul li .li-date p {
                font-size: 16px;
                color: #fff;
            }

        .study-tul ul li .li-tt {
            width: 87%;
            padding-right: 1%;
        }

            .study-tul ul li .li-tt a {
                font-size: 16px;
                color: #333;
                display: block;
                margin-bottom: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

.study-tul ul li .li-tt a:hover {
   color:#ac0637;
}

        .study-tul ul li .li-tt {
            font-size: 14px;
            line-height: 25px;
			float:right;
        }






.studybg ul.ul2 {
    margin-top: 25px;
    padding: 0;
}

    .studybg ul.ul2 li a {
        text-decoration: none;
    }

    .studybg ul.ul2 li .li-img {
        overflow: hidden;
    }

        .studybg ul.ul2 li .li-img img {
            transform: scale(1.0);
            transition: all 1.5s;
        }


    .studybg ul.ul2 li .li-tt {
        background: #fff;
        padding: 25px 30px;
    }

        .studybg ul.ul2 li .li-tt p {
            font-size: 16px;
            color: #333;
            line-height: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .studybg ul.ul2 li .li-tt span {
            font-size: 14px;
            color: #777;
            line-height: 25px;
            display: block;
            margin-top: 15px;
        }

    .studybg ul.ul2 li:hover .li-tt {
        background: #9f1236;
    }

        .studybg ul.ul2 li:hover .li-tt p, .studybg ul.ul2 li:hover .li-tt span {
            color: #fff;
        }

    .studybg ul.ul2 li:hover .li-img img {
        transform: scale(1.2);
        transition: all 1.5s;
    }

.amore2 a {
    margin-top: 30px;
}
/*底部*/
.footer {
width: 100%;
min-width: 1320px;
height: 140px;
background: #004682;
color:#fff;
}
.footer .foot-box {
width: 1200px;
margin: 0px auto;
padding: 25px 0px;
color: #fff;
font-size: 14px;
height: 140px;
}

.footer .foot-box .ewm {
color: #fff;
font-size: 14px;
float: left;
margin-right: 50px;
}
.footer .foot-box .link {
float: left;
margin-right: 60px;
width: 240px;
}
.footer .foot-box .link select {
width: 235px;
height: 35px;
border-radius: 4px;
margin-bottom: 16px;
background: #fff;
}
.footer .foot-box .foot-logo {
float: left;
margin-right: 80px;
padding: 15px 0px;
}
.footer .foot-box .bqbox {
float: left;
color: #fff;
font-size: 14px;
padding: 0px 0px;
line-height:25px;
margin-top:-10px;
}
.select-box {
display: inline-block;
width: 235px;
height: 35px;

position: relative;
background: url(../img/link-bge.png) no-repeat;

color: #333;
}
.select-box .curr-title {
height: 100%;
width: 100%;
line-height: 35px;
padding-left: 15px;
position: relative;
}
.select-box .curr-title .icon-down {
background: url(../img/jt-bts.png) no-repeat;
width: 12px;
height: 17px;
display: inline-block;
position: absolute;

right: 10px;
top: 15px;
}
.select-box .curr-option {
display: none;
position: absolute;
width: 99%;
background: #fff;
border: 1px solid #aaa;
z-index: 99;




height: 70px;
overflow: auto;
top: -69px;



}
.select-box .curr-option.show {
display: block;
}
.select-box .curr-option li {
padding-left: 15px;
}
.select-box .curr-option li a {
width: 100%;
display: inline-block;
height: 30px;
line-height: 30px;
color: #333;
}

.select-box .curr-option li:hover a{
color:#f48f00;
}



.select-box1 {
display: inline-block;
width: 235px;
height: 35px;

position: relative;
background: url(../img/link-bge.png) no-repeat;

color: #333;
}
.select-box1 .curr-title1 {
height: 100%;
width: 100%;
line-height: 35px;
padding-left: 15px;
position: relative;
}
.select-box1 .curr-title1 .icon-down1 {
background: url(../img/jt-bts.png) no-repeat;
width: 12px;
height: 17px;
display: inline-block;
position: absolute;

right: 10px;
top: 15px;
}
.select-box1 .curr-option1 {
display: none;
position: absolute;

width: 234px;
background: #fff;
border: 1px solid #aaa;


top: -140px;
height: 140px;
overflow: auto;


}
.select-box1 .curr-option1.show1 {
display: block;
}
.select-box1 .curr-option1 li {
padding-left: 15px;
}
.select-box1 .curr-option1 li:hover {

color: #f48f00;
}
.select-box1 .curr-option1 li a {
width: 100%;
display: inline-block;
height: 30px;
line-height: 30px;
color: #333;
}

.select-box1 .curr-option1 li:hover a{
color:#f48f00;
}
 /*内容页css*/
 .top-banner {
  height: 420px;
  width: 100%;
  position: relative;
}
.top-banner .container {
  position: relative;
  height: 100%;
}
.top-banner-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 1;
  font-size: 14px;
  color: #fff;
}
.top-banner-nav .banner-nav-seg {
  color: #fff;
}

.banner-web-class {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 262px;
  text-align: center;
  height: 114px;
  line-height: 114px;
  font-family: "NotoSansCJKsc-Bold";
  font-size: 32px;
  color: #fff;
  background: #004ea2 url(../img/nowvi.png) no-repeat 150px 5px;
}
/*侧边导航*/
ul,li{list-style: none;}
a:link,a:visited{text-decoration: none;}
.list{width: 262px;float:left;margin-top:5px;}
.list ul li{background-color:#fff; border-bottom:solid 1px #ccc;}
.list ul li a{padding-left: 10px;color: #333; font-size:16px; display: block;height:55px;line-height: 55px;position: relative;}
/*.list ul li .inactive{ background:url(../img/off.png) no-repeat 224px center;}
.list ul li .inactives{background:url(../img/on.png) no-repeat 224px center;} */
.list ul li ul{display: none;}
.list ul li ul li { border-left:0; border-right:0; border-color:#ccc;}
.list ul li ul li ul{display: none;}
.list ul li ul li a{ padding-left:30px;}
.list ul li ul li ul li { background-color:#d6e6f1; border-color:#6196bb; }
.list ul li ul li ul li a{ color:#316a91; padding-left:50px;}
.yiji .active a{color:#004ea2;}
.yiji li:hover a{color:#004ea2;}
.yiji li:hover .erji a{color:#004ea2;}
.erji li a{color:#004ea2;}
.erji .active{background:#fff;color:#004ea2}
/*内容页右侧*/
.r-content{float:right;width:890px;padding:30px 0 50px 0;min-height:600px;}
.r-content-title{line-height:40px;border-bottom:1px solid #ccc; padding-bottom:20px;margin-bottom:20px;}
.r-content-detail p{text-indent:2em;margin-bottom:10px;text-align: justify;line-height:26px;}

.news_list {
  width: 100%;
}
.news_list li {
  width: 100%;
  height: 105px;
  border-bottom: 1px solid #d8d9db;
  padding-top: 24px;
  transition: all 0.25s ease-in-out;
 -ms-transition: all 0.25s ease-in-out; 	/* IE 9 */
-moz-transition: all 0.25s ease-in-out; 	/* Firefox */
-webkit-transition: all 0.25s ease-in-out; /* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;	/* Opera */
}
.news_list li .con .date {
  height: 58px;
  width: 88px;
  border-right: 1px solid #e5e5e5;
  position: absolute;
}
.news_list li .con .date .d {
  color: #aaaaaa;
  font-family: '微软雅黑';
  font-size: 26px;
  width: 100%;
  text-align: center;
  text-indent:0;
}
.news_list li .con .date .y {
  color: #bbbbbb;
  font-family: '微软雅黑';
  font-size: 14px;
  width: 100%;
  text-align: center;
  text-indent:0;
}
.news_list li .con .info {
  height: 58px;
  width: 100%;
  padding-left: 107px;
}
.news_list li .con .info .title {
  color: #333333;
  font-family: '微软雅黑';
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_list li .con .info .dec {
  color: #666666;
  font-family: '微软雅黑';
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}
.news_list li .con .info .dec a {
  color: #666666;
  font-family: '微软雅黑';
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_list li:hover .con .info .dec a{
color:#fff;
}
.news_list li:hover{
  background-color: #003f88;
}
.news_list li:hover .date .d{
  color: #fff;
}
.news_list li:hover .date .y{
  color: #fff;
}
.news_list li:hover .date{
  border-right: 1px solid #fff;
}
.news_list li:hover .info .title{
  color: #fff;
}
.news_list li:hover .info .dec{
color: #fff;}
.fenye{margin:50px auto;text-align:center}

.r-content-detail .item_title{    color: rgb(5, 85, 176);
    font-size: 22px;
    font-family: 微软雅黑;
    
    width: 100%;
    text-align: center;
    margin-top: 35px;
    line-height: 38px;}
.r-content-detail .item_info {
  margin: 20px 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eeeeee;
}
.r-content-detail  .item_info span {
  color: #666666;
  font-size: 14px;
  font-family: '???è?ˉé?…é?‘';
  margin-left: 28px;
  line-height: 28px;
}
.r-content-detail .item_info span:nth-child(1) {
  margin-left: 0;
}
.r-content-detail  .item_info span:nth-child(3) {
  background: url(../img/look_icon.png) no-repeat left center;
  padding-left: 20px;
}

.wp_entry { width:100%; line-height:1.7em; font-size:13px; color:#333; overflow:hidden;}
.wp_entry p { text-indent:0em; margin-bottom:5px;}
.wp_entry a { color:#5A5A5A;}
.wp_entry a:hover { text-decoration:underline; color:#E10000;}
.wp_entry img { max-width:640px; _width::expression(this.width>640?"640px":this.width+"px");}
.wp_single .single_paging { text-align:center;}
.wp_single .single_paging a.paging-nav { display:inline-block; height:20px; line-height:20px; font-weight:bold; padding:0 7px; font-size:13px; cursor:pointer; background:#eee; border:1px solid #ccc; border-radius:3px; overflow:hidden; vertical-align: bottom; margin:0 2px; text-decoration: none;}
.wp_single .single_paging a.paging-nav:hover { color:#fff; background:#999; border-color:#666; }
.wp_single .single_paging a.current { background:#999; border-color:#666; color:#fff;}
.szdw h3{
    color: #444;
    line-height: 44px;
    height: 44px;
    background: #f7f8f9;
    border-left: 8px #003f88 solid;
    display: block;
    padding-left: 16px;
    font-weight: normal;
    font-size: 16px;
    margin-top: 25px;
}
.list-paddingleft-2{    padding-left: 30px;
overflow:hidden;}
.list-paddingleft-2 li{
width:12.5%;
float:left;
height:auto;
border-bottom:none;
}
.list-paddingleft-2 li:hover{
background-color:#fff;
}
.acade_list li{
  width:48%;
  float: left;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid #e6e6e6;
  border-top: 4px solid #0656b4;
  margin-top: 20px;
  transition: all 0.25s ease-in-out;
 -ms-transition: all 0.25s ease-in-out; 	/* IE 9 */
-moz-transition: all 0.25s ease-in-out; 	/* Firefox */
-webkit-transition: all 0.25s ease-in-out; /* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;	/* Opera */
}
.acade_list li p{text-indent:0;}
.acade_list li:nth-child(2n){
  margin-left: 4%;
}
.acade_list li h3{ 
    display: block;
    height: 62px;
    padding-bottom: 20px;
    font: 18px/31px "microsoft yahei";
    color: #010000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 62px;
}
.acade_list li .item{ 
  width: 100%;
  margin-top: 20px;
}
.acade_list li .item .date{ 
  width: 75px;
  height: 75px;
  background-color: #003F88;
  padding-top: 10px;
  position: absolute;
}
.acade_list li .item .date .d{ 
  text-align: center;
  font: 800 30px/26px "microsoft yahei";
  color:#fff;
}
.acade_list li .item .date .y{ 
  text-align: center;
  color:#fff;
  margin-top: 8px;
}
.acade_list li .item .info{ 
  width: 100%;
  padding-left: 100px;
}
.acade_list li .item .info p{
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
line-height:20px;
}
.acade_list li .item .info .peo{ 
  background:url(../images/say_icon.png) no-repeat left top;
  padding-left: 20px;
  color: #666666;
  font-size: 14px;
}
.acade_list li .item .info .time{ 
  background:url(../images/t_icon.png) no-repeat left 2px;
  padding-left: 20px;
  color: #666666;
  font-size: 14px;
}
.acade_list li .item .info .ad{ 
  background:url(../images/ad_icon7.png) no-repeat left top;
  padding-left: 20px;
  color: #666666;
  font-size: 14px;
}
.acade_list li:hover{
  box-shadow: 3px 3px 5px #eee;
}
.acade_list li:hover h3{
  color: #003f88;
}
.acade_list li:hover .info p{
  color: #003f88 !important;
}
.acade_list li:hover .info a{
  color: #003f88 !important;
}