/* CSS Document */
body{
	background-color: #f9f9f9;
}



/*****main_body*********************/

.main_body{
	margin: auto;
	width: 1200px;
}
.main_body .culture_sh_topinfo{
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
    height: auto;
    min-height: 150px;
    line-height: 200%;
    font-size: 16px;
    color: #6d6d6d;
	text-indent: 2em;
    overflow: hidden;
}

.main_body .con_lists{
    margin-top: 35px;
    /*margin-bottom: 35px;*/
    width: 100%;
    height: auto;
    min-height: 150px;
    overflow: hidden;
}

.main_body .con_lists ul{
    
}
.main_body .con_lists ul li{
    width: 100%;
    height: auto;
    min-height: 248px;
    margin-bottom: 12px;
    overflow: hidden;
}
.main_body .con_lists ul li div:first-child{
	 margin-right: 12px;
}
.main_body .con_lists ul li .pic_box{
    float: left;
    margin-left: 0px;
   
    width: 536px;
    height: 246px;
    overflow: hidden;
}
.main_body .con_lists ul li .cons_box{
    float: left;
    width: 650px;
    height: 246px;
    background-color: #f2f2f2;
    overflow: hidden;
}

.main_body .con_lists ul li .cons_box .titles{
    margin: auto;
    margin-top: 36px;
    margin-bottom: 24px;
    width: 470px;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    color: #4c4c4c;
    overflow: hidden;
}
.main_body .con_lists ul li .cons_box .infos{
    margin: auto;
    width: 470px;
    height: 115px;
    line-height:150%;
    font-size: 16px;
    color: #6d6d6d;
    overflow: hidden;
    
}






