@charset "utf-8";
/* CSS Document */
.list-content{
	width: 100%;
	min-height: 640px;
	padding-top:88px;
}
.list-left {
	width: 25%;
	background: #ececec;
	float: left;
	min-height: 700px;
	margin-top:-60px;
}
.column-list-wrap{
	width: 100%;
	list-style: none;
}
.column-list-wrap li {
    width: 90%;
	padding-left:10%;
	vertical-align: bottom;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
    border-bottom: 1px solid #b3b3b3;
}
.column-list-wrap li.blist {
	background-color: #3056d3;
	color: #fff;
    font-size: 20px;
}
.column-list-wrap li.selected {
    background-color: #d5d5d5;
}
.column-list-wrap li a {
	display: block;
	padding-left:20px;
    width: 100%;
    font-size: 17px;
    color: #3056d3;
    background:  url(../images/point.png) 0px 26px no-repeat;
    font-family: "Microsoft Yahei";
}
.list-right {
	width: 72%;
	padding:0 10px;
	float: right;
	min-height: 640px;
	background: #fff;
}
.list-btitle{
	/* width: 100%; */
    background: #fff;
    margin: 20px 0 0 0;
    /* padding: 16px; */
	box-sizing: border-box;
	border-bottom: 2px solid #3056d3;
    overflow: hidden;
    padding-bottom: 16px;
}
.list-btitle p {
	font-size: 18px;
	color: #0080ff;
	font-weight: 700;
}
.list-btitle i {
	font-size: 12px;
	color: #b6b6b6;
	margin-top: 10px;
}
.list-btitle span {
	float: right;
	font-size:14px;
	line-height: 30px;
	color:#666;
}
.list-btitle a:hover{ color:#3056d3;}
.list-right .title td{
	padding: 20px 10px;
    font-size: 14px;
}
.list-news,.list-right td ul,.list-right td ol {
	display: block;
	padding: 10px 12px;
	list-style-type: none;  
}
.list-news li,.list-right td li {
	border-bottom: 1px dotted #dedede;
	position: relative;
	height: 45px;
	line-height: 45px;
	padding: 0 80px 0 16px;
	background: url(../images/listnot.png) 0px 19px no-repeat;
}
.list-right .article-txt td li {
	height: auto !important;
	line-height: 36px !important;
}
.list-news li a,.list-right td li a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}
.list-news li span,.list-right td li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
	color: #bbb;
	text-align: center;
}
.list-news li:hover a,.list-right td li:hover a{ color:#0080ff;}
.list-news li:last-child {
	border: 0;
}
.list-news.ny li {
	padding: 8px 80px 8px 14px;
	background: url(../images/dot2.jpg) 2px 24px no-repeat;
}
.list-news.ny li a:after {
	display: none;
}
.list-images{margin-top:20px;width: 100%;}
.list-images li{float:left; width:186px; height:248px; position:relative;margin:3px;text-align:center;overflow:hidden; font-size: 14px;}
.list-images li img{width:180px;height:200px;padding:2px;border:1px solid #0080ff}
.list-images li A {
	COLOR:#0080ff; TEXT-DECORATION: none
}
.list-images li A:hover {
	COLOR:#009; TEXT-DECORATION: underline
}
.pages ul li {
	display: inline-block;
	margin: 0 5px;
	line-height: 24px;
	background: #fff;
	color: #999
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #0080ff;
	padding: 4px 12px;
	margin: 0 1px;
	background: #0080ff;
	color: #fff;
}
.pagination > .active {
    border-color: #0080ff;
    color: rgb(255, 255, 255);
    z-index: 3;
    cursor: default;
    background-color: #0080ff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999 !important
}
.pages ul li a:hover {
	color: #fff !important;
}
.article-content{
	padding:30px 0;
	clear: both;
}
.article-content .title{
	text-align: center;
}
.article-content .title h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.article-content .title .tip{
	color: #666;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
	font-weight: normal;
	margin-top:10px;
}
.article-txt{
	font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-top: 20px;
    text-align: left;
}
.article-txt img,.article-txt table{margin:0 auto;}
.article-txt,.article-txt p,.article-txt div{font-size:14px;text-indent: 2em;text-align: justify; letter-spacing: 0.1em; }
.article-txt img{text-indent: 0em;margin-left: -2em;}
.article-txt td img{text-indent: 0em;margin-left: 0 !important;}
.article-txt td{text-indent: 0em !important;}
.hidden{
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
	.list-left,.list-btitle span{display: none}
	.list-right{width: 100% !important}
	.list-btitle{padding-left:10px;}
	.article-txt{width: 95% !important;margin: 0 auto;}
	.list-content{padding-top:0 !important}
	.article-txt img{max-width: 100% !important;}
}