@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
.main {margin:0px auto;}
.news_list {
    background-color:#fff;
	padding:20px;
}

.news_list .list_item {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
	overflow:hidden;
}

.news_list img  {
    float:left;
	width:200px;
	height:125px;
	margin-right:10px;
	border-radius: 5px;
}
.news_list img:hover{
    /*transform: scale(1.01);
    transition: 0.2s;
	*/
	opacity: 0.8;
}

.news_list .news_title {
    font-size: 24px;
    color: #0c0d0d;
    margin-bottom: 10px;
	font-weight: 500;
}
.news_list .news_title a{color: #0c0d0d;}
.news_list .news_title a:hover{color: #ffb400;}

.news_list .artCon {
    font-size: 18px;
    color: #000;
    line-height: 40px;
}

.news_list .news_abstract {
	font-size: 14px;
	color: #7b7878;
	line-height: 24px;
	text-indent: 24px;
}

.news_list .news_time {
    float: right;
    font-size: 16px;
    color: #8c8c8c;
	line-height:30px;
}

.media_list {
    background-color:#fff;
	padding:40px 20px;
}
.media_list ul {overflow:hidden;}
.media_list .list_item {
   float:left;
   width:145px;
   text-align:center;
}
.media_list .news_title a {
	line-height:30px;
}
.media_pic{	
	width:200px; 
	height:200px;
    margin: 0px auto;
    background: #fff;
}
.media_pic img {
	width:200px;
	height:200px;	    
    padding: 10px;
	border: 1px solid #666;}

.pages {
    text-align: center;
    clear: both;
    width: auto;
    margin: 40px auto 40px;
    overflow: hidden;
}

.pages li {
    float: left;
    overflow: hidden;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eeeeee;
    font-size: 14px;
	margin-right:5px;
}

.pages a {
    display: block;
    width: 50px;
    height: 50px;
}

.pages li:hover a,
.pages .page-active a {
    color: #fff;
}

.pages .page-active,
.pages li:hover {
    background-color: #2794a5;
    border: 1px solid #2794a5;
}
.page_jump {float:left;padding-top:15px;}
.input_jump {text-align:center;width:30px;height:20px;line-height:20px;}
.btn_jump {width:40px;height:26px;}



