/*---------main--------*/
.main{
	width:1200px;
	margin:0 auto;
}
/*---左侧---*/
.main .main_left{
	width:870px;
}
.main .main_left .location{
	height:32px;
	line-height:32px;
}
.main .main_left .location a{
	margin:0 5px;
}
.main .main_left .article{
	border:1px solid #CECECE;
	
	width:1200px;
	padding:0 20px;
	box-sizing:border-box;
}
.main .main_left .article h1{
	font-size:20px;
	line-height:32px;
	text-align:center;
	margin-top:10px;
	/*width: 1166px*/
}
.main .main_left .article table table table{
	margin-bottom:15px;
	/*border: 1px solid #666;*/
}
/*.main .main_left .article table table table div[align=center]{
	text-align:center;
}*/
.main .main_left .article table table table div{
	margin-bottom:10px;
	line-height:24px;
	/*text-align:left;*/
}
.main .main_left .article .info_text{
	height:35px;
	line-height:35px;
	width:850px;
	margin:0 auto;
	border-bottom:1px solid #D8D8D8;
	margin-bottom:15px;
	text-align:center;
}
.main .main_left .article .info_text span{
	padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../img/icons.png);
    background-position: 0 -1612px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 20px 6px 0;
}
.main .main_left .article #text{
	line-height: 28px;
	font-size: 18px;	
}

/*---右侧---*/
.main .main_right{
	width:300px;
}
.main .main_right .gonggao_box{
	margin-bottom:15px;
}
.main .main_right .gonggao_box h3{
	width:300px;
	height:35px;
	line-height:35px;
	background:url(../img/left1.jpg);
	background-size:300px 35px;
	font-weight:normal;
}
.main .main_right .gonggao_box h3 span{
	float:left;
	height:35px;
	font-size:20px;
	color:#fff;
	margin-left:47px;
}
.main .main_right .gonggao_box h3 a{
	float:right;
	margin-right:3px;
}
.main .main_right .gonggao_box p{
	height:40px;
	line-height:40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.search_box h3{
	width:300px;
	height:35px;
	line-height:35px;
	background:url(../img/news2.jpg);
	background-size:300px 35px;
	font-weight:normal;
}
.search_box h3 span{
	float:left;
	height:35px;
	font-size:20px;
	color:#fff;
	margin-left:47px;
}
.search_box h3 a{
	float:right;
	margin-right:3px;
}
.search{
	margin-top:20px;
}
.search .search_title{
	height:30px;
	line-height:30px;
}
.search .search_title span{
	float:left;
	width:148px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
.search .search_con{
	background:#F3F9FD;
	border:1px solid #ECECEC;
	padding:15px;
}
.search .search_con p{
	height:35px;
	line-height:35px;
	margin-bottom:10px;
}
.search .search_con p label{
	display:inline-block;
	width:60px;
	text-align-last:justify;
	text-align:justify;
	margin-right:10px;
}
.search .search_con p input{
	width:190px;
	height:30px;
	border:none;
	outline:none;
	border:1px solid #E1E4E6;
	padding-left:6px;
	box-sizing:border-box;
}
.search .search_con p.p5{
	text-align:right;
	width:260px;
}
.search .search_con p button{
	width:190px;
	height:30px;
	border:none;
	outline:none;
	background:#0776BC;
	color:#fff;
}
.on{
	color:#0076be;
	background:#F3F9FD;
	border:1px solid #ECECEC;
	border-bottom:none;
}
.dialog{
   position: absolute;
   left: 50%;
    top: 114.5px;
   margin-left:-170px;
    padding: 10px;
    width: 280px;
    height: 340px ;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 14px;
   display:none;
}
.dialog .head{
    font-weight: bold;
    text-align: left;
    line-height: 18px;
    height: 18px;
    color: #000;
position: relative;
}
.dialog .head a{
   position: absolute;
    right: 0;
    top: 0;
}
.dialog img{
  display:block;
  width:260px;
  height:260px;
  margin:10px auto;
}
.dialog .dialogfoot{
   text-align: left;
    line-height: 22px;
    color: #666;
}