*{padding: 0 auto; font-family: "微软雅黑";font-size: 16px;margin-left: auto;margin-right: auto;}
@media screen and (max-width: 1366px) {  
     body { font-size: 96%; }
}

/*广告图*/
.ggt{ margin: 0 auto; width: 100%; }
.ggt>div img{width: auto; height: auto; max-width: 100%; max-height: 100%;}

/*内容导航*/
.content_nav{margin:0px auto; width: 100%; height: 60px; text-align: center; margin-top:30px;}
.nav_div{display:inline-block; border: 1px solid #FF6634; border-radius: 25px; height: 48px; line-height: 48px; width: 170px; cursor: pointer;}
.divSpace{margin-left: 30px;}
.nav_divClick{background-color:#FF6634; color:#fff; cursor: pointer;}
.nav_divClick a{
	color:#fff;
}
.content_nr{width: 70%; padding-bottom: 30px; margin: 0 auto;}
/*.content_img{background:url("../images/img_1.png") no-repeat; background-size: 100%; height: 100%; width: 100%; margin:0px;}*/
@media screen and (max-width: 1366px) {
	.content_list{width: 100%; border:2px solid transparent; text-align: center; margin-top:30px; background-color:#F5F5F5;  min-height: 202px;  }
}

@media screen and (max-width: 1920px) and (min-width: 1400px) {
	.content_list{width: 100%; border:2px solid transparent; text-align: center; margin-top:30px; background-color:#F5F5F5;  min-height: 202px;  }
}

.content_list>div{float: left;}
.content_list>div>img{padding:0px; width: 332px; height: 202px; max-height: 100%; max-width: 100%;}
.content_list>div:nth-child(1){width: 30%; text-align: left;}
.content_list>div:nth-child(2){width: 60%; vertical-align: top; margin-left: 30px;}
.content_list>div:nth-child(2) div{text-align: left;}
.content_list:hover { border: 2px solid #0066CB; cursor: pointer;}
.content_list:hover .contentTitle{ color: #0066CB;}
.contentTitle{line-height: 80px; font-size:1.1em; font-weight: bold; white-space: nowrap;overflow: hidden;}
.contents{line-height: 30px; font-size: 1em; color: #333333}
.contentMore{line-height: 30px;}
.contentMore>a{text-decoration:none; color: #0066CB;}

