.bodyimg{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
}
/*新闻开始*/
.news{
    width: 937px;
    height: 375px;
    margin: 0 auto;
}
.news_head{
    width: 1200px;
    height: 90px;
}
.news_head img{
    position: absolute;
    width: 237px;
    height: 41px;
    top:20%;
    left:40%;
}

/*中部新闻内容*/
.news_big{
    width: 840px;
    height: 100%;


    margin:0 auto;
}
.news_left{
    width: 180px;
    height: 100%;
    padding-top: 26px;
}
.left__title1{

}
.news_left_big li{
  //  font-weight: bold;
    color: white;
}
.news_left_big li:nth-child(1){
    width: 100%;
    height: 30px;
    line-height: 30px;

    background-color: #702d3e;
    text-align: center;
}
.news_left_big li:nth-child(2){
    width: 100%;
    height: 110px;

}
.news_left_big li:nth-child(3){
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #8f6f23;
    text-align: center;
}
.news_left_big li:nth-child(4){
    width: 100%;
    height: 110px;

}
.news_left_big li img{
    width: 100%;
    height: 100%;
}
.group_news{
    width: 640px;
    height: 100%;

// padding-left: 150px;
}
.more{
    width: 100%;
    height: 26px;
    /*border-bottom: 1px solid #6E050C;*/
    padding-bottom: 2px;
    margin-top: -1px;

}

.more span:first-child{
    color:#fff;
    float: left;
    width: 90px;
    text-align: center;
    height: 28px;
    line-height:28px;
    font-size: 14px;
    background-color: #702d3e;
    border-radius:10px 0px;

}
.autobox{
    width: 100%;
    height: 100%;
   // border:1px solid #6E050C;

    border-top:1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #f7f7f7;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px -2px 0px #ccc inset;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 10px;
    margin-top: -1px;

}
.news_dl{
    padding-left:20px;
    padding-right: 20px;
}
.news_dl h3{
   margin:12px 0 12px 0;
    text-align: center;
}
.news_dl .sp1{
    display: block;
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 5px;
}
.news_dl .transverseline{
    width: 100%;
    height: 2px;
    background: url("../images/sh_line.gif") repeat-x bottom;
}


.nothing{
    width: 100%;
    height: 30px;
}
/*新闻结束*/
.img2{
    width: 1200px;
    height: 85px;
    background: url("../images/about/about-1200_24.jpg") no-repeat;

}

.img3{
    width: 1200px;
    height: 85px;
    background: url("../images/about/about-1200_10.jpg") no-repeat;
}


