body{
	background-color: #fff;
	font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Roboto,STHeiTi,Arial,sans-serif;
}
a{
	color: #333;
}
a:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active{
	opacity: .8;
}
.text-small{
	font-size: 14px;
}
.text-mini{
	font-size: 12px;
}
.text-middle{
	font-size:16px;
}
.text-large{
	font-size: 18px;
}
.box-clear:after{
	content: '';
	display: block;
	widows: 100%;
	clear: both;
}



.index-bar{
	height:46px;
	overflow: hidden;
	display: block;
	background:#fff url(/images/logo.gif) no-repeat center center;
	background-size: auto 100%;
	line-height: 99;
}
.nav{
	line-height: 2em;
	padding: 5px 0;
	margin: 0;
}
.nav-dot {
	position: relative;
	border-bottom: #ddd solid 1px;
	background-color: #3E86CE;
	display: none;
	margin-left: 0!important;
	margin-right: 0!important;
}
.nav-dot:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	transform: rotate(45deg);
	top: -5px;
	z-index: 99;
	right: 15px;

}
.nav-dot a{
	color: #fff;
}
.nav-breadcrumb {
	text-align: left;
	overflow: hidden;
	height: 45px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	
}
.nav-breadcrumb a {
	display: inline-block;
	padding: 0 1em 0 0.5em;
	position: relative;
}

