@charset "utf-8";
/* CSS Document */
@media (min-width: 1200px){
.mod-data .detail {
    width:1020px;
    margin:0 auto;
	padding-bottom:0px;
     }
}
.index_content {
    width:100%;
    min-height: 380px;
	margin:0px auto 0px;
	padding:30px 30px 0px;
}
.awards {
    width: 100%;
    padding: 0 0 0px;
    overflow: hidden;
}
.newsimg {
    width: 250px;
    float: left;
    display: inline;
}
.news {
    width: 650px;
    float: left;
    display: inline;
    margin: 0 0 20px;
}
.news li {
    text-indent: 20px;
    line-height: 36px;
    position: relative;
}
.news li a {
    font-size: 16px;
	color:#444;
}
.news li a:hover{
COLOR: #369;
TEXT-DECORATION: underline;
}
.news li:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: rgba(87,107,149,0.5);
    position: absolute;
    left: 6px;
    top: 16px;
    border-radius: 5px;
}
.news li.linone {
    background: none;
    height: 15px;
    overflow: hidden;
}
#page {
    float: right;
    width: 650px;
    padding-left: 10px;
}
#pages {
    font-family: Verdana;
    font-size: 12px;
    line-height: normal;
    margin: 10px 0 0px;
}
.clearfloat {
    zoom: 1;
}
#pages ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#pages li {
    float: left;
    margin: 0 10px 0 0;
    display: block;
    background: none;
    text-indent: 0;
    line-height: 20px;
}
#pages li a {
    float: left;
    color: #333;
    padding:1px 8px 1px 8px;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 2px;
	background:#eee;
}
#pages li.current {
    color: #000;
}
#pages li.current a {
    background:#f0a741 ;
    padding:1px 8px 1px;
    border: 1px solid #f0a741 ;
    border-radius: 2px;
	color:#fff;
}
.p_clear {
    clear: both;
}
.clearfloat:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
     height: 0; 
}
#pages li a:hover {
    color: #fff;
    background: #f0a741;
    border: 1px solid #f0a741;
}
.clear {
    clear: both;
}
@media (max-width: 768px){
	.mod-data .detail{ padding-top:0px; padding-bottom:0px;}
	.index_content {
	padding:30px 0px 0px;
    }
	.awards {
    margin: 0 auto;
    }
	.newsimg{ display:none;}
	.news{ float:none; width:100%;}
	.news li {
    padding-left: 20px;
    line-height: 30px;
    }
	.news li::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    position: absolute;
    left: 6px;
    top: 12px;
    border-radius: 5px;
    }
	.news li.linone::after{
		display:none;
		}
	.news li a {
    display: block;
    font-size: 14px;
	text-indent:0px;
	line-height:1.8;
    }
	#page{ 
	width:100%;
	float:none;
	padding:0px;
	}
	#pages {
    width:100%;
	padding:0px;
    }
	#pages li {
    margin: 0 5px 0 0;
   }
	#pages li.nolink {
    /*width: 10.2%;*/
	color:#999;
     }
	#pages li a{
	text-align:center;
	width:100%;
    padding: 1px 6px 1px 6px;
	font-size:12px;
		}
	#pages li.current {
    color: #000;
     }
	 #pages li.current a {
    border: 1px solid #f0a741 ;
    color: #fff;
    background: #f0a741 ;
	padding: 1px 6px 1px 6px;
    }
	 #pages li.first{ display:none;}
	 #pages li.end{ display:none;}
}
