.en-top {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #284C9C;
	font-family: Arial
}

.en-top h1 {
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: inherit;
	text-transform: uppercase
}

.en-top h1 a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit
}

.en-top .tool {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0
}

.en-top .tool a {
	padding: 0 20px 0 0;
	margin: 0 0 0 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, .5)
}

.en-top .tool a img {
	position: relative;
	top: 2px;
	height: 15px
}

.en-top .tool a:last-of-type {
	border: 0
}

.en-header {
	position: fixed;
	z-index: 999;
	top: 60px;
	left: 0;
	right: 0;
	height: 100px;
	background: linear-gradient(180deg, #262626 -25.84%, rgba(217, 217, 217, 0) 177.4%)
}

.en-header .logo {
	height: 100px;
	line-height: 100px
}

.en-header .logo img {
	vertical-align: middle;
	display: inline-block;
	height: 52px
}

.en-header .en-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 300px;
	right: 0;
	background: 0 0;
	justify-content: flex-end
}

.en-header .en-nav .nav-item {
	z-index: 999;
	min-width: 100px;
	height: 100px;
	text-align: center;
	margin-left: 30px
}

.en-header .en-nav .nav-item a {
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-family: Arial
}

.en-header .en-nav .nav-item a:hover {
	background: 0 0;
	color: #fff;
	border-bottom: 2px solid #284C9C;
	transition: all .3s
}

.en-header .en-nav .nav-item ul {
	 opacity: 0.4;
	top: 98px;
	    position: absolute;
	/* left: 0;
	right: 0 */
}

.en-header .en-nav .nav-item ul li a:hover,
.en-header .en-nav .nav-item ul li a:link,
.en-header .en-nav .nav-item ul li a:visited {
	white-space: nowrap;
	font-family: Airal;
	padding: 0 !important;
	font-size: 16px
}

.en-header .en-nav .nav-item ul li a:hover {
	background: rgba(40, 76, 156, .8)
}

.en-header .en-nav .nav-item.current {
	background: rgba(255, 255, 255, .2)
}

.en-header-simple,
.en-top-simple {
	position: relative;
	top: auto;
	left: auto;
	right: auto
}

.en-header-simple {
	background: #fff
}

.en-header-simple .en-nav .nav-item a {
	font-weight: 600;
	color: #434343
}

.en-header-simple .en-nav .nav-item a:hover {
	color: #284C9C
}

.en-header-simple .en-nav .nav-item.current {
	background: rgba(40, 76, 156, .1)
}

.en-column {
	margin: 40px auto;
	padding-bottom: 20px
}

.en-column h2 {
	padding: 30px 0 20px;
	font-family: Arial;
	font-size: 28px;
	font-weight: 600;
	color: #284c9c;
	text-align: center
}

.en-column h2 a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit
}

.en-column .item {
	position: relative;
	width: 380px;
	height: 240px
}

.en-column .item img {
	width: 100%;
	height: 100%
}

.en-column .item span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background: #284C9C;
	font-family: Arial;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	white-space: nowrap;
	text-align: center
}

.en-free-entrys,
.en-free-entrys .entry.horizontal,
.en-free-entrys .entry.vertical {
	position: relative
}

.en-column.layout-full {
	background: rgba(0, 0, 0, .06)
}

.en-free-entrys {
	height: 282px;
	margin-bottom: 20px
}

.en-free-entrys .entry.vertical>img {
	width: 100%
}

.en-free-entrys .entry.vertical h3,
.en-free-entrys .entry.vertical i,
.en-free-entrys .entry.vertical span {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center
}

.en-free-entrys .entry.vertical i {
	top: 90px
}

.en-free-entrys .entry.vertical h3 {
	top: 140px;
	font-size: 20px;
	color: #fff
}

.en-free-entrys .entry.vertical span {
	top: 200px;
	font-size: 14px;
	color: #FFF
}

.en-free-entrys .entry.horizontal+.entry.horizontal {
	margin-top: 28px
}

.en-free-entrys .entry.horizontal>img {
	width: 100%
}

.en-free-entrys .entry.horizontal h3,
.en-free-entrys .entry.horizontal i,
.en-free-entrys .entry.horizontal span {
	display: inline-block;
	position: absolute;
	text-align: center
}

.en-free-entrys .entry.horizontal i {
	top: 50%;
	transform: translateY(-50%);
	left: 40px
}

.en-free-entrys .entry.horizontal h3 {
	top: 40px;
	left: 85px;
	font-size: 20px;
	color: #fff
}

.en-free-entrys .entry.horizontal span {
	top: 65px;
	left: 85px;
	font-size: 14px;
	color: #FFF
}

