.main {
    width: 70%;
    height: auto;
    margin: 20px auto;
}
.infoleft{width:25%;height:auto;float:Left; }
.inforight{width:70%;height:auto;float:right; border-left: 1px solid #ccc; padding-left:3%;}
@media screen and (max-width: 933px) {
	.main {
		width: 90%;
		height: auto;
		margin: 20px auto;
	}
   .infoleft{display:none; }
	.inforight{width:100%;border-left:none; padding-left:0;}
}

a{
	color:#444444;
}

.info_title{
	width:100%;
	height:4em;
    font-weight: normal;
    font-size: 2em;
	font-weight:bold;	
    color: #424242; 
    position:relative;
    background: #f2f0f0;
    padding-left:15%;
    box-sizing: border-box;
    line-height: 4em;
}

.infoleft ul{width:90%;margin:0 auto;}
.infoleft ul li{width:95%;font-size:17px;line-height:250%;padding-left:5%;}
.infoleft ul li:hover{color: #1676b6;}

.infor_tltle{width: 100%;
    height: auto;
    font-size: 16px;
    border-bottom: 1px #b0b0b0 solid;
    line-height: 50px;}
.infor_body{width:100%;height:auto;padding:3% 2%;font-size:14px; color:#424242;line-height:200%;min-height: 600px;float:left; box-sizing: border-box;}
.infor_body * {white-space: normal!important;}

.news-li {
    display: block;
    padding: 20px 0;    
    color: #333;
    font-size: 16px;
	overflow: hidden;
}
.news-li .title{
    display: inline-block;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
	float:left;
}
.news-li .time{
  display: inline-block;
  float:right;
}
.pages{text-align: center;margin: 40px 0;width: 100%;float: Left;}
.pages li{width: 30px;height: 30px;display: inline-block;vertical-align: middle;font-size: 14px;margin: 0 3px;}
.pages li a{color: #666; display: block;width: 100%;height: 100%;line-height: 28px; border: 1px solid #ededed;background-color: #fff;}
.pages .prev,.pages .next{width: 67px;}
.pages li.on a,.pages li:hover a{background-color: #1676b6;border-color: #1676b6;color: #fff;}



.subNavBox{width:100%; padding: 2em 0;}
.subNav{
	cursor: pointer;
    font-size: 1.5em;
    line-height: 3em;
    color: #000;
	font-weight: none;
	padding-left:15%;
}

.currentDd{color:#fff;font-size:18px; }
/*.currentDt{background-size:100% 100%;color:#005aaf;}*/

.currentDt{width: 100%;
    height: 4em;
    font-weight: normal;
    font-size: 2em;
    font-weight: bold;
    color: #424242;
    position: relative;
    background: #f2f0f0;
    padding-left: 15%;
    box-sizing: border-box;
    line-height: 4em;}

.navContent{display: none;margin-top:15px;}
.navContent li a{display:block; text-decoration:none;text-align:left;padding-left:15%;font-size:18px;line-height:200%;}
.navContent li a:hover{color:#005aaf;border-radius:10px;}

.inforight .pul-list li{ line-height:200%; border-bottom: 1px dashed #bbb;}