﻿.body{
	width:100%;
	height:auto;
	overlfow:hidden;
	padding:0;
	margin:0;
	font-family:Microsoft YaHei;
	background-color:#fff;
}
div,ul,li{
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
a{
	cursor:pointer;
}
span{
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.head{
	width:100%;
	height:60px;
}
.body .container{
	width:82%;
	min-width:1000px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.body .left_pos{
	float:left;
}
.body .right_pos{
	float:right;
}
.body .ul_sh{
	position:relative;
	overflow:hidden;
	margin:0;
}
.head .head_menu{
	height:60px;
	padding-top:2px;
}
.head .head_menu li{
	float:left;
	height:100%;
	font-size: 16px;
	border-top:4px solid#fff;
	cursor:pointer;
	text-align:center;
	margin-left:20px;
}
.head .head_menu li a{
    text-decoration: none;
    display: inline-block;
    margin-top: 17px;
    color:#666;
}
.head .head_menu li a:hover{
	color:#326d93;
}
.head .head_menu li:hover{
	  border-top: 4px solid #0377c1;
}
.content{
	width:100%;
	/* overflow:hidden; */
}
.content .title{
	position:relative;
	width:100%;
	height:175px;
	background:url(../image/news_head.jpg) center top no-repeat;
}
.content .menu{
	width:1030px;
	margin:0 auto;
	padding-top: 145px;
}
.content .menu .menu_ul{
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-bottom:3px solid #f0f0f0;
}
.content .menu li{
	width: 115px;
    height: 50px;
    float:left;
    padding-top: 14px;
    font-size: 14px;
    text-align: center;
    cursor:pointer;
    border-bottom:4px solid #fff;
}
.content .menu li.on{
	border-bottom:4px solid #49a7ff;
}
.content .menu li:hover{
	color:#49a7ff;
}
.content .main_content{
	overflow:hidden;
	padding:20px;
	padding-top:40px;
}
.main_content .main{
	overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px dotted #d7d7d7;
}
.main_content .main .position{
    /* float: right; */
    overflow: hidden;
    width:100%;
    color: #888;
}
.main_content .main .title_name{
	margin-top: 20px;
    text-align: center;
}
.main_content .main .title_name .main_title{
	font-size: 20px;
    color: #49a7ff;
}
.main_content .main .title_name .title_time{
	font-size: 12px;
    margin-top: 10px;
    color: #999;
}
.main_content .con{
	padding-top:80px;
}
.main_content .main .para{
	font-size:14px;
	color:#666;
	/* text-indent: 2em; */
	/* line-height: 1.75em; */
    margin-bottom: 20px;
    text-align:left;
}
.main_content .main .img{
	text-align:center;
}
.main_content .main .img .cont{
	margin-top:20px;
	text-align:center;
}
.main_content .main .center{
	text-align:center;
}
.main_content .main_foot{
	overflow: hidden;
    padding: 20px 10px;
}
.main_content .main_foot span{
	font-size: 14px;
    color: #49a7ff;
}
.main_content .main_foot img{
	margin-left:5px;
}
.main_content .main_foot .abso_span{
	position: absolute;
    top: 1px;
    left: -60px;
}
.foot{
	background-color:#edf4f7;
	padding: 20px 0 40px 0;
}
.foot .bottom_ul{
}
.foot .foont_item{
	width:23%;
	margin-right:2%;
	padding-right:20px;
	border-right: 1px solid #D8D8D8
}
.foot .bottom_ul li{
	padding: 5px;
    color: #A8A8A8;
    font-size: 14px;
    cursor:pointer;
}
.foot .bottom_ul li.tit{
	font-size:16px;
	color:#6f6f6f;
}
.foot .btm_right i{
	font-size: 26px;
    color: #b6c9d0;
}
.foot .btm_right .span1{
	margin-left: 10px;
	font-weight: bold;
    font-size: 16px;
    color: #b6c9d0;
}
.foot .btm_right .span2{
	font-size: 22px;
    color: #49a7ff;
    font-weight: bold;
}
.foot .bottom_div{
	margin-top:30px;
	padding-top:20px;
	border-top:1px solid #D8D8D8;
	text-align:center;
	color:#A8A8A8;
}
/* #login_news_attachment_btn{
	display:block;
	margin: 0 auto;
    margin-top: 10px;
    padding: 3px 10px;
    color: #ffffff;
    border: none;
    background-color: #1a9ccb;
    cursor: pointer;
    border-radius: 3px;
    width: 100px;
    height: 35px;
    letter-spacing: 4px;
    font-size: 14px;
} */
.main .attachment{
	position:relative;
	display:none;
	width:100%;
	margin:20px auto 0;
}
.main .attachment > div > div{
	border: 1px solid silver;
    border-left: 5px solid #49a7ff;
}
.attachment .att-mask{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.attachment .att-mask > a{
	color: #fff;
}