<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


body{font-size:14px;}
.logo{padding:50px 0px 30px 0; width:50%; float:left;}
.top{height:30px; text-align:left;}
.top a{display:inline-block; padding:5px 5px; color:#666666; text-decoration:none;}
.top a:hover{color:#e74845;}
.top span{display:inline-block; padding:5px; color:#a7a7a7;}
.top a.rss{
	color:#fff;
	background:#f18c00;
	padding:1px 3px;
}
.rss:hover{
	color:#fff;
}
.top a:last-child{
	float:right;
}
.tools{
	float:left;
	width:50%;
	text-align:right;
}
.search{float:right; position:relative; padding-top:80px; width:80%; text-align:right;}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width:80%;
  right:0px;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}


.form-control:-moz-placeholder {
  color: #808080;
}
.form-control::-moz-placeholder {
  color: #808080;
}
.form-control:-ms-input-placeholder {
  color: #808080;
}
.form-control::-webkit-input-placeholder {
  color: #808080;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 8px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #222;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: none;
}
.form-control:focus {
  border-color: #145ccd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(20, 92, 205, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(20, 92, 205, .6);
}
.icon-search{
	cursor:pointer;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 5px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #e74845;
  text-align: center;
  border-radius: 4px;
}
.input-group-addon:empty,
.input-group-addon.fix-padding {
  width: 1px;
  padding: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}

.sch_input{
	border-top:none;
	border-left:none;
	border-right:none;
}


.navbar{background:#105697; border-top:#E84746 3px solid;}
.nav{list-style:none; margin:0; padding:0px;}
.nav:after{clear:both;}
.nav li{list-style:none; padding:0px; float:left;}
.nav li a,
.nav li a:hover,
.nav li a:visited{
	color:#fff;
	text-decoration:none;
	height:100%;
	width:100%;
	padding:10px 20px;
	display:inline-block;
}
.nav li a:hover{
	background:#E84746;
}

.rmd{
	background:#F7F7F7;
	border-bottom:1px solid #e7e7e7;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
div.rmditem{
	float:left;
	margin:0px;
}
.rmditem h4{ margin:0px; padding:0px;}
.rmditem h4 span{
	color:#fff;
	background:#666666;
	padding:2px 5px;
	font-weight:normal;
}
.rmditem h4 span:hover{
	background:#E84746;
}
.rmditem h3{
	height:3.4em;
	overflow:hidden;
}
.rmditem h3 a,
.rmditem h3 a:visited{
	color:#343434;
	text-decoration:none;
}
.rmditem h3 a:hover{
	color:#E84746;
}
.rmditem .img,
.rmditem .imgk{
	width:100%;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}
.rmditem p{
	color:#666666;
	line-height:1.5em;
	height:3em;
	overflow:hidden;
}
.icons{
	margin:0px;
	padding:auto;
	margin-left:5px;
	font-size:12px;
	vertical-align:bottom;
	display:inline-block;
	float:right;
}
.icons i{
	margin:0 2px;
	height:100%;
	padding:auto;
}
.icons:hover{
	color:#E84746;
}
.icons span{
	margin: 0 2px;
	font-size:12px;
}
.icons dd{
	margin:0;
	padding:0;
	display:inline-block;
}
.icons dd,
.icons a,
.icons a:visited{
	font-size:12px;
	color:#666666;
	font-family:'Conv_DAXLINEPRO-LT';
	text-decoration:none;
	width:auto;
}
.icons dd:hover,
.icons a:hover{
	color:#E84746;
}
.cdate{
	font-family:'Conv_DAXLINEPRO-LT';
	color:#105697;
	float:right;
}
.focus{}
.special{}
.campus{}
.news{}
.newsflash{}

.focus h4,
.special h4,
.campus h4,
.news h4,
.newsflash h4{
	margin:20px 0px 0px 0px;
	padding:0px;
	border-bottom:2px solid #e7e7e7;
}
.focus h4 span,
.special h4 span,
.campus h4 span,
.news h4 span,
.newsflash h4 span{
	color:#fff;
	background:#0075bb;
	padding:2px 5px;
	font-weight:normal;
}
.focus h4 a,
.special h4 a,
.campus h4 a,
.news h4 a,
.newsflash h4 a{
	text-decoration:none;
}
.focus h4 span:hover,
.special h4 span:hover,
.campus h4 span:hover,
.news h4 span:hover,
.newsflash h4 span:hover{
	background:#E84746;
}
.focus img{
	width:100%;
	margin:2% 0%;
}
.focus .rmditem{
	width:100%;
}

.fone{}
.fone h3{
	margin:10px 0px 0px 0px;
	padding:0px;
	height:4.5em;
	overflow:hidden;
}
.fone h3 a,
.fone h3 a:visited{
	color:#333333;
	text-decoration:none;
}
.fone h3 a:hover{
	color:#E84746;
}
.flist{
	list-style:none;
	margin:0;
	padding:0;
}
.flist li{
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
	border-bottom:1px solid #e7e7e7;
	line-height:3em;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	height:4em;
	padding-top:5px;
}
.flist li:last-child{
	border-bottom:none;
}
.flist li a,
.flist li a:visited{
	width:80%;
	height:100%;
	text-decoration:none;
	color:#666666;
}
.flist li a:hover{
	color:#E84746;
}
.flist li a .icons{
	font-size:12px;
}
.flist li:hover a,
.flist li:hover dl,
.flist li:hover dl dd{
	color:#E84746;
}
.splist{
	margin-top:10px;
}
.splist:last-child{
	margin-bottom:10px;
}
.splist img:hover{
	border:3px solid #e9e9e9;
}
.splist img{
	width:100%;
	border:3px solid #fff;
}
.splist h3{
	margin:0px;
	padding:0px;
	padding-top:5px;
	height:1.8em;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:15px;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.splist h3 a,
.splist h3 a:visited{
	color:#333333;
	text-decoration:none;
	text-overflow:ellipsis;
	overflow:hidden;
	height:100%;
}
.splist h3 a:hover{
	color:#E84746;
}
.clist{
}
.clist ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.clist ul li{
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
	border-bottom:1px solid #e7e7e7;
	line-height:5em;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	height:5.25em;
}
.clist ul li:last-child{
	border-bottom:none;
}
.clist ul li a,
.clist ul li:hover a,
.clist ul li a:visited{
	color:#666666;
	text-decoration:none;
	text-overflow:ellipsis;
	overflow:hidden;
	height:100%;
}
.clist ul li a:hover{
	color:#E84746;
}



.nlist{
	padding-bottom:10px;
	padding-top:15px;
	border-bottom:1px solid #e7e7e7;
	height:10.5em;
	overflow:hidden;
}
.nlist:last-child{
	border-bottom:none;
}
.nlist .media{
	width:30%;
	float:left;
	padding:2% 2% 2% 0;
}
.nlist .media img{
	width:100%;
}
.nlist .content{
	width:70%;
	float:left;
}
.nlist .content h3{
	margin:1% 0px;
	padding:0;
	height:2em;
	font-size:1.875em;
	line-height:2em;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.nlist .content h3 a{
	color:#333333;
	text-decoration:none;	
}
.nlist .content h3 a:hover{
	color:#E84746;
}
.nlist .content p{
	margin:0px;
	height:4.5em;
	line-height:1.5em;
	text-overflow:ellipsis;
	overflow:hidden;
}

.nfbox{}
.nfbox:first-child{
	margin-top:10px;
}
.nfbox .nfdate{
	font-family:"Conv_DAXLINEPRO-LT";
	font-size:1.3em;
	width:12%;
	height:100%;
	display:block;
	position:relative;
	float:left;
}
.nfbox .nfdate i{
	color:#E84746;
	position:absolute;
	background:#fff;
}
.nfbox .nfdate i:first-child{
	padding-top:10px;
}
.nfbox .nfdate span{
	color:#105697;
	display:inline-block;
}

.nfbox .nflist{
	float:left;
	width:88%;
	border-left:1px solid #E84746;
}
.nfbox .nflist ul{
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 2em;
}
.nfbox .nflist ul li{
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:3em;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	border-bottom:1px solid #e7e7e7;
}
.nfbox .nflist ul li.end{
	border:none;
}
.nfbox .nflist ul li a{
	line-height:3em;
	height:100%;
	width:100%;
	color:#666666;
	text-decoration:none;
}
.nfbox .nflist ul li a:hover{
	color:#E84746;
}

.detail{}
.detail .content{
	width:70%; 
	float:left; 
	padding-top:30px;
}
.dnav{
	width:100%; 
	border-bottom:1px solid #C7C7C7; 
	margin:0px; 
	padding:0px; 
	height:auto;
}
.dnav a 
, .dnav a:visited{
	line-height:1.5em; 
	background-color:#105697; 
	color:#fff; padding:4px; 
	text-decoration:none; 
	display:inline-block;
}
.dnav a:hover{
	background-color:#E84746; 
	color:#fff;
}
.dnav a:nth-child(2){
	background-color:#E84746; 
	color:#fff;
}
.dnav span{
	background-color:#A2A2A2; 
	color:#fff; 
	padding:4px;
	line-height:1.5em; 
	display:inline-block;
}
.dtitle{
	color:#333333; 
	text-align:center;
}
.dinfo{
	color:#333333; 
	width:100%;
}
.dinfo span{
	color:#A2A2A2;
}
.dinfo a , 
.dinfo a:visited{
	line-height:1.5em; 
	background-color:#105697; 
	color:#fff; 
	padding:4px; 
	text-decoration:none; 
	display:inline-block;
}
.dinfo a:hover{
	background-color:#E84746; 
	color:#fff;
}
.dinfoa{
	width:60%; 
	float:left;
	height:100%;
}
.dinfob{
	width:40%; 
	float:left;
	height:100%;
}
.ibox{
	width:100%;
	border-right:1px solid #A2A2A2; 
	height:4em; 
	color:#E84746; 
	float:left;
	line-height:1.5em;
}
.ibox span{
	display:inline-block;
	padding-top:1em;
	margin-right:5px;
	float:left;
}
.ibox span:nth-child(even){
	color:#E84746;
	float:left;
	width:60%;
}
.ibox:last-child{
	border-right:none;
}
#hits{
	font-size:14px;
}
.abstract{
	background-color:#F7F7F7; 
	color:#a2a2a2;
}
.abstract .atitle{
	width:10%; 
	height:100%;
	float:left; 
	font-size:18px;
	color:#999999;
	display:table-cell;
	vertical-align:middle;
	padding:1.5em 0px;
	text-align:center;
}
.abstract .adetail{
	border-left:1px solid #a2a2a2;
	width:90%; 
	float:left;
	padding:1em;
	font-size:18px;
}
.acontent{
	width:100%;
	color:#333333;
	padding:30px;
	text-justify:inter-cluster;
}
.acontent p{
	font-size:18px;
	line-height:36px;
	text-align:left;
	text-indent:2em;
}
.acontent img{
  display: block;
  margin:0 auto;
  max-width: 100%;
  height: auto;
  padding:3px;
  border:1px solid #fff;
}
.acontent img:hover{
	border:1px solid #e7e7e7;
}
.acontent div{
	line-height:1.5em;
	text-align:left;
	text-indent:2em;
}
.afooter{
	width:100%;
}
.tags{
	width:60%;
	overflow:hidden;
	float:left;
	line-height:4em;
}
.tags span{
	color:#a2a2a2;
	padding: 6px;
}
.tags a,
.tags a:visited{
	color:#fff;
	background-color:#105697;
	text-decoration:none;
	margin-right:2px;
	padding: 6px;
}
.tags a:hover{
	background-color:#E84746;
}
.share{
	width:40%;
	float:left;
	padding-top:5px;
}
.bnav{
	width:100%;
	border-top:2px solid #C7C7C7;
	height:auto;
}
.bnav a,
.bnav a{
	height:100%;
	width:50%;
	display:inline-block;
	float:left;
	align-content:center;
	padding:3% 3%;
	text-decoration:none;
}
.bnav a:hover{
	background-color:#105697;
	color:#fff;
}

.detail .side{
	width:30%; 
	float:left; 
	padding-top:30px;
	padding-left:30px;
}
.authora{
}
.authora .head{
	background-color:#105697;
	border-bottom:3px solid #E84746;
	padding:6px;
}
.authora .headimg{
	width:30%;
	height:50px;
	float:left;
}
.authora .headimg img{
	border-radius:50%;
	width:50px;
}
.authora .headinfo{
	width:70%;
	float:left;
	color:#fff;
}
.authora .headinfo span.name{
	font-size:24px;
	display:inline-block;
}
.authora .headinfo span.title{
	margin-bottom:6px;
	display:inline-block;
	background-color:#E84746;
	padding: 2px 5px;
}
.authora .headinfo span.desc{
	display:inline-block;
	clear:left;
	color:#a2a2a2;
}

.authora .list{
	background-color:#F3F3F3;
	padding:15px;
}
.authora .list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.authora .list ul li{
	list-style:none;
	padding:0;
	margin:0;
	line-height:3em;
	height:3em;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.authora .list ul li span{
	display:none;
	float:right;
	font-family:Conv_DAXLINEPRO-LT;
}

.authorr{}
.authorr .head{
	text-align:center;
	font-size:18px;
	padding: 10px;
}
.authorr .info{
	width:100%;
	float:left;
	color:#333;
	padding-bottom:30px;
}
.authorr .info .headimg{
	width:30%;
	float:left;
}
.authorr .info .headimg img{
	border-radius:50%;
	width:50px;
}
.authorr .info .headinfo{
}
.authorr .info .headinfo span.name{
	font-size:24px;
	display:inline-block;
	float:left;
}
.authorr .info .headinfo span.title{
	margin-bottom:6px;
	display:inline-block;
	background-color:#E84746;
	padding: 2px 5px;
	color:#fff;
	float:left;
}
.authorr .info .headinfo span.desc{
	display:inline-block;
	clear:left;
	color:#a2a2a2;
}

.rlinks{
	padding:15px 0;
}
.rlinks .head{
	text-align:center;
	font-size:18px;
	padding: 10px;
	color:#fff;
}
.rlinks list{}
.rlinks .list ul{
	padding:15px 0;
}
.rlinks .list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.rlinks .list ul li{
	list-style:none;
	padding:0;
	margin:0;
	line-height:3em;
	height:3em;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	border-bottom:1px solid #f7f7f7;
}
.rlinks .list ul li:hover{
	background-color:#e0e0e0;	
}
.rlinks .list ul li span{
	display:none;
	float:right;
	font-family:Conv_DAXLINEPRO-LT;
}

.newslist{
	padding-top:30px;
}
.newslist .dnav{
	width:67%;
}
.newslist .lists{
	width:70%;
	float:left;
	padding-right:30px;
}
.newslist .side{
	width:30%;
	float:left;
}

.item{
	width:100%;
	padding:20px 10px;
	border-bottom:1px solid #c7c7c7;
}
.item:first-child{
	padding: 40px 10px 20px 10px;
}
.item .media{
	width:30%;
	float:left;
	padding:0 10px;
	height:120px;
	overflow:hidden;
}
.item .media img{
	width:100%;
}
.item .content{
	float:left;
	padding-left:10px;
	width:70%;
	overflow:hidden;
}
.item .w100{width:100%;}
.item:nth-child(even){
	background:#fafafa;
}

.item .content .rdate{
	background:#b3b3b3;
	font-family:Conv_DAXLINEPRO-LT;
	float:left;
	font-size:20px;
	padding:8px 15px;
	line-height:20px;
	color:#fff;
}
.item .content .rmdate{
	background:#b3b3b3;
	font-family:Conv_DAXLINEPRO-LT;
	float:left;
	font-size:20px;
	padding:8px 15px;
	line-height:20px;
	color:#fff;
	width:50px;
	height:50px;
	border-radius:50%;
}
.item .content .minfo{
}
.item .content .minfo strong{
	margin-right:10px;
}
.item .content .title{
	padding-left:20px;
	height:57px;
	overflow:hidden;
}
.item .content .title a{
	color:#333;
	font-size:18px;
	font-weight:bold;
	line-height:27px;
	text-decoration:none;
	overflow:hidden;
	text-overflow:ellipsis;
}
.item:hover .content .rdate{
	background:#E84746;
}
.item:hover .content .rmdate{
	background:#E84746;
}
.item:hover .content .title a{
	color:#E84746;
}
.item .content .abstract{
	height:3em;
	background:none;
	color:#666;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top:18px;
}
.item .content .abstract1{
	background:none;
	color:#666;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top:18px;
}

.newslist .side .rnews{
}
.newslist .side .rnews .head{
	background:#105697;
	color:#fff;
	padding:20px 0px;
	border-bottom:2px solid #e84746;
	text-align:center;
	font-size:24px;
}
.newslist .side .rnews .lists{
	width:100%;
	background:#f7f7f7;
	padding-right:0px;
}
.newslist .side .rnews .lists ul{
	list-style:none;
	margin:0px;
	padding:20px 0 0 0 ;
}
.newslist .side .rnews .lists ul li{
	padding:0px 15px 20px 15px;
	padding-left:5%;
}
.newslist .side .rnews .lists ul li .title{
	font-size:18px;
	overflow:hidden;
	margin-bottom:10px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newslist .side .rnews .lists ul li .title a{
	color:#105697;
}
.newslist .side .rnews .lists ul li .title a:hover{
	color:#e84746;
}
.newslist .side .rnews .lists ul li .title a:hover{
	color:#e84746;
}
.newslist .side .rnews .lists ul li .abstract{
	background:none;
	color:#666666;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom:0.35em;
	font-size:14px;
	height:4.85em;
	line-height:1.5em;
	overflow:hidden;
}
.newslist .side .rlinks{}
.newslist .side .rlinks .head{
	text-align:center;
	font-size:24px;
	padding:20px;
	border-bottom:1px solid #f7f7f7;
}
.newslist .side .rlinks a{
	text-decoration:none;
	color:#666;
}
.newslist .side .rlinks a:hover{
	color:#e84746;
}

.sr_head{padding:30px;}
.sr_logo{text-align:center;}
.sr_body{color:#1A7DAC;}
.sr_body a:link,.sr_body a:visited{color:#1A7DAC; text-decoration:none;}
.sr_body a:hover{text-decoration:underline;}
.sr_main{width:100%; margin:0px auto; text-align:center;}
.sr_frm{width:450px; margin:0px auto;text-align:left!important; height:auto;}

.sr_logo img{ margin-left:-80px;}
.sr_frm_box{height:33px; line-height:33px;}
.sr_frmipt{float:left;width:398px; height:32px;background:url(../images/sr_iptbg_1.gif) no-repeat -5px -5px; overflow:hidden;}
.sr_frmipt input,.sr_frmipt .sp{float:left; margin-left:9px;}
.sr_frmipt input.ipt{height:26px; line-height:26px;margin-left:8px;margin-top:3px; *margin-top:2px; width:282px; *width:278px; border:none; *border:0px!important;}
.ss_btn{background:url(../images/sr_iptbg_1.gif) no-repeat -350px -50px; width:82px; cursor:pointer; border:none; font-size:14px; font-weight:bold; color:#fff; height:32px!important; line-height:32px!important;}
.sp{ background:url(../images/sr_iptbg_1.gif) no-repeat -423px 0px; text-indent:-10000px; width:8px; margin-left:8px; margin-top:1px; height:30px; cursor:pointer;}
.sr_l{float:left;width:20%;}
.sr_r{float:left;width:79.9%; border-left:1px solid #efefef; height:100%;}
.schr h5{margin:5px 0;}
.schr p{margin: 10px 0;}
.item .smedia{width:auto;}

#search{}
#search a{text-decoration:none; padding:5px 10px; border-left:1px solid #CCC;border-top:1px solid #CCC;border-right:1px solid #CCC;}
#search a.on{font-weight:bold; color:#fff; background:#e84746;}
.page{
	padding:20px;
}

.page a{
	text-decoration:none;
}
.page a:hover{
	color:#e84746;
}



.footerbg{
	background:#e7e7e7;	
	margin-top:40px;
}
.footer{
	padding:30px 0px;
}
.footer p{
	color:#666666;
	text-align:center;
}



@media screen and (max-width:479px){
div.rmditem {
	width:100%;
	margin-top:20px;
}
div.rmditem:nth-child(odd) {
	padding-right:2%;
	padding-left:0;
}
div.rmditem:nth-child(even) {
	padding-right:0px;
	padding-left:2%;
}

.focus,.newsflash{
	width:100%;
	padding-right:0;
	margin-top:20px;
	overflow:hidden;
}
.special{
	margin-top:20px;
	width:100%;
	padding:0 1%;
	overflow:hidden;
}
.campus{
	width:100%;
	padding-right:1%;
	margin-top:20px;
	overflow:hidden;
}
.news{
	width:100%;
	padding-left:1%;
	margin-top:20px;
	overflow:hidden;
}

.shide , a.shide{
	display:none;
}

.top{
	display:none;
}
.search{
	padding-top:35px;
}
.bshow{
	display:"";
	width:50%;
}
.text-right{
	text-align:right;
}
.nav{
	height:47px;
	overflow:hidden;
}
.nav li a{
	font-size:16px;
}
.rmditem h4 span{
	font-size:15px;
}
.rmditem h3 a{
	font-size:16px;
}
.focus h4 span,
.special h4 span,
.campus h4 span,
.news h4 span,
.newsflash h4 span{
	font-size:15px;
}
.flist li a{
	font-size:14px;
}
.fone h3 a{
	font-size:16px;
}
.splist h3 a{
	font-size:14px;	
}
.clist ul li a{
	font-size:14px;
}
.nlist .content h3 a{
	font-size:18px;
}
.nlist .content p{
	font-size:14px;
	height:4.5em;
}
.nfbox .nflist ul li a{
	font-size:13px;
}
.nfbox .nflist ul li a.fst{
	font-size:16px;
	color:#105697;
}
.nfbox .nfdate i{
	font-size:22px;
	right:-13px;
	margin-top:10px;
	padding:4px 0px;
}
.nfbox .nfdate {
	font-size:1.2em;
}
.nfbox .nfdate span{
	margin-top:10px;
}
.nfbox .nfdate i.fst,.nfbox .nfdate span.fst{
	padding-top:10px;
	margin:0px
}
.nfbox .nfdate span.fst{
	font-size:14px;
	font-weight:bold;
}
.nfbox .nfdate{
	width:13%;
}
.nfbox .nflist{
	width:87%;
}
.splist h3{
	height:3em;
}
.nfbox .nfdate{
	width:15%;
}
.nfbox .nflist{
	width:85%;
}
.nlist .media{
	width:100%;
	height:10.5em;
	overflow:hidden;
}
.nlist .content{
	width:100%;
	height:10.5em;
}
.nlist .content h3,
.nlist .content h3 a{
	height:1.5em;
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.nlist{
	height:21em;
}
.newslist .lists,
.detail .content{
	width:100%;
}
.newslist .side,
.detail .side{
	width:100%;
}
.newslist .lists{width:100%; padding:0px;}
.newslist .dnav {width:100%;}

.dinfoa{
	width:100%; 
}
.dinfob{
	width:100%; 
}
.tags{
	width:100%;
}
.share{
	width:100%;
}
.bnav a, .bnav a {
	width:100%;
}
.detail .side{
	padding-left:0;
}
.newslist .side .rnews .lists ul li {
    padding: 0px 15px 20px 15px;
}
.acontent{padding:30px 10px;}

}

@media screen and (min-width:480px) and (max-width:760px){
div.rmditem {
	width:50%;
	margin-top:20px;
}
div.rmditem:nth-child(odd) {
	padding-right:2%;
	padding-left:0;
}
div.rmditem:nth-child(even) {
	padding-right:0px;
	padding-left:2%;
}

.focus,.newsflash{
	width:100%;
	padding-right:0;
	margin-top:20px;
	overflow:hidden;
}
.special{
	margin-top:20px;
	width:100%;
	padding:0 1%;
	overflow:hidden;
}
.campus{
	width:100%;
	padding-right:1%;
	margin-top:20px;
	overflow:hidden;
}
.news{
	width:100%;
	padding-left:1%;
	margin-top:20px;
	overflow:hidden;
}

.shide{
	display:none;
}
.bshow{
	display:"";
	width:50%;
}
.text-right{
	text-align:right;
}
.nav{
	height:50px;
	overflow:hidden;
}
.nav li a{
	font-size:18px;
}
.rmditem h4 span{
	font-size:15px;
}
.rmditem h3 a{
	font-size:18px;
}
.focus h4 span,
.special h4 span,
.campus h4 span,
.news h4 span,
.newsflash h4 span{
	font-size:15px;
}
.flist li a{
	font-size:18px;
}
.fone h3 a{
	font-size:24px;
}
.splist{
	width:50%;
	float:left;
	margin:0px;
	padding:15px 20px;
}
.splist h3{
	height:4.5em;
	overflow:hidden;
}
.splist h3 a{
	font-size:18px;	
}
.clist ul li a{
	font-size:18px;
}
.nlist .content h3 a{
	font-size:18px;
}
.nlist .content p{
	font-size:14px;
	height:4.5em;
}
.nfbox .nflist ul li a{
	font-size:18px;
}
.nfbox .nflist ul li a.fst{
	font-size:24px;
	color:#105697;
}
.nfbox .nfdate i{
	font-size:30px;
	right:-16px;
	margin-top:16px;
	padding:4px 0px;
}
.nfbox .nfdate span{
	margin-top:20px;
}
.nfbox .nfdate i.fst,.nfbox .nfdate span.fst{
	padding-top:20px;
	margin:0px
}
.nfbox .nfdate span.fst{
	font-size:22px;
	font-weight:bold;
}
.nfbox .nfdate{
	width:14%;
}
.nfbox .nflist{
	width:86%;
}
.nlist .media{
	width:40%;
}
.nlist .content{
	width:60%;
}
.newslist .lists,
.detail .content{
	width:100%;
}
.newslist .side,
.detail .side{
	width:100%;
}
.dinfoa{
	width:100%; 
}
.dinfob{
	width:100%; 
}
.tags{
	width:100%;
}
.share{
	width:100%;
}
.bnav a, .bnav a {
	width:100%;
}
.detail .side{padding-left:0;}
.newslist .lists{width:100%; padding:0px;}
.newslist .dnav {width:100%;}
.newslist .side .rnews .lists ul li {
    padding: 0px 15px 20px 15px;
}

}

@media screen and (min-width:761px) and (max-width:1079px){
.container {max-width:980px; font-size:14px;}
div.rmditem {
	width:50%;
	padding-top:15px;
}
div.rmditem:nth-child(odd) {
	padding-right:2%;
	padding-left:0;
}
div.rmditem:nth-child(even) {
	padding-right:0px;
	padding-left:2%;
}


.focus,.newsflash{
	width:100%;
	float:left;
	padding-right:0;
	margin-top:20px;
	overflow:hidden;
}
.special{
	margin-top:20px;
	width:100%;
	float:right;
	padding:0 1%;
	overflow:hidden;
}
.campus{
	width:100%;
	float:left;
	padding-right:1%;
	margin-top:20px;
	overflow:hidden;
}
.news{
	width:60%;
	float:left;
	padding-left:1%;
	margin-top:20px;
	overflow:hidden;
}
.campus{
}
.news{
	width:100%;
}
.bshow{
	display:none;
}
.nav{
	height:45px;
	overflow:hidden;
}
.nav li a{
	font-size:16px;
	padding: 9px 8px;
}
.rmditem h4 span{
	font-size:15px;
}
.rmditem h3 a{
	font-size:18px;
	
}
.focus h4 span,
.special h4 span,
.campus h4 span,
.news h4 span,
.newsflash h4 span{
	font-size:15px;
}
.flist li a{
	font-size:18px;
}
.fone h3 a{
	font-size:20px;
}
.splist{
	width:25%;
	float:left;
}
.splist:nth-child(even){
	padding-right:1%;
}
.splist:nth-child(odd){
	padding-left:1%;
}
.splist h3 a{
	font-size:18px;	
}
.clist ul li a{
	font-size:18px;
}
.nlist .content h3 a{
	font-size:18px;
}
.nlist .content p{
	font-size:14px;
	height:4.5em;
}
.nfbox .nflist ul li a{
	font-size:18px;
}
.nfbox .nflist ul li a.fst{
	font-size:24px;
	color:#105697;
}
.nfbox .nfdate i{
	font-size:30px;
	right:-16px;
	margin-top:16px;
	padding:4px 0px;
}
.nfbox .nfdate span{
	margin-top:20px;
}
.nfbox .nfdate i.fst,.nfbox .nfdate span.fst{
	padding-top:20px;
	margin:0px
}
.nfbox .nfdate span.fst{
	font-size:22px;
	font-weight:bold;
}
.nfbox .nfdate{
	width:13%;
}
.nfbox .nflist{
	width:87%;
}
.newslist .lists,
.detail .content{
	width:100%;
}
.newslist .side,
.detail .side{
	width:100%;
}
.newslist .lists{width:100%; padding:0px;}
.newslist .dnav {width:100%;}
.rlinks .list ul li span {
    display: block;
}
.newslist .side .rnews .lists ul li {
    padding: 0px 15px 20px 15px;
}
.item .content {padding-right:10px;}
.acontent{padding:30px 10px;}
}

@media screen and (min-width:1080px) and (max-width:1440px){
.container {width:1050px; font:13px;}
div.rmditem {
	width:26%;
	padding:2%;
}
div.rmditem:first-child {
	width:24%;
	padding-right:2%;
	padding-left:0;
}
div.rmditem:last-child {
	width:24%;
	padding-right:0px;
	padding-left:2%;
}
.rmditem .img{
	height:130px;
}

.focus{
	width:50%;
	float:left;
	padding-right:2%;
	margin-top:20px;
	overflow:hidden;
	height:760px;
}
.special{
	margin-top:20px;
	width:100%;
	float:left;
	padding:0 1%;
	overflow:hidden;
}
.campus{
	width:50%;
	float:right;
	padding-left:1%;
	margin-top:20px;
	overflow:hidden;
	height:775px;
}
.news{
	width:50%;
	float:left;
	padding-right:2%;
	margin-top:20px;
	overflow:hidden;
	height:775px;
}
.newsflash{
	width:50%;
	float:left;
	padding-left:1%;
	margin-top:20px;
	overflow:hidden;
	height:777px;
}
.bshow{
	display:none;
}

.nav li a{
	font-size:18px;
}
.rmditem h4 span{
	font-size:15px;
}
.rmditem h3 a{
	font-size:18px;
}
.focus h4 span,
.special h4 span,
.campus h4 span,
.news h4 span,
.newsflash h4 span{
	font-size:15px;
}

.flist li a{
	font-size:18px;
}
.fone h3 a{
	font-size:24px;
}
.splist{
	width:25%;
	float:left;
	padding:0 1.5%;
}
.splist .img{
	height:122px;
	overflow:hidden;
}

.splist h3 a{
	font-size:18px;	
}
.clist ul li a{
	font-size:18px;
}
.nlist .content h3 a{
	font-size:18px;
}
.nlist .content p{
	font-size:14px;
	height:3em;
}
.nfbox .nflist ul li a{
	font-size:18px;
}
.nfbox .nflist ul li a.fst{
	font-size:24px;
	color:#105697;
}
.nfbox .nfdate i{
	font-size:22px;
	right:-11px;
	margin-top:18px;
	padding:4px 0px;
}
.nfbox .nfdate span{
	margin-top:20px;
}
.nfbox .nfdate i.fst,.nfbox .nfdate span.fst{
	padding-top:25px;
	margin:0px
}
.nfbox .nfdate span.fst{
	font-size:22px;
	font-weight:bold;
}
.nfbox .nfdate{
	width:15%;
}
.nfbox .nflist{
	width:85%;
}


}

@media screen and (min-width:1441px){
.container {width:1410px;font-size:14px;}
div.rmditem {
	width:26%;
	padding:2%;
}
div.rmditem:first-child {
	width:24%;
	padding-right:2%;
	padding-left:0;
}
div.rmditem:last-child {
	width:24%;
	padding-right:0px;
	padding-left:2%;
}
.rmditem .img{
	height:174px;
}

.focus{
	width:40%;
	float:left;
	padding-right:2%;
	margin-top:20px;
	overflow:hidden;
	height:800px;
}
.special{
	margin-top:20px;
	width:20%;
	float:left;
	padding:0 2%;
	overflow:hidden;
	height:800px;
}
.campus{
	width:50%;
	float:right;
	padding-left:2%;
	margin-top:20px;
	overflow:hidden;
}
.news{
	width:50%;
	float:left;
	padding-right:1%;
	margin:20px 0px;;
	overflow:hidden;
}
.newsflash{
	width:40%;
	float:left;
	padding-left:1%;
	margin:20px 0px;;
	overflow:hidden;
	height:800px;
}
.bshow{
	display:none;
}

.nav li a{
	font-size:22px;
}
.rmditem h4 span{
	font-size:15px;
}
.rmditem h3 a{
	font-size:18px;
}
.focus h4 span,
.special h4 span,
.campus h4 span,
.news h4 span,
.newsflash h4 span{
	font-size:15px;
}
.splist{
	margin-top:20px;
	margin-bottom:20px;	
}
.flist li a{
	font-size:16px;
}
.fone h3 a{
	font-size:20px;
}
.splist h3 a{
	font-size:16px;	
}
.clist ul li a{
	font-size:16px;
}
.nlist .content h3 a{
	font-size:16px;
}
.nlist .content p{
	font-size:14px;
}
.nfbox .nflist ul li a{
	font-size:16px;
}
.nfbox .nflist ul li a.fst{
	font-size:18px;
	color:#105697;
}
.nfbox .nfdate i{
	font-size:30px;
	right:-16px;
	margin-top:16px;
	padding:4px 0px;
}
.nfbox .nfdate span{
	margin-top:20px;
}
.nfbox .nfdate i.fst,.nfbox .nfdate span.fst{
	padding-top:20px;
	margin:0px
}
.nfbox .nfdate span.fst{
	font-size:20px;
	font-weight:bold;
}

.detail .content{
	width:65%;
}
.detail .side{
	width:35%;
}

}
</pre></body></html>