/* CSS Document */
body{
	background-color: #f9f9f9;
}



/*****main_body*********************/

.main_body{
	margin: auto;
	width: 1200px;
}
.main_body .tit_lan{
    margin: auto;
    margin-top: 35px;
    width: 100%;
    height: auto;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #a50607;
    overflow: hidden;
}
.main_body .topinfo{
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    min-height: 265px;
    color: #6d6d6d;
    /*overflow: hidden;*/
}


/*****************************/
#featureContainer {
	margin: 0px auto;
	width: 1200px;
}

#wrap {
	overflow: hidden
}

#load {
	background-image: url(../img/loader32x32.gif);
	order: #999 0px dotted;
	text-indent: -9999px;
	margin: 0px auto;
	width: 1200px;
	display: none;
	background-repeat:  no-repeat;
	background-position:  center 50%;
	height: 100px;
}

#feature {
	POSITION: relative;
	MARGIN: 0px;
}

#feature .button {
	POSITION: absolute;
	WIDTH: 1200px;
	TOP: 72px;
	LEFT: 0px
}

#feature .prev {
	TEXT-INDENT: -9999px;
	WIDTH: 18px;
	DISPLAY: block;
	BACKGROUND: url(../img/news_jt_10.jpg) center top;
	FLOAT: left;
	HEIGHT: 34px;
    margin-top: -250px;
    margin-left: -40px;
    POSITION: absolute;
}

#feature .next {
	TEXT-INDENT: -9999px;
	WIDTH: 18px;
	DISPLAY: block;
	BACKGROUND: url(../img/news_jt_13.jpg) center top;
	FLOAT: right;
	HEIGHT: 34px;
	margin-top: -250px;
    margin-left: 1220px;
    POSITION: absolute;
}


.featureUL {
	POSITION: relative;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
    width: auto;
	FLOAT: left;
	LEFT: 0px;
}

.featureUL  li.featureBox {
	/*BACKGROUND-IMAGE: url(../img/bg-featurebox.jpg);*/
	WIDTH: 370px;
	BACKGROUND-REPEAT: no-repeat;
	FLOAT: left;
	HEIGHT: 400px;
	OVERFLOW: hidden;
    /*padding-left: 13px;*/
    padding-right: 44px;
}
.featureUL  li.featureBox .box a img{
	WIDTH: 370px;
	HEIGHT: 250px;
}
.featureUL  li.featureBox .box .cons{
    margin-top: 15px;
    WIDTH: 322px;
	HEIGHT: 70px;
    line-height: 22px;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 12px;
    color: #6d6d6d;
    word-break:break-all;
    overflow: hidden;
}

#botton-scroll {
	Z-INDEX: 0;
	MARGIN: 0px auto;
	WIDTH: 1200px;
	FLOAT: left;
	HEIGHT: 350px;
}

#block {
	Z-INDEX: 0;
	POSITION: relative;
	PADDING-BOTTOM: 20px;
	MARGIN: 0px auto;
	WIDTH: 1200px;
	HEIGHT: 350px;
	OVERFLOW: hidden;
}

#block .box {
	WIDTH: 414px;
	FLOAT: left;
	HEIGHT: 350px;
}

#block .box .feature-title {
	FONT-SIZE: 140%;
	FONT-WEIGHT: normal
}

#block .box .feature-thumb {
	WIDTH: 240px;
	MARGIN-BOTTOM: 5px;
	FLOAT: left;
	HEIGHT: 150px
}










.main_body .con_lists{
    /*margin-bottom: 35px;*/
    width: 100%;
    height: auto;
    min-height: 150px;
    overflow: hidden;
}

.main_body .con_lists ul{
    background-color: #fff;
}
.main_body .con_lists ul li{
    width: 100%;
    height: auto;
    min-height: 175px;
    margin-bottom: 12px;
    border-bottom: #d4d4d6 3px solid;
    
    overflow: hidden;
}
.main_body .con_lists ul li:hover{
     border-bottom: #e0190f 3px solid;
}
.main_body .con_lists ul li .times{
    float: left;
    margin-left: 25px;
    margin-top: 20px;
    width: 110px;
    height: 92px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}
.main_body .con_lists ul li .times span{
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 36px;
    color: #b80000;
    border-bottom: #f0f0f0 1px solid;
    
}
.main_body .con_lists ul li .pic_box{
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    width: 198px;
    height: 132px;
    overflow: hidden;
}
.main_body .con_lists ul li .pic_box img{
    width: 198px;
    height: 132px;
}
.main_body .con_lists ul li .cons_box{
    float: left;
    margin-left: 20px;
    width: 782px;
    height: 132px;
    overflow: hidden;
}

.main_body .con_lists ul li .cons_box .titles{
    margin-top: 20px;
    width: 782px;
    height: 35px;
    line-height: 25px;
    font-size: 16px;
    color: #6d6d6d;
    font-weight: bold;
    overflow: hidden;
}
.main_body .con_lists ul li .cons_box .titles a{
    color: #6d6d6d;
    text-decoration: none;
}
.main_body .con_lists ul li:hover .cons_box .titles a{
     /*color: #b80000;*/
}
.main_body .con_lists ul li .cons_box .infos{
    margin: auto;
    width: 782px;
    height: 100px;
    line-height:25px;
    font-size: 14px;
    color: #6d6d6d;
    overflow: hidden;
}

.main_body .con_lists ul li .cons_box .infos a{
	color: #b80000;
	text-decoration: none;
}




