/* moblie—index-en-start */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #ffffff;
}
body {
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	position:relative
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #444444;
}
.setpadding a{
color: #FFF;
}
img {
	max-width: 100%;
	display: block;
}
hr {
	width: 100%;
	height: 1px;
	background-color: #efefef;
}

.getmore {
	color: #999999;
	text-align: center;
 font-size: .7rem;
}
.setpadding {
	position: absolute;
	bottom: 0;
	width: 96%;
	z-index: 100;
	height: auto;
	padding: 9px 2% 14px 2%;
 font-size: .7rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.imgfix {
	position: fixed!important;
	top:50px!important;
	z-index: 500;
}
.gotop img {
	width: 9%;
	position: fixed;
	bottom: 67px;
	right: 3%;
	z-index: 800;
}
.goHome a{
	background-color: rgb(141,178,221);
	margin-top: 5px;
	font-size: 13px;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	border-radius: 5px;
	position: fixed;
	bottom: 15px;
	right: 3%;
	width: 9%;
}
.h10 {
	width:100%;
	height: 10px;
	background: #f8f8f8;
	margin-bottom: 35px;
}
.limit {
	padding: 0% 5%;
}
.indexContent {
	padding: 0 3%;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.m_index_zh_mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background: rgba(0, 91, 172, 0.8);
}
.m_index_zh_mask ul {
	padding-top: 17%;
	padding-left: 10%;
}
.m_index_zh_mask ul li {
	margin-bottom: 3vh;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}
.m_index_zh_mask ul li p {
}
#closemask {
	position: absolute;
	width: 10%;
	right: 3%;
	top: 15px;
}
.m_index_zh_head {
	margin: 0px 0 20px 0;
	position: relative;
	padding: 0 5%;
}
.m_index_zh_head .en {
	position: absolute;
	bottom: 0;
	right: 27%;
	width: 7%;
}
.m_index_zh_head .person {
	width: 7%;
	position: absolute;
	right: 5%;
	bottom: 0;
}
.m_index_zh_head .search {
	position: absolute;
	width: 7%;
	right: 16%;
	bottom: 0;
}
.lb1_pagination {
/* text-align: right !important; */
  /* padding-right: 1%; */
}
.m_swiper .swiper-pagination-bullet-active {
	background: #f9983a !important;
}
.m_swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.m_swiper .swiper-slide p {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#showmask {
	position: absolute;
	width: 9%;
	top: 100px;
	right: 3%;
	z-index: 50;
}
.logo {
	width: 100%;
	text-align: center;
}
.logo img {
	width:50px;
}
#Search {
	width: 30px;
}
.cjimg {
	width: 90%;
	margin: auto;
	padding: 4% 0;
	display: flex;
	justify-content: space-between;
}
.cjimg .logoimg>img {
	width: 77%! important;
	display: block;
}
.logoimg {
	width: 44%;
}
/*.nav{width: 95%;margin: .5rem auto;}
*/
.nav {
	/*padding: 0 5%;*/
	/*height: 50px;!* width: 100%; *!*/
	width: 90%;
	margin: auto;
	height: 50px;
	overflow: hidden;
}
.nav .swiper-slide {
	/*width:auto!important;!*根据内容调整宽度*!*/
	width: 15%!important;
}
.nav .lb1 p {
	text-align: center;
	line-height: 50px;
	color: #016cbc;
	position: relative;
 font-size: .77rem;
}
.nav .lb1 p.inthis {
	color: #ffb400;
}
.inthis::before {
 content: "";
 width: 100%;
 position: absolute;
 height: 2px;
 bottom: 10px;
  /* margin-left: 30%; */
  background: #ffb400;
 left: 0;
}
.logoBox {
	margin: 10px 0;
	position: relative;
	text-align: center;
}
.syeSearch {
	width: 51%;
	display: flex;
	z-index: 1000;
	border-radius: 20px;
	border: 1px solid #efefef;
	margin: 10px 0 10px 0;
}
.syeSearch input {
	width: 80%;
	padding: 0 5px;
	margin-left: 10px;
	border: 0px;
}
.syeSearch img {
	width: 20px;
	height: 20px;
	margin-right: 8px;/* margin-top: 11px; */
}
.imageText {
}
.imageText li {
	display: flex;
	margin-bottom: 0.8rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #e9e9e9;
}
.imageText li .imageTextLeft {
	flex: 1;
}
.imageText li .imageTextLeft p {
	margin-bottom: 7%;
 font-size: .7rem;
	line-height: 1rem;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.imageText li .imageTextLeft p span {
	color:red;
}
.imageText li .imageTextLeft time {
	font-size: 0.3rem;
	color: #808080;
	margin-left:40%;
}
.imageText li span {
	font-size: 0.5rem;
	color: #fff;
	background-color:#eaeaea;
	padding: 1% 8%;
	border-radius: 17px;
}
.imageText li .imageTextRight {
	width: 40%;
	border-radius: 5px;
	margin-right: 4%;
}
.imageText li .imageTextRight p {
	position: absolute;
	top: 0;
	left: 0;
}
.imageText li .imageTextRight p img {
	width:57%
}
.imageText li .imageTextRight {
	position: relative;
}
.list_ver li {
	/* height: 120px; */
        border-bottom: 1px solid #e0e0e0;
	margin-top: 5%;
	padding-bottom: 5%;
}
.list_ver li img {
	width: 100%;
	/*  float: left;*/
        margin-right:10px;
}
.list_ver li p {
font-size: .75rem;/* margin-bottom: 2%; */
	line-height: 1.2rem;
	margin: 1% 0;
}
.list_ver li .source {
	font-size: 0.6rem;
	color: #aaaaaa;
	/* line-height: 1.5rem; */
        display: flex;
	justify-content: space-between;
	margin: 2% 1% 0 0;
}
.sources {
	font-size: 0.6rem;
	color: #aaaaaa;
	/* line-height: 1.5rem; */
        display: flex;
	justify-content: space-between;
	margin: 0 1% 0 0;
}
.list_ver li p {
	/* border: 1px solid #ccc; */
		
overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.blank {
	height:1.5rem;
}
.blank_top {
 height:.5rem;
}
#copyRight {
	/* width: 90%; */
	padding: 25px 5%;
	background-color: #f4f4f4;
}
.copyCon {
	/* width: 80%; */
	font-size: 0.7rem;
	color: #666;
	/*font-weight: bold;*/
}
.copyCon p {
	line-height: 25px;
	text-align: center;
}
.wrapper03 {
	position:relative;
	height: 1.5rem;
	width: 100%;
	overflow: hidden;
	margin:0 auto;/* border-bottom:1px solid #ccc */
	letter-spacing: 2px;
}
.wrapper03 .scroller {
	position:absolute
}
.wrapper03 .scroller li {
	height: 1.5rem;
	color: #044694;
	float: left;
	line-height: 1.5rem;
font-size: .72rem;
	text-align: center;
}
.wrapper03 .scroller li a {
	display:block;
margin: 0 .19rem;
padding:0 .1rem;
	color: #044694;
	background:#fff;
}
.wrapper03 .scroller li.cur a {
	color: #fb983a;
	height: 1.4rem;
border-bottom: .1rem solid #fb983a;
}
/*内页*/	
		
.mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background: rgba(5, 70, 145, 0.9);
}
.mask #closeMask {
	position: absolute;
	width: 10%;
	right: 0.7rem;
	top: 0.7rem;
}
.maskContent {
	padding: 20% 10%;
}
.maskContent li {
	margin-bottom: 1.5rem;
	font-weight: bold;
}
.maskContent li a {
	color: #fff;
}
.maskContent li a.maskLiActive {
	color: #fabe00;
}
.bg {
	background:#ff0000;
}
.HeaderLeft {
	width: 0.6rem;
}
.HeaderMid {
	width: 6.5rem;
}
.HeaderRight {
	position:absolute;
	width: 1.1rem;
	right: 5%;
	z-index: 99;
}
.nyHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nyHeader_gbot {
	border-bottom: 1px solid #e9e9e9;
}
.nyHeader_pbot {
	padding: 0.5rem 5% 0.2rem 5%;
}
.nyHeader_pbot1 {
 padding: .6rem 5% 0.3rem 5%;
}
.nyHeader_pbot1 img {
/* width:50%; */
		}
