/* reset */
#browser-modal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: rgb(48, 50, 51);
	position: fixed;
	z-index: 9999;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(17, 17, 17);
	opacity: 0.9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0px auto 10px;
	font-size: 80px;
	line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url("../images/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("../images/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("../images/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("../images/bro.png") 0px -300px no-repeat;
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0px auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:normal;}
del,ins,u,s,a,a:hover{text-decoration:none;}
a,a:hover{color:#323232;}
body,textarea,input,button,select,keygen,legend{font-family:"Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height:1; color:#323232; outline:0;}
body{background:#fff;}

/* @font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url('./SourceHanSansCN-Bold.otf');
	font-weight: normal;
  font-style: normal;
} */

html,body {
	height: 100%;}
input:-ms-input-placeholder {
	color: #cdcdcd;}

input::-webkit-input-placeholder {
	color: #cdcdcd;}

input::-moz-placeholder {
	color: #cdcdcd;}

input:-moz-placeholder {
	color: #cdcdcd;}

[class*="icon-"], [class^=icon-] {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;}
.icon-block {
	width: 12px;
	height: 12px;
	background-image: url(../../images/2020images/block.jpg);
	margin-right: 20px;}

.icon-new {
	width: 21px;
	height: 10px;
	background-image: url(../../images/2020images/new.jpg);}

.icon-college {
	width: 20px;
	height: 20px;
	background-image: url(../../images/2020images/college.jpg);}

.icon-notice {
	width: 20px;
	height: 20px;
	background-image: url(../../images/2020images/notice.jpg);}

.icon-list {
	width: 15px;
	height: 19px;
	background-image: url(../../images/2020images/list.jpg);}

.icon-list2 {
	width: 15px;
	height: 19px;
	background-image: url(../../images/2020images/list2.jpg);}

.icon-record {
	width: 20px;
	height: 20px;
	background-image: url(../../images/2020images/record.jpg);}

.icon-house {
	width: 20px;
	height: 20px;
	background-image: url(../../images/2020images/house.jpg);}

.icon-eye {
	width: 14px;
	height: 14px;
	background-image: url(../../images/2020images/eye.jpg);}

.icon-home {
	width: 13px;
	height: 13px;
	background-image: url(../../images/2020images/home.jpg);}

.m-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 146px;
	padding: 0 10%;
	background: url(../../images/2020images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;}


.m-tbar {
	text-align: right;
	color: #fff;
	font-size: 14px;}

.lang-box{
	display: none;
	margin-bottom: 8px;}
.lang-box > span{
	position: relative;
	padding: 0 2px;
	margin: 0 2px;
	cursor: pointer;}
.lang-box > span:first-child:before{
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: -5px;
	background-color: #fff;
	width: 1px;
	display: inline-block;}

.m-search {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;}

.m-search .search-ipt{
	width: 126px;
	height: 100%;
	background: #fff;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid transparent;}

.m-search .search-btn{
	width: 30px;
	height: 100%;
	background-color: #22a0ea;
	border: solid 1px #3babed;
	background-image: url(../../images/2020images/search.jpg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;}

.m-nav {
	height: 45px;
	/* background-color: #22a0ea; */
	background-color: #203e79;}

.m-nav .nav-items{
	width: 1260px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;}

.m-nav .nav-item{
	flex: 1;
	height: 45px;
  line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;}

.m-nav .nav-item:hover {
	background-color: #fff;
	/* color: #22a0ea; */
	color: #2088df;}

.m-swiper {
  width: 100%;
	height: 400px;}

.m-swiper .swiper-slide,
.m-swiper2 .swiper-slide,
.m-swiper3 .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	pointer-events: auto;}

.swiper-nav-hidden,
.swiper-button-next, .swiper-button-prev {
	opacity: 0;
	height: 100%;
	width: 20%;
	top: 0;
	margin: 0;}
.swiper-button-next:after, .swiper-button-prev:after {
	opacity: 0;}



.m-swiper2 {
	position: relative;
  /* width: 640px; */
  width: 100%;
	height: 390px;
	/* height: 340px; */
	}

.m-swiper2 .swiper-slide img{
	width: 100%;
	height: 100%;}


.m-swiper2 .swiper-pagination {
	right: 10px;
	left: initial;
	text-align: right;
	cursor: pointer;
	width: auto;}
.m-swiper2 .swiper-pagination-bullet {
	width: 13px;
	height: 12px;
	margin: 0 10px !important;
	background-color: #ffffff;}

.m-swiper2 .swiper-pagination-bullet-active {
	background-color: #2aa5e3;}

.m-swiper2 .title{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 9px 0 29px;
	height: 42px;
	line-height: 42px;
	background-color: rgba(51, 51, 51, .5);
	color: #fff;
	font-size: 16px;
	pointer-events: auto;
	overflow: hidden;}

.m-swiper2 .title a{ 
	color: #fff;
	font-size: 16px;
	display: inline-block;}

.m-swiper3 {
	position: relative;
  /* width: 640px; */
	height: 323px;
	background-color: #ffffff;}

.m-swiper3 .title{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 10px;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, .5);
	border-top: 1px solid #e6e6e6;
	color: #fff;
	font-size: 20px;
	text-align: center;
	pointer-events: auto;
	overflow: hidden;}

.m-swiper3 .title a{ 
	color: #fff;
	font-size: 20px;
	display: inline-block;}

.m-main {
	min-width: 950px;
  margin: 0 auto;}

.row {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding-right: 17.2%;
	padding-left: 17.2%;}


.row .col {
	flex: 1;
	overflow: hidden;}

.row1 {
	/* padding-top: 52px; */
	padding-top: 20px;
	padding-bottom: 20px;
	/* padding: 52px 0 20px 0; */
	background-color: #fff;}
.card > .title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 26px;
	color: #203e79;
	/* font-family: 'sourcehansanscn-bold'; */
	font-weight: bold;
	/* font-size: 30px; */
	font-size: 24px;}

.card > .title .name {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;}
.card > .title .name i{
	margin-right: 10px;}
.tabs {
	display: flex;
  align-items: center;}
.tabs .tab-item{
	padding: 5px 0;
	color: #999999;
	cursor: pointer;
	border-bottom: 2px solid transparent;}
.tabs .line{
    display: inline-block;
		width: 1px;
    height: 18px;
    background-color: #93d5ff;
    margin: 0 12px;}
.tabs .active{
	 color: #203e79;
	 border-bottom: 2px solid #203e79;}

.card > .title .more {
	/* font-family: 'sourcehansanscn-bold'; */
	font-size: 18px;
	font-weight: bold;
	color: #000000;}

.card > .title .more:hover {
	color: #203e79;}

.card .sub-title {
	font-size: 18px;
	color: #333333;}
.card .sub-title {
	display: flex;
	align-items: center;}
.card .sub-title span:first-child {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;}
.card .sub-title .icon-new {
	min-width: 21px;}

.m-news {
	margin-left: 60px;}
.m-news .card {
	/*height: 380px;*/
	overflow: hidden;}

.m-news .intro {
	margin: 14px 0 22px 0;
	font-size: 14px;
	line-height: 24px;
	color: #9a9a9a;
	text-indent: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;}

.m-news .foot{
	padding-bottom: 14px;
	border-bottom: 1px dashed #e5e5e5;}
.m-news .foot .view-more{
	font-size: 14px;
	color: #203e79;}
.m-news .info-list {
	flex: 1;
	/*overflow-y: auto;*/
	/*overflow-x: hidden;*/
	max-height: 257px;
	/* margin-top: 18px; */
	margin-top: 10px;}

.m-news .info-list::-webkit-scrollbar  {
  width: 0;
  height: 0;
  background-color: transparent;}

.m-news .info-list li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 12px 0;
	font-size: 18px;}

.m-news .info-list li a {
	flex: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333333;
	padding: 5px 0;}

.m-news .info-list li:hover .title {
	color: #2088df;
	border-bottom: 1px solid #2088df;}
.m-news .info-list li .icon-block {
	margin-right: 20px;}
.m-news .info-list li:hover .icon-block {
	background-image: url(../../images/2020images/block-active.jpg);}

.m-news .info-list li .icon-new {
	margin: 0 4px;}

.m-news .info-list .date {
	color: #999999;}

.row2 {
	padding-top: 20px;
	/* padding-bottom: 28px; */
	background-color: #f2f9fe;}
.m-notice {
	margin-right: 80px;}
.m-notice .list {
	margin-top: -18px;}
.m-notice .list > li{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	/* padding: 22px 0 24px 0; */
	padding: 17px 0;
	border-bottom: 1px solid #e6e6e6;}

.m-notice .list > li:last-child{
	border-bottom: none;}

.m-notice .list .r {
	flex: 1;
  overflow: hidden;}
/* .m-notice .list .title {
	margin-bottom: 12px;
} */
.m-notice .list a {
	display: block;
	flex: 1;
	font-size: 18px;
	color: #323232;
	/*font-family: sourcehansanscn-medium;*/
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;}
.m-notice .list a:hover {
	color: #2088df;}


.m-notice .date-box {
	position: relative;
	width: 80px;
	height: 40px;
	line-height: 40px;
	background-color: #22a0ea;
	box-shadow: 2px 4px 3px 0 rgba(178, 178, 178, 0.47);
	text-align: center;
	margin-right: 24px;}
.m-notice .date-box:after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0;
	left: 0;
	height: 4px;
	background: url(../../images/2020images/line.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;}
.m-notice .date-box .date {
	font-size: 20px;
	color: #fff;}

.m-notice .pubsh-date {
	margin-right: 40px;}
.m-notice .pubsh-date, 	
.m-notice .count {
	font-size: 14px;
	color: #676767;}

.m-academic .list{
	/* width: 100%; */
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: space-around; */
	justify-content: space-between;
    margin-right: -22px;
    overflow: hidden;}
.m-academic .list > li{
	width: 50%;
    background-color: transparent;}

.m-academic .list > li .inner{
	display: flex;
	flex-direction: column;
	height: 137px;
	margin: 0 26px 22px 0;
	/* padding: 30px 28px 20px 28px; */
	padding: 20px 28px 10px 28px;
	background-color: #ffffff;
	box-shadow: 2px 2px 1px 0px #22a0ea;}
/* .m-academic .list > li:nth-child(2n){
	width: calc(50% - 26px);
}
.m-academic .list > li:nth-child(2n) .inner{
	margin-right: 0;
} */

.m-academic .list .title>a {
	flex: 1;
	font-size: 18px;
	color: #323232;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.4;
	/*font-family: sourcehansanscn-medium;*/
	font-weight: 600;}
.m-academic .list a:hover {
	color: #2088df;}
.m-academic .list .date {
	display: inline-block;
	color: #2088df;
	font-size: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #323232;}
.m-academic .list .title {
	flex: 1;
	padding: 18px 0;
	font-size: 18px;}

.m-academic .tab-content{
	display: none;}
.m-academic .tab-content.active{
	display: flex;
	justify-content: start;}
.m-academic .tab-more{
	display: none;}
.m-academic .tab-more.active{
	display: flex;}

.m-academic .foot > a{
	display: flex;
	align-items: center;}

.m-academic .foot span{
	color: #323232;
	opacity: 0.7;}
.m-academic .icon-view-more {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 4px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	background-image: url(../../images/2020images/view-more.jpg);}
.row4 {
	/* padding-top: 34px; */
	/* padding-bottom: 20px; */
	padding-top: 20px;
	padding-bottom: 12px;}

.m-job {
	/* margin-right: 124px; */
	/* max-width: 410px; */

	/* margin-right: 70px;
	max-width: 434px; */

	margin-right: 70px;
	max-width: 520px;}
.m-job .list {
	margin-top: -14px;}
.m-job .list a{
	/* font-size: 20px;
	color: #333333;
	margin-bottom: 11px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.4; */

	flex: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333333;
	padding: 5px 0;}
.m-job .list li{
	/* padding: 8px  0; */
	border-bottom: 1px solid #e6e6e6;

	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 15px 0;
	font-size: 18px;}
.m-job .list li:last-child {
	border-bottom: none;}

.m-job .list li:hover .icon-block {
	background-image: url(../../images/2020images/block-active.jpg);}

.m-job .list li:hover a,
.m-oldboy .list li:hover a,
.m-job .list li:hover .date{
	color: #2088df;}

.m-job .list .date {
	color: #999999;}
/* .m-job .list .foot{
	color: #999999;
	font-size: 18px;
	text-align: right;
} */

.m-oldboy .list > li{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid #e6e6e6;}
.m-oldboy .list li:last-child{
	border-bottom: none;}
.m-oldboy .list li:hover .icon-block {
	background-image: url(../../images/2020images/block-active.jpg);}
.m-oldboy .list a {
	flex: 1;
	font-size: 18px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;}

.row3 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../../images/2020images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/* height: 270px; */
	height: 240px;
	-webkit-background-size: cover;
	background-size: cover;}

.row3 .list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin-top:6px;}
.row3 .list >a{
	flex: 1;
	margin: 0 10px;}

.row3 .list >a img{
	width: 100%;
	/* height: 120px; */
	height: 136px;
	background-color: #000000;
	box-shadow: 0px 4px 8px 0px #333333;}

.row3 .title {
	/* font-family: 'sourcehansanscn-bold'; */
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin-top: 14px;}

.m-footer {		
	height: 300px;
	/* background-color: #22a0ea; */
	background-color: #203e79;}

.m-footer .website-infos{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 246px;
	color: #fff;
	padding: 0 24%;}

.m-footer .copyright{
	font-size: 15px;
	/* color: #4c4c4c; */
	color: #fff;
	opacity: 0.8;
	text-align: center;
	border-top: 1px solid rgba(184, 229, 255, .2);
	padding: 18px 0;}

.m-footer .title{
	font-size: 18px;
	margin-bottom: 16px;}

.m-footer .links-box .list{
	width: 235px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;}

.m-footer .links-box .list > li{
	padding: 8px 0;}
.m-footer .links-box .list a{
	color: #fff;}

.m-footer .addrs-box .list > li{
	padding: 8px 0;}


.qrcode-box {
	display: flex;
	flex-direction: row;}

.qrcode-box .item:first-child {
	margin-right: 16px;}
.qrcode-box .title {
	font-size: 14px;
	/* color: #0c0c0c; */
	/* opacity: 0.8; */
	color: #fff;
	text-align: center;
	margin: 8px 0;}

/* 详情页 */
/* .m-detail-page .m-nav{
	background-color: #fff;
}

.m-detail-page  .m-nav .nav-item {
	color: #203e79;
}

.m-detail-page  .m-nav .nav-item.active,
.m-detail-page  .m-nav .nav-item:hover {
	color: #203e79;
} */

.m-detail-page .m-main {
	display: flex;
	flex-direction: row;
	width: 1200px;
	/* padding: 36px 0 74px 0; */
	padding: 36px 0 74px 0;}

.m-detail-page .m-sidebar{
  /* width: 100px; */
  
  width: 140px;
  text-align: center;
  position: relative;
  top: -20px;}

.m-detail-page .m-sidebar .navs{
  background: #f1f6fe;
  text-align: center;
  padding: 0 24px 18px 24px;}

.m-detail-page .m-sidebar .navs > li{
	display: flex;
	flex-direction: column;
	font-size: 18px;
	color: #2d2d2d;
	/* padding: 38px 0 12px 0; */
	padding: 30px 0 12px 0;
	border-bottom: 1px solid rgba(149, 149, 149, .34);}
.m-detail-page .m-sidebar .navs > li:last-child{
	border-bottom: none;}
.m-detail-page .m-sidebar .navs > li a {
	display: flex;
	justify-content: space-between;
	align-items: center;}
.m-detail-page .m-sidebar .navs > li.active a,
.m-detail-page .m-sidebar .navs > li a:hover{
	/* color: #2088df; */
	color: #c56431;}
.m-detail-page .m-sidebar .en{
	flex: 1;
	font-size: 16px;
	margin-left: 30px;}
.m-detail-page .m-sidebar .arrow{
	width: 6px;
	height: 6px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: #959595;
	transform: rotate(-45deg);
	border-left: none;
	border-top: none;}

.m-detail-page .m-sidebar .navs > li.active .arrow,
.m-detail-page .m-sidebar .navs > li a:hover  .arrow{
	border-color: #c56431;}
.m-detail-page .m-sidebar h4{
	/* font-weight: bold;
	font-size: 24px;
  color: #203e79; */
  
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  padding: 16px 0;
  background: url(../../images/2020images/banner.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;}

.m-detail-page .m-cont{
	flex: 1;}
.m-detail-page .m-breadcrumb{
	position: relative;
	font-size: 18px;}
.m-detail-page .m-breadcrumb .active{
	color: #2088df;
	color: #203e79;}
.m-detail-page .m-breadcrumb .icon-home{
	margin: -3px 5px 0 5px;}
.tar {
	text-align: right;}
.m-detail-page .content{
	padding: 38px 0 0 38px
;}
.m-detail-page .user-list{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;}

.m-detail-page .user-list:before,
.m-detail-page .work-list:before{
	content: '';
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	/* background-color: #eeeeee; */
	background: url(../../images/2020images/bg-line.jpg) repeat-x center bottom;}
.m-detail-page .user-list .item{
	width: 277px;
	margin: 0 50px 48px 0;}
.m-detail-page .user-list .item:nth-child(3n){
	margin-right: 0;}

.m-detail-page .user-list .item img{
	width: 100%;
	height: 309px;}

.m-detail-page .user-list .info {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	color: #282828;
	margin-top: 16px;}

.m-detail-page .user-list .info .title {
	font-size: 14px;}
.m-detail-page .user-list .info .line{
	display: inline-block;
	width: 23px;
	height: 1px;
	background-color: #c9c9c9;	
	margin: 5px 0;}


.m-detail-page .work-list {
	/* margin-top: -20px; */
	position: relative;}
.m-detail-page .work-list .item {
	/* padding: 35px 18px 36px 14px; */
	padding: 20px 0;
	/* padding: 20px 18px 20px 14px; */
	border-bottom: 1px solid #e6e6e6;}
.m-detail-page .work-list .item:last-child {
	border-bottom: none;}
/* .m-detail-page .work-list .item:first-child {
	border-top: 1px solid #e6e6e6;
} */

.m-detail-page .work-list .item > a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;}
.m-detail-page .work-list .item .title{
	flex: 1;
	font-size: 18px;
	color: #2a333c;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;}

.m-detail-page .work-list .item .date{
	font-size: 13px;
	color: #a3afb7;}


.m-detail-page .m-user-detail{
	width: 1150px;}
.m-user-detail .container {
	flex: 1;}
.m-user-detail .m-breadcrumb{
	/* padding-left: 10px; */
	/* padding: 14px 18px; */
	/* padding: 14px 13px; */
	padding: 14px 0;
	font-size: 14px;
	/* border-bottom: 1px solid #eeeeee; */

	background: url(../../images/2020images/bg-line.jpg) repeat-x center bottom;}
/* .m-user-detail .m-breadcrumb:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	height: 21px;
	width: 3px;
	background-color: #22a0ea;
} */

.m-user-detail .head {
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	padding-top: 30px;}
.m-user-detail .head .title {
	font-size: 24px;
	color: #2a333c;}

.m-user-detail .head .sub-title{
	margin: 8px 0;
	font-size: 14px;
	color: #999999;}
.m-user-detail .head .date{
	margin: 0 14px;}
.m-user-detail .head .view-nums{}
.m-user-detail .content{
	padding: 28px 0 0 0;
	width: 844px;
	margin: 0 auto;}
.m-user-detail .img-box img{
	width: 100%;
	height: 500px;}
.m-user-detail .user-info{
	padding: 20px 0 50px 0;
	border-bottom: 1px solid #e6e6e6;
	color: #3e3e3e;
	line-height: 2;}

.m-user-detail .user-info .name{
	margin-bottom: 14px;
	font-size: 18px;}
.m-user-detail .user-info .en-name{
	color: #898989;}

.m-user-detail .block{
	margin: 22px 0 30px 0;
	line-height: 2;
	color: #3e3e3e;}
.m-user-detail .content{
	line-height: 1.5;
	color: #3e3e3e;word-wrap: break-word;}

.m-pager {
	text-align: center;
	margin: 120px 0 6px 0;}

.m-pager .item {
	display: inline-block;
	font-size: 14px;
	color: #888787;
	text-align: center;
	width: 35px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #b5b5b5;
	background-color: #fff;
	margin: 0 10px;
	cursor: pointer;}


.m-pager .item:hover,
.m-pager .item.active {
	border: 1px solid #22a0ea;
	color: #22a0ea;}

.m-pager .item.action {
	border: none;
	margin: 0;}
.m-pager .item.action:hover,
.m-pager .item.action.active {
	color: #22a0ea;}

@media only screen and (max-width: 1400px) {
	.m-banner {
		padding: 0 7%;}

	.m-swiper {
		height: 300px;}
	.m-nav .nav-items{
		width: 950px;}
	.row {
		padding-left: 40px;
		padding-right: 40px;}

	.m-notice .pubsh-date {
		margin-right: 10px;}

	.m-footer .website-infos{
		padding: 0 8%;}

	.m-detail-page .m-main {
		width: 950px;}
	
	.m-detail-page .m-sidebar .en {
		margin-left: 8px;}

	.m-detail-page .user-list .item {
    	margin: 0 126px 45px 0;}

	.m-detail-page .user-list .item:nth-child(2n) {
		margin-right: 0;}

	.m-detail-page .user-list .item:nth-child(3n) {
		margin-right: 126px;}
}

.icon-menu {
	display: none;
	width: 23px;
	height: 19px;
	margin-right: -32px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../../images/2020images/sanlan.jpg);}

.mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background: rgba(0, 0, 0, .5);}
@media only screen and (min-width: 320px) and (max-width: 980px){
	.icon-menu {
		display: inline-block;}
	.m-header {
		margin-bottom: 80px;}
	.m-swiper{
		display: none;}
	.m-banner {
		position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 100px;}
	.m-tbar {
		display: none;}
	.m-nav {
    display: none;
		position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 9999;
    flex-direction: column;
    background-color: #fff;
    height: auto;}
	.m-nav .nav-items {
		flex-direction: column;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;}
	.m-nav .nav-item {
		border-top: 1px dotted #ccc;
    color: #333;
    padding: 20px 0;
    /* font-size: 24px; */
    font-size: 28px;
    width: 100%;
    overflow: hidden;}
	.m-detail-page .m-main {
		margin: 0;}
	.m-detail-page .m-sidebar {
		top: -17px;}
	.m-detail-page .m-sidebar h4 {
		padding: 14px 0;}
	/* .m-header {
		display: none;
	} */
	.fixed-placeholder {
		display: block;}

	.m-header-mini {
		display: none;
		/* display: flex; */
		align-items: center;
		justify-content: space-between;}

	.row {
		flex-direction: column;}

	.row .col {
		margin-top: 30px;
		margin-bottom: 30px;}

	.m-news {
		margin-left: 0;}
	.m-news .intro {
		line-height: 1.8;}

	.m-notice,.m-job {
		max-width: 100%;
		margin-right: 0;}

	.m-news .info-list {
		max-height: initial;}

	.m-swiper2 .title,
	.m-swiper3 .title {
		height: 60px;
		line-height: 60px;}

	.m-academic .list > li .inner {
		height: 220px;}
	.m-academic .list .title,
	.m-oldboy .list > li,
	.m-notice .list > li {
    padding: 30px 0;}

	.m-news .info-list li,
	.m-job .list li {
		padding: 20px 0;}
	
	.m-swiper2 .title a,
	.m-swiper3 .title a,
	.m-swiper3 .title,
	.m-news .intro,
	.m-news .foot,
	.m-academic .list .date,
	.m-job .list .date,
	.m-notice .date-box .date,
	.m-news .foot .view-more,
	.m-academic .foot span {
		font-size: 28px;}

	.card .sub-title{
		font-size: 34px;}
	.card > .title {
		font-size: 36px;}
	
	.m-news .info-list li,
	.row3 .title,
	.m-notice .list a,
	.m-job .list a,
	.m-oldboy .list a,
	.m-academic .list .title,
	.m-academic .list .title>a {
		font-size: 32px;}

	.m-footer,.m-footer .copyright,.qrcode-box .title {
		font-size: 18px;}

	.icon-new {
		width: 27px;
    height: 16px;
		background-image: url(../../images/2020images/new.jpg);}
	
	.icon-college {
		width: 26px;
		height: 26px;
		background-image: url(../../images/2020images/college.jpg);}
	
	.icon-notice {
		width: 26px;
		height: 26px;
		background-image: url(../../images/2020images/notice.jpg);}
	
	.icon-list {
		width: 21px;
		height: 25px;
		background-image: url(../../images/2020images/list.jpg);}
	
	.icon-list2 {
		width: 21px;
		height: 25px;
		background-image: url(../../images/2020images/list2.jpg);}
	
	.icon-record {
		width: 26px;
		height: 26px;
		background-image: url(../../images/2020images/record.jpg);}
	
	.icon-house {
		width: 26px;
		height: 26px;
		background-image: url(../../images/2020images/house.jpg);}
	
	.icon-eye {
		width: 20px;
		height: 20px;
		background-image: url(../../images/2020images/eye.jpg);}
	
	.icon-home {
		width: 14px;
		height: 14px;
		background-image: url(../../images/2020images/home.jpg);}

	/* #ad-modal {
		display: none !important;
	} */
}