﻿/*!
 * ETUI v3
 *
 * Copyright 2017.7*/
a{outline: none;color: #333;}
a:hover,a:focus{text-decoration: none; color: #cc0200;}
button,input{outline:none !important; }
#skip{height: 0; overflow: hidden;}

ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
div, ul, li{
	margin:0; padding:0;
}
li{
	list-style: none;
}
.activity{
	margin: 0 -15px;
}
body{
	position:relative;
}
#main{
	position:relative;
	top:-80px;
}


.header-bg img{
	max-width:100%;
}
.bg-white{
	background-color:white;

}
.nav-list{
	background: rgb(203 180 134 / 60%);
	padding:20px 0;
	position: relative;
	/*top:-80px;*/ bottom: -10px;
}
.nav-list ul{
	display:flex;
	justify-content:space-around;
}
.nav-list ul>li{
	border-right:1px solid #ffffff;
	padding:0 55px;
	float: left;
}
.nav-list ul>li:nth-last-child(1){
	border-right:none;
}
.nav-list ul>li>a{
	font-size:20px;
	color:white;
	width:100%;

	padding:16px 0;
}
.nav-list ul>.active>a{
	border-bottom:3px solid #eace13;
}
.one-pic .title{
	padding:30px 0;
}
.one-pic .title h2{
	background:url("../img/title-bg_03.png") no-repeat center;
	background-size:100% auto;
	text-align:center;
	color:#293f7f;
	font-weight:700px;
}
.one-pic-img{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.one-pic-img li{
	margin-bottom:10px;
}





.article-title{
	border-bottom:1px solid #dddddd;
	padding-bottom:10px;
}
.article-title>span{
	color:#005fb8;
	font-weight:700;
	padding:4px 16px;
	font-size:22px;
	position:relative;
	margin-left:10px;
}
.article-title>span:before{
	position:absolute;
	content:'';
	width:3px;
	height:80%;
	background-color:#005fb8;
	display:block;
	top:4px;
	left:-10px;
}
.article-details-title p{
	color:#eb1313;
	font-size:24px;
}
.article-details{
	position:relative;
	padding:10px;
}
.norma-article-details{
	padding:0;
}
.article-details .uli14 li{
	position:relative;
	padding: 28px 10px;
	padding-left:1.5em;
}
.norma-article-details .uli14 li{
	padding-left:0;
}
.article-details .uli14 li:before{
	content: "";
	display:block;
	width:5px;
	height: 5px;
	position:absolute;
	left:0;
	top:37px;
	background-color:#cbb486;
}
.article-details .normal-list li:before{
	display:none;
}




.article-details .uli14 li a{
	margin-left:0;

}
.article-details .uli14 li a span{
	color:#498cdd;
}
.article-details>p{
	font-size:14px;
	line-height:36px;
}
.article-details>a{
	position:absolute;
	right:20px;
	border:20px;
	color:#df2500;
}
.norma-article-details .uli14.em li{
	padding-left:1.5em;
	border-bottom: 1px solid #ececec;
}
.hard-img{
	padding:15px 0;
}
.hard-img>img{
	max-width:100%;
}

.activity .owl-item > .item > a > .title{
	background:#9f9f9f;
}
.eassy-title{
	margin:10px 0;
	margin-bottom:20px;
	border-bottom:1px solid #dddddd;
}
.eassy-title.page-header-2 a{
	border-bottom:1px solid #2877d7;
	bottom:-2px;
	color:#005fb8;
}
.eassy-title p{
	border-bottom:1px solid #dddddd;

}
.eassy-title h3 .more{
	float:right;
	color:#bcbcbc;
	font-size:12px;
	line-height:36px;
}
.eassy-details{
	padding:0 15px;
	border-bottom:1px solid #dddddd;
}
.eassy-details h5{

	font-size:20px;
	text-align:center;

}
.eassy-details h5 a{
	width:75%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display:inline-block;
	color:#005fb8;
}
.eassy-details p{
	text-indent:2em;
}
.eassy-details p a{
	color:#999999;
	font-size:14px;

}

.big-img{
	padding-top:30px;
	padding-bottom:30px;
}



.owl-nav{
	display:none;
}


.more-activity{
	float:right;
	margin-right:20px;
	line-height:33px;
}


.article-title.border-bottom{
	border-bottom:1px solid #019ce6;
}
.footer-ico{
	display: flex;
	justify-content:space-between;
}

.pos-code{
	display:flex;
	justify-content:flex-start;
}
.footer-ico p{
	color: #666666;
	font-size:14px;
	margin-top:14px;
}
.footer-ico .pos-code{
	vertical-align: middle;
}
.footer-ico span{
	margin-right:20px;
}
.code-infro{
	padding-right:20px;
}

/*英文版本*/
.main-en .owl-controls{
	display:none;
}
.one-read{
	background:white;
	padding:15px;
	margin-top: 20px;
}
.eassy-list-en{
	margin:15px 0;
	background:white;
	padding:15px;
}
.eassy-list-en .article-details{
	padding:20px 0
}

.main-en .big-img{
	padding:10px 0;
}
.Article-details{
	padding-top:10px;
}
.breadcrumb{
	background-color:transparent;
	margin-bottom: 10px;
}
.Article{
	padding: 30px 120px;
	background:#ffffff;
}
.eassy-title.page-header-2 .more a{
	border-bottom:none;
}
.header{
    position: relative;
}
.title {
    color: #000000;
    font-size: 20px;
    overflow: hidden;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}
.title i {
    padding-right: 19px;
    margin-top: -2px;
    float: left;
}
.norma-article-details .uli14.em li span{
	font-size: 16px;
}

.article-details .uli14 li a:hover{
	color: #cbb486;
}
.padding-top-70{
	padding-top: 70px;
}
.title  a:hover{
    color: #000000;
}
    .article-details .uli14 li a{
	    width: 85%!important;
        font-size: 16px;
    }
    .piao .piao-left {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 2;
    }
    .piao p a {
        margin: 5px;
        font-size: 14px;
    }