.en-tab-title {
	height: auto;
	padding-bottom: 0;
	white-space: nowrap
}

.en-tab-title h2 {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	white-space: nowrap
}

.en-tab-title h2 a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit
}

.en-tab-title h2.unuse {
	border: 0;
	color: rgba(38, 38, 38, .6)
}

.en-tab-content {
	display: none
}

.en-foot {
	background: #eeeff3;
	padding: 30px 0
}

.en-foot .links {
	font-size: 15px;
	color: #fff
}

.en-foot .links .tt {
	font-size: inherit;
	font-weight: 600;
	margin-right: 40px;
	padding: 7px 0
}

.en-foot .links ul li {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	margin-right: 20px
}

.en-foot .links ul li a {
	display: inline-block;
	padding: 7px 0;
	font-size: inherit;
	color: inherit
}

.en-foot .links ul li a:hover {
	text-decoration: underline
}

.en-foot .info {
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	margin: 25px 0;
	padding: 10px 0;
	font-size: 15px;
	color: #fff
}

.en-foot .copy-txt {
	text-align: center;
	font-size: 15px;
	color: #fff
}

#mypage {
	font-size: 14px;
	line-height: 50px;
	margin: 50px;
	width: 100%;
	height: 50px;
}

#mypage a {
	color: #333;
	border: #CCCCCC solid 1px;
	padding: 5px 15px 5px 15px;
	margin-left: 10px;
}

.en_read_title{ width:60%;margin: 20px auto;
	
}

en_read_title .p{  margin: 20px auto;
	width:60%;    font-size: 16px;
    font-weight: 400;
    font-style: normal;
	word-wrap:break-word;
	word-wrap: normal;
	line-height: 35px;}
.en_read_title h1{    font-size: 30px;
    width: 100%;
    margin: 20px auto;
    text-align: center;}
.en_article-info {width:60%; margin: 20px auto;   text-align: center; font-size: 14px;
    line-height: 50px;border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}}
.en_article-info span{width:20%; margin: 20px auto;}
.en_article-infop {   
	width:60%; margin: 20px auto; 
	font-size: 16px;
    font-weight: 400;
    font-style: normal;}

	.MsoNormal{  
	width:100%;
	 margin: 0px auto;
	font-size: 16px;
    font-weight: 400;
    font-style: normal;
	word-wrap:break-word;
	word-wrap: normal;
	}
.MsoNormal span{ 
 margin: 0px auto;
	width:100%;    font-size: 16px;
    font-weight: 400;
    font-style: normal;
	word-wrap:break-word;
	word-wrap: normal;
	line-height: 35px;
	}



.en-foot .linkBox{ background:#ebeef3; padding:40px 0;}
.en-foot .links{ padding:60px 0 0; margin-bottom:60px;}
.en-foot .f-links{ width:700px; float:left;}
.en-foot .f-links b{ float:left; display:block; width:42px; font-size:16px; line-height:30px; color:#333; margin-right:10px;}
.en-foot .select-group{float:left; display:block; width:750px; margin:0px auto; background:#fff;padding-left:20px;}
.select-group,
.select-group .select-selected{height:52px;line-height:52px;font-size:18px;position:relative;text-align: left; color:#222; }
.select-group .select-selected{padding-right:60px;user-select: none;}
.links .select-value{display:block; line-height:52px; margin-right:20px; float:left; color:#000; font-size:40px; font-family:"CastleT";}
.select-group .select-arrow{position:absolute;width:52px;height:52px;top:0px;right:0px;background:url(http://subsites.chinadaily.com.cn/yunnanuniversity/att/4579.files/i/arr_ico3.png) no-repeat center; font-size:0px; line-height:0px; cursor: pointer;}
.select-group .select-options{position: absolute;width:100%;background: #fff;left:0px;bottom:100%;display: none;}
.select-group ul{ background:#e2e2e2;}
.select-group li{}
.select-group a{display:block;padding:10px 15px;line-height:20px;    color: #000;}
.select-group a:hover{background:#eee;text-decoration: none;}

.post-category{

     text-align: left;
    height: 1.25em;
    position: absolute;
    bottom: 1.25em;
    padding: 1em;
    margin-right: 1.875em;
    color: #fff;

    font-size: 26px;
    font-weight: 600;


	}

	.aca
	{
	    border: 0px solid darkslategray;
    box-shadow: darkgrey 10px 10px 30px 5px;
    background: #fff;
	    width: 430px;

	}

.acacont{
	        height: 7.5625em;
    padding-top: 2.025em;
    padding-left: 2em;
    padding-right: 2em;
}

.aca h3{



	font-size: 1.8em;
    height: 2em;
    line-height: 2em;
    text-align: left;
    color: #000000;

	}
