@charset "utf-8";

body {
	top:0;
	margin:0;
	padding:0;
}

#bg_wrap{
	width:100%;
	height:100%;
	min-width:900px;
	position:fixed;
	background:url(../img/news/bg.png) no-repeat center top;
	background-size: 100% auto;
	background-color:#000e24;
	left:0;
	top:0;
	overflow:hidden;
}


#news_wrap{
	position:relative;
	width:100%;
	padding-top:40px;
	min-height: 750px;
	top: 240px;
}

#csv_load{
	position:relative;
	width:1050px;
	height: 100%;
	margin:0 auto;
	background:none;
}

#home_btn{
	position:relative;
	width:1050px;
	margin:0px auto;
	padding: 10px 0;
}

.title{
	position:relative;
	width:1050px;
	height:42px;
	margin:0px auto;
	padding: 40px 0 50px;
}

.base{
	width:340px;
	height:420px;
	background:url(../img/news/base.jpg) no-repeat center top;
}

.news_block{
	position:relative;
	margin:0 0 30px 0;
}
.pos_l{
	position:relative;
	left:0;
	top:0;
	margin-bottom:0;
}
.pos_c{
	position:absolute;
	left:356px;
	top:0;
	margin-bottom:0;
}
.pos_r{
	position:absolute;
	right:0;
	top:0;
	margin-bottom:0;
}
.detail_btn{
	position:absolute;
	left:0;
	bottom:0;
	cursor:pointer;
}
.publisth_day{
	background:url(../img/news/star_icon.jpg) no-repeat;
	position:absolute;
	left:30px;
	top:30px;
	color:#cd0311;
	font-size:14px;
    font-weight: bold;
	z-index:1;
	padding-left:24px;
}
.publisth_title {
    position: absolute;
	left: 2px;
	top:2px;
	padding:50px 28px 10px;
	color:#000;
    width: 280px;
    height: 70px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
	background-color:#fff;
}
.publisth_img{
    width: 308px;
    height: 186px;
    overflow: hidden;
    position: absolute;
    bottom: 82px;
    left: 16px;
	background:#000;
}
.publisth_img img{
	position:absolute;
	width:308px;
	left:0;
}

#news_fade{
	position:fixed;
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	z-index:999;	
	left:0;
	top:0;
	opacity:0;
	overflow:auto;
}
.detial_all{
	position:relative;
	left:50%;
	top:50px;
	margin-left:-490px;
    width: 980px;
	font-size:14px;
	line-height:24px;	
	padding-bottom: 120px;
}
.detial_wrap{
	position:relative;
	left:0;
	top:60px;
    width: 980px;
	background: #FFF;
	font-size:14px;
	line-height:24px;	
	border:4px solid #FFF;
}

figure {
    display: block;
	padding:10px 0;
    margin-block-start:0 !important;
    margin-block-end:0 !important;
    -moz-margin-start:0 !important;
    -moz-margin-end:0 !important;
	text-align:center;
}
figure img{
	width:100%;
	height:auto;
}
.news_close{
	position:absolute;
    right:0px;
    top: 25px;
    width: 35px;
	height:35px;
	cursor:pointer;
}
.detail_title{
	width:860px;
    margin-bottom: 10px;
    padding:30px 90px 30px 30px;
    font-size: 18px;

font-weight: bold;
    color: #ffffff;
	background-color:#cd0311;
}
.detail_day{
	background:url(../img/news/star_icon.jpg) no-repeat;
	left: 10px;
	padding-top: 0;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 24px;
    text-align: left;
    color:#cd0311;
    font-size: 14px;
    font-weight: bold;
    font-family: san-serif;
    border-bottom: dotted 1px #cd0311;
}
.detail_body{
	margin-top:10px;
	font-size:14px;
	line-height:24px;
	padding:0px 30px 0px;
}
.detail_body a{
    color:#cd0311  !important;
	font-weight:bold;
}


/*-------------------*/
/*header
/*-------------------*/

#header{
	position:relative;
	min-width:1050px;
	width:100%;
	z-index: 100;
}

#wrapper{
	min-width:1100px;
	overflow: hidden;
	padding-bottom: 60px;
}


#footer{
	position:relative;
	width:100%;
	height:50px;
/*	margin-top: 20px;*/
	background-color: #000;
	overflow:hidden;
	
}

.credits{
	line-height: 50px;
	height: 50px;

}

