
/*forum img-nav by zhuqx*/
.about_banner_forum{height: 390px;}
.about_forum_nav{background: #FFFFFF; height: 100px;}
.about_forum{background: #f4f6f8;}
#iframe{width: 1172px; margin: 0 auto;padding: 34px 0px 0px;}
/*.about_forum{margin-bottom: 50px;background: #FFF}*/
.forum_list {width: 100%; overflow: hidden;height: 93px;}
.forum_list > ul > li{float:left; list-style:none; width: 300px;}
.forum_list > ul > li:nth-child(odd) > a > img:first-child {
	position: relative;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 19px;
    cursor: pointer;  
    display:block;  
    float:left; 
}
.forum_list > ul > li:nth-child(odd) > a > img+img {
	position: absolute;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 91px;
	padding-bottom: 0px;
    cursor: pointer;  
    display:block;  
    float:left; 
}
.forum_list > ul > li:nth-child(even) {
	margin: 24px 0px;
	width: 1px;
	height: 44px;
	border-right: 1px solid #ededed;
}
.forum_title {
	position: absolute;
	padding-left:90px;
	padding-top: 25px;
    font-size: 20px; 
    font-weight:540;
    display: block;
    cursor: pointer;
    color: #666666;
}

.forum_show {
	position: absolute;
	padding-left:90px;
	padding-top: 54px;
    font-size: 15px; 
    display: block;
    cursor: pointer;
    color: #8c8c8c;
    
}