@charset "utf-8";
/* CSS Document */

/*新闻*/
.news_nav{width:1200px; height:50px; margin:30px auto 0 auto; background:url(../img2/bg1.jpg);}
.news_nav ul{ width:100%; height:45px; float:left;}
.news_nav ul li{ float:left; width:155px; height:45px; text-align:center; font-size:16px;}
.news_nav ul li a{width:155px; height:50px; display:block; color:#666;line-height:35px;}
.news_nav ul li a:hover,.news_nav ul li a.hover{background:url(../img2/bg.png) no-repeat; color:#FFF;}

.list{width:1200px; margin:60px auto 0 auto;}
.list li{width:1200px; margin-top:20px; border-bottom: 1px dashed #dfdfdf; overflow: hidden; padding-bottom: 15px;}
.list li span{width:173px; height:120px; float:left;}
.list li h1{width:980px; height:23px;margin-left:15px; margin-top:5px; display:block; float:left; font-size:16px; text-align:left;}
.list li h1 a{color:#333;}
.list li p{font-size:12px; float:left; width:90px; height:18px; display:block;margin-left:15px; margin-top:5px; color:#999; text-align:left;}
.list li h2{font-size:14px; width:1000px; height:60px; float:left;margin-left:15px;margin-top:5px; color:#999; text-align:left; font-weight:normal; display:block; line-height:28px;}
.list_bt { text-align: left;}
.list_tp { float: left;}
.list_tp img { width: 192px; height: 160px; border: 1px solid #e5e5e5; padding: 3px;}
.list_right { width: 970px; float: right;}
.list_bt { font-size: 16px;}
.list_bt a { color: #292929;}
.list_bt a:hover { color: #0080bd;}
.list_time { color: #989898;margin-top: 10px; float: left;}
.list_nr { height: 50px; color: #989898; line-height: 29px; margin-top: 10px;}
.list_more { float:right ; margin-top:5px; border: 1px solid #cdcdcd; border-radius: 8px;  text-align: center; font-size: 13px;}
.list_xm { padding-top: 30px;}
.list_more a { color: #bababa; padding: 0 10px 0 10px;height: 28px;line-height: 28px;} 
.list_more a:hover { display: block; background: #0094da; color: #fff;border-radius: 8px; padding: 0 10px 0 10px;height: 28px;line-height: 28px; }


.table_paging {
    width: 100%;
    height: 60px;
    float: left;
    text-align: center; margin-top:30px;
}
.table_paging a {
    display: inline-block;
    margin: 19px 3px;
    height: 28px;
    padding: 0 6px;
    box-sizing: border-box;
    border: solid 1px #cfcfcf;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
    transition: 0.3s ease-in;
}
.table_paging a.xuanze {
    background: #287ebf;
    border: solid 1px #287ebf;
    color: #fff;
}
.table_paging a:hover {
    background: #1853ad;
    border: solid 1px #287ebf;
    color: #fff;
}
.table_paging a.tiaozhuan
{
	background:none;
	border:none;
}
.table_paging a.tiaozhuan:hover
{
	background:none;
	border:none;
	color:#333;
	cursor:inherit;
}
.table_paging a input
{
	width: 32px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
	box-sizing:border-box;
	margin:0 5px;
	position:relative;
	top:-1px;
	color:#000;
	outline:0;
}

.show_news { margin-top: 30px;font-size: 16px; line-height: 36px; text-align: left; border-bottom: 1px solid #f0f0f0; padding-bottom: 30px;}
.show_down { padding-top: 20px;}
.show_sp { margin-top: 10px;}