.nyHeader::after {
 content: '';
 width: 1.1rem;
 height: 1.1rem;
 display: block;
 visibility: hidden;
}
.nyHeader .nyHeaderLeft {
	width: 8%;
}
.nyHeader .nyHeaderMid {
	font-size: 1rem;
}
.nyHeader .nyHeaderRight {
	position: fixed;
	width: 1.1rem;
	right: 5%;
	z-index: 99;
}
.artical_head {
	padding: 4% 0% 15px 0%;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 25px;
}
.artical_head h1 {
	font-size: 1rem;
	color: #666666;
	line-height: 1.4rem;
	margin-bottom: 5px;
}
.artical_head p {
	/* font-size: 0.7rem; */
    color: #9f9f9f;
}
.artical_content {
	line-height: 1.4rem;
 font-size: .7rem;
	width: 100%!important;
}
.artical_content img {
    max-width: 100% !important;
    text-align: center;
    margin: 0 auto !important;
    display: block !important;
}

.artical_content p{
	/*text-indent: 35px;*/
	line-height: 35px;
	padding-top: 30px;
	font-size: 18px;
}
.cultureImg img {
	width:100%;
}
.artical_head span {
	font-size: 0.5rem;
	color: #000;
	/*background-color: #016cbc;*/
	/*background-color: #eaeaea;*/
	padding: 1% 4%;
	border-radius: 17px;
}
.artical_head .sources {
 font-size: .6rem;
	color: #aaaaaa;
	display: flex;
	justify-content: space-between;
	margin: 0 1% 0 0;
	overflow:hidden;
}
.artical_head .sources p {
	line-height: 1rem;
}
.artical_content img {
	margin:2% 0;
}
.lm_title {
	position: relative;
 font-size: .9rem;
 padding-left: .4rem;
	margin-bottom: 4%;
}
.lm_title::before {
 content: "";
 position: absolute;
 width: 3px;
 height: 100%;
 border-radius: 11px;
 background: #ffaa00;
 left: 0;
 bottom: 0;
}
.lm_line {
	height:1rem;
	background-color:#f4f4f4;
}
.likediv {
	display: flex;
	align-items: center;
	margin-right: 5%;
	margin-bottom: 5%;
}
.likeimg {
	width: 25px;
	height: 25px;
	margin-left: auto;
	cursor: pointer;
	display: block;
	margin-right: 1%;
}
.likes {
	color: #ff6000;
font-size: .8rem;
}
video {
	width: 100%;
}
。list_video {
	position: relative;
}
.live_paper {
	margin: 4% 3%;
}
.live_paper p:nth-child(1) {
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 font-size:.9rem;
 margin-bottom:3%;
}
.live_paper p:nth-child(2) {
font-size:.6rem;
color:#666;
}
.bluebg {
	background-color:#006dbc
}
.retrie {
	position: relative;
	z-index: 102;
	height: 2rem;
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
	line-height: 2rem;
}
.retrie dt {
	overflow: hidden
}
.retrie dt p {
	text-align: right;
	font-size: 0.6rem;
	margin-right: 5%;
}
.retrie dt p>span {
	color:#ed1814
}
.retrie dt a {
	float: left;
	width: 33%;
	color: #333;
 font-size: .7rem;
	text-align: center;
}
.retrie dt a i {
	margin-left: 5px
}
.retrie dt .up {
	color: #ed1814;
	border-bottom: 2px solid #ed1814;
}
.retrie dt a:last-child:before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 1px;
	height: 30px;
	background-color: #ebebeb;
	content: ' ';
}
.retrie dd {
	position: relative;
}
.slide {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 104;
	display: none;
	width: 100%;
	overflow-y: auto;
	background-color: #fff;
}
.slide li {
	display: block;
	border-bottom: 1px solid #eee;
}
.slide li a {
	display: block;
	padding: 2% 6%;
	/* height: 50px; */
	background-color: #fefefe;
	/* line-height: 1rem; */
	font-size: .7rem;
}
.slide li a:hover, .slide li a.selectedn {
	color: #ed1814
}
.slide li a.select {
	background-color: #fff;
}
.sc_l {
    height: 30px;
    line-height: 30px;
    width: 100%;
    float: left;
    border: 1px solid #dcdcdc;
    position: relative;
    border-radius: 50px;
}
.sc_l input {
    /* height: 29px; */
    line-height: 20px;
    border: 0;
    width: 100%;
    margin-left: 5%;
    outline: none;
    padding: 0;
    display: block;
    margin-top: 5px;
    background-color: #006dbc;
    color: #fefefe;
}
.sc_l img,.sc_index img{

position: absolute;

width: 25px;

right: 6%;

top: 2px;
}
.sc_r{
  
float: right;
  
color: #0096ea;
}
.HeaderMids {
    width: 12.5rem;
}
.sc_index {
    height: 30px;
    line-height: 30px;
    width: 56%;
    /* float: left; */
    border: 1px solid #dcdcdc;
    position: relative;
    border-radius: 50px;
    margin-top: 1%;
}
.sc_index input {
    /* height: 29px; */
    line-height: 20px;
    border: 0;
    width: 85%;
    margin-left: 5%;
    outline: none;
    padding: 0;
    display: block;
    margin-top: 5px;
    