/**
 * index css file
 *
 * @author: Wang Taohong <1936165216@qq.com>
 * @link:  
 * @copyright: 
 */

.list_banner {
	width: 100%;
	min-width: 1280px;
	height: 248px;
	background: #ededed;
}
.list_banner img {
	width: 1280px;
	margin: 0 auto;
	display:block;
}
.list_container {
	padding: 55px 0;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.left_tab {
	width: 226px;
}
.right_con .list_title {
	border-bottom: none;
}
.list_title {
	height: 65px;
	line-height: 65px;
	border-top: 6px solid #15499a;
	border-bottom: 1px solid #b1b1b1;
	color: #15499a;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.list_title p,
.list_title p a {
	color: #333;
}
.list_title p i {
	margin: 0 5px;
	font-style: normal;
	color: #b1b1b1;
}
.list_title p span {
	color: #15499a;
}
.left_tab {
	margin: 0 55px 0 30px;
}
.left_tab ul {
	margin-top: 29px;
}
.left_tab ul li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #b1b1b1;
	color: #333;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}
.left_tab ul li a{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display:inline-block;
}
.left_tab ul li.active,.left_tab ul li.selected,
.left_tab ul li:hover {
	background: #15499a;
	color: #fff;
}
.right_con {
	width: 908px;
	margin: 0 35px 0 0;
}
.right_con .list_title {
	text-align: left;
}
.right_con .list_title p,
.right_con .list_title p a {
	font-size: 14px;
	font-weight: normal;
}
.right_con ul {
	margin-left: -35px;
}
.right_con ul li {
	position: relative;
	float: left;
	width: 250px;
	margin: 18px 0 0 35px;
}
.right_con ul li img {
	width: 200px;
	height: 200px;
}
.right_con ul li p {
	width: 96%;
	line-height: 50px;
	margin: 0 auto;
	color: #333;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right_con ul li i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -33px;
	display: block;
	width: 67px;
	height: 67px;
	background: url(/_upload/tpl/02/0a/522/template522/images/video_icon.png) no-repeat;
}
.right_con ul.news_ul {
	margin-top: 10px;
}
.right_con ul.news_ul li{
	width: 908px;
	margin: 0 0 0 35px;
}

.right_con ul.news_ul li p {
	font-size: 16px;
	width: 100%;
	line-height: 32px;
	color: #333;
	text-align: left;
	border-bottom:1px dashed #eee;
}
.right_con ul.news_ul li p span {
	float: right;
	color: #999;
}


.paging {
	margin: 30px 0 65px 0;
	color: #666;
}
.paging p {
	text-align: center;
}
.paging p a {
	display: inline-block;
	width: 40px;
	height: 26px;
	line-height: 26px;
	margin-left: 5px;
	border: 1px solid #afd5f5;
	color: #333;
	text-align: center;
}
.paging p a.no_click {
	color: #ccc;
	pointer-events: none;
}

.paging p b {
	color: #999;
	margin-left: 20px;
	font-weight: normal;
}
.paging p input {
	width: 38px;
	height: 27px;
	margin: 0 5px;
	border: 1px solid #999;
}
.ellipsis {
	width: 90%;
	display: inline-block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}