@charset "utf-8";
/* CSS Document */

.column-left{
	margin-top:20px;
	background:#2e84d2;
	padding-bottom:55px;
}
.column-left h2{
	height:41px;
	line-height:41px;
	font-size:2.0rem; font-size:20px;
	font-weight:bold;
	padding-left:20px;
	color:#fff;
	margin-bottom:1px;
	border-bottom:3px solid #356fae;
	
	background: #2074ca;
	background: -moz-linear-gradient(#2e84d2 50%,#2074ca 50%); /* Firefox 3.6 - 15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#2e84d2), color-stop(50%,#2074ca));
	background: -webkit-linear-gradient(#2e84d2 50%,#2074ca 50%); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#2e84d2 50%,#2074ca 50%); /* Opera 11.1 - 12.0 */
	background: -ms-linear-gradient(#2e84d2 50%,#2074ca 50%);
	background: linear-gradient(#2e84d2 50%,#2074ca 50%); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e84d2', endColorstr='#2074ca',GradientType=0 ); /*ie9-*/
}
:root .gradient{filter:none;} /*ie9*/

.column-left .column-list li{
	margin:0 4px 1px 4px;
	line-height:24px;
	padding:10px 0 10px 31px;
	font-size:1.6rem; font-size:16px;
	color:#356fae;
	
	background: #e9edef;
	background: -moz-linear-gradient(#ffffff,#e9edef); /* Firefox 3.6 - 15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#ffffff), color-stop(#e9edef));
	background: -webkit-linear-gradient(#ffffff,#e9edef); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ffffff,#e9edef); /* Opera 11.1 - 12.0 */
	background: -ms-linear-gradient(#ffffff,#e9edef);
	background: linear-gradient(#ffffff,#e9edef); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edef',GradientType=0 ); /*ie9-*/	
}
:root .gradient{filter:none;} /*ie9*/

.column-left .column-list li a{
	font-weight:bold;
	color:#356fae;
}
.column-left .column-list li a:hover{
	color:#9a5721;
	text-decoration:none;
}

/*outline*/
.column-right{
	margin-top:20px;
}
.column-right ol{
	height:20px;
	line-height:20px;
}
.column-right .wrap-main{
	margin-top:10px;
}
.column-right .wrap-main h2{
	background:#f0f5f9;
	color:#2e84d2;
	font-size:1.6rem; font-size:16px;
	padding-left:6px;
}
.column-right .wrap-main h2 span{
	border-left:7px solid #2e84d2;
	line-height:34px;
	padding-left:10px;
}
.column-right .fontlist{
	margin:20px;
	padding-bottom:20px;
	border-bottom:2px solid #e3e3e3;
}
.column-right .fontlist li{
	line-height:18px;
	background:url(ico_square5_blue_2016.gif) no-repeat left 7px;
	padding-left:12px;
	margin-bottom:8px;
}
.column-right .fontlist li span{
	float:right;
}
.column-right .wrap-main nav{
	margin:0 0 20px 20px;
	background:none;
	box-shadow:none;
	float:right;
	padding-right:20px;
}
.column-right .piclist{
	margin:16px 0;
}
.thumbnail {
    background-color: #fff;
    border: 1px solid #cddcea;
    border-radius: 0px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
}
.thumbnail .caption {
	color:#356fae;
    padding: 0px;
	padding-left:10px;
	margin-bottom:10px;
}
.thumbnail .caption h3 a{
	font-size:1.4rem; font-size:14px;
	font-weight:bold;
	line-height:22px;
	color:#356fae;
}


/*detail*/
article,#article{
	margin:20px 40px;
}
#article h1{
	color:#3258a6;
	font-size:2.0rem; font-size:20px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}
#article .titlesub{
	text-align:center;
	height:30px;
	line-height:30px;
}
#article p{
	line-height:24px;
	text-indent:2em;
	padding:10px 0 0 0;
}
.wrap-main aside{
	margin:20px;
	padding:20px;
	border-top:1px dashed #c2d4e7;
}
.wrap-main aside li{
	line-height:25px;
	padding-left:20px;
}





/*page*/
.pagination>li{
	display:inline;
	border:0 none;
	height:34px;
	line-height:34px;
}

.pagination>li>a,
.pagination>li>span{
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:20px;
	color:#014d8e;
	text-decoration:none;
	background-color: transparent;
	border:1px solid #abacad;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
	z-index:3;
	color:#fff;
	background-color:#0065b2;
	border-color:#abacad;
}