.nav-breadcrumb a:before {
	top: 5px;
	right: -15px;
	transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	-moz-transform: rotate(65deg);
	-webkit-transform: rotate(65deg);
	-o-transform: rotate(65deg);
}
.nav-breadcrumb a:after {
	top: 40px;
	right: -15px;
	transform: rotate(115deg);
	-ms-transform: rotate(115deg);
	-moz-transform: rotate(115deg);
	-webkit-transform: rotate(115deg);
	-o-transform: rotate(115deg);
}
.nav-breadcrumb a:last-child:before, .nav-breadcrumb a:last-child:after{
	display: none;
}
.nav-sub > div > a{
	display: block;
	background-color: #3CB8EC;
	color: #fff;
	margin: 5px;
}
.nav-sub > div.active a{
	background-color: #226FBB;
}
.nav-wrapper{
	
	line-height:30px;
	background-color:#355393;
}
.nav-wrapper::-webkit-scrollbar{
	display: none;
}
.nav-wrapper > div{
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.index-menu{
	border-left:10px solid #355393;
	border-right:10px solid #355393;

	white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}
.index-menu > div{
	
	margin-left:4px;
	margin-right:4px;
}

.nav-wrapper > div > a{
	color:#fff;
}
.nav-wrapper-list > div.active {
	background-color: #3E86CE;
	position:relative;
}

.nav-wrapper-list > div.active-nocursor {
	background-color: #3E86CE;
	position:relative;
}

.nav-wrapper-list > div.active-nocursor a{
	color: #fff;
}

.nav-wrapper > div.active a {
	color: #fff;
}
.focus {
	position: relative;
	overflow: hidden;
	display: block;
	line-height: 0;
}
.focus span{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	font-size: 14px;
	text-indent: 8px; 
	color: #fff;
	height: 36px;
	line-height: 36px;
	background-color: rgba(0,0,0,.5);
}
.list-header{
	
	height: 40px;
	position: relative;
	background-color:#dfdfdf;
}
.list-header:after{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	
}
.list-header a{
	font-size: 20px;
	margin-left: 15px;
	padding: 0 18px;
	
	font-weight: 600;
	
	display: inline-block;
	color: #fff;
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background-color:#355393;
}
.list-header a:after{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;

	z-index: 9;
}
.list-header a:before {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: transparent solid 4px;
	left: 50%;

	bottom: 4px;
	margin-left: -2px;
}
.btn-more{
	display: block;
}
.btn-more {
	display: block;
	background-color: #fd997c;
	margin: 0 15px;
	text-align: center;
	color: #fff;
	line-height: 2em;
	height: 2em;
	border-radius: 2em;
}
.btn-info{
	display: block;
	background-color: #3CB8EC;
	background-image: -moz-linear-gradient(top,#53CBF0,#1981D8);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#53CBF0),to(#1981D8));
	background-image: -webkit-linear-gradient(top,#53CBF0,#1981D8);
	background-image: -o-linear-gradient(top,#53CBF0,#1981D8);
	background-image: linear-gradient(to bottom,#53CBF0,#1981D8);
	color: #fff;
	margin: 0 15px;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 2em;
}
footer {
    font-size: 12px;
    border-top: #355393 solid 1px;
    padding: 1em 0 0;
    text-align: center;
    color: #999;
    line-height: 2;
    margin-top: 30px;
	background-color:#fff;
}
.topbtn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	display: none;
	-webkit-transition: all .5s
}
.topbtn > i{
	font-size: 22px;
}

.page{
	height: 50px;
}
.page a {
	padding: 0 30px;
}
.page a.active{
	
	color:#3e8acc
}
.view {
    margin: 15px;
}
.view .title {
    font-weight: bold;
}
.view .meta {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    height: 40px;
	line-height:40px;
}
.view .meta span{
	float: left;
	margin-right: 10px;
}
.view .meta .fontsize{
	float: right;
	margin-right: 0;
}
.view .meta .fontsize em{
	margin-left: 3px;
}
.view .meta .fontsize i{
	font-size: 14px;
}
.view .content, .content p {
	font-size: 16px!important;
	line-height: 1.8;
}
.view .content img{
   	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;  
}
.view .fontlarge, .fontlarge p{
	font-size: 18px!important;
}

.nav-block-link{
	margin: 30px 15px 15px;
}
.nav-block-link a{
	margin-bottom: 20px;
	padding: 10px 0;
}
.list-has-image .aui-img-object {
    max-width: 99px!important;
    width: 99px!important;
}

.list-show  a{
	white-space:inherit;
	color:#355393;
}


.view-body-color{
	background-color:#f4f4f4;
}
.view-nav{
	background-color:#fff;
}
.view-nav div a{
	color:#355393;
	font-weight:700;
}
.aui-bar-middle{
	width:80%;
	text-align:center;
	float: left;
}
.title-color{
	color:#355393;
}
.view-bar-left{
	width:10%;
}
.view-bar-right{
	width:10%;
	text-align:right;
}
.btn-previous{
	color:#999;
	background-color:#fff;
}
.btn-next{
	color:#3e8acc;
	background-color:#fff;
}
.lists-nav-color{
	background-color:#fff;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}
.lists-nav-color > div{
	
	margin-left:4px;
	margin-right:4px;
}
.lists-nav-color .aui-text-center a{
	color:#355393;
	font-weight:700;
}


.lists-subnav{
	background-color: #F7F7F7;
	white-space:nowrap;
	overflow-y:hidden;
	overflow-x:scroll;
	height:40px;
	line-height:30px;
	margin:0 8px;
	-webkit-overflow-scrolling: touch;
}

.lists-subnav li{
	float:left;
	margin:5px 10px;
}
.lists-subnav li a{
	display:block;
	padding:0 5px;
	height:30px;
	line-height:30px;
}
.subnav_active{
	color:#fff;
	background-color:#3E86CE;
}

.lists-subnav:after{
	content:'';
	clear:both;
	display: block;
	widows: 100%;
}

.nav-wrapper-list{
	 white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	height: 53px;
	line-height: 35px;
	background-color:#f4f4f4;
	margin:0 25px;
}
.nav-wrapper-list > div > a{
	color:#666;
}
.list-submenu{
	position:relative;
}
.list-submenu .nav-wrapper-list a{
	padding:7px;
}
.submenu_icon_right{
	right:5px;
}
.submenu_icon_left{
	left:5px;
}
.submenu_icon{
	position:absolute;
	line-height:42px;
	top:0px;
	width:20px;
}


.nav-wrapper-list > div.active a:before {
    position: absolute;
    content: '';
    top: 34px;
    z-index: 9999;
    left: 40%;
  	 width:0; 
    height:0; 
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    border-bottom:11px solid #fff;
}
.nav-wrapper-list > div.active a:after {
	position: absolute;
    content: '';
    top: 34px;
    z-index: 999;
    left: 40%;
  	 width:0; 
    height:0; 
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    border-bottom:11px solid #666;
}




.list-threemenu{
	height:50px;
	margin-top:-1px;
}
.list-threemenu_nav{
	white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height: 35px;
    background-color: #fff;
    padding:0px;
    line-height:35px;
    margin:0 10px;
    border:1px solid #E0DFE2;
    border-radius:20px;
    padding:0 10px;
    
}
.list-threemenu .list-threemenu_nav a{
	color:#666;
    font-size:14px;
    padding:0 5px;
    color:#355393;
}
.list-threemenu .list-threemenu_nav > div.active {
	background-color: #fff;
}
.list-threemenu .list-threemenu_nav > div.active a{
	font-weight:700;
	color: #355393;
}