.clr{
    clear: both;
}
ul,li{ padding:0;margin:0;list-style:none}
body{
    margin: 0;
    background: #f9f9f9
}
.top{
    width: 100%;
    min-width: 1220px;
    height: 353px;
    background: url("../images/bg.png") center no-repeat;
    position: relative;
}

.menu_box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.menu{
    width: 1180px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    padding: 10px 20px;
    background-color: #159f53;
}
.main{
    width: 1210px;
    margin: 0 auto;
    padding: 40px 0 20px;
}
.pic_news{
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}
.pic_news .news_box2 {
    width: 590px;
    height: 380px;
}
.pic_news .news_box1 {
    width: 565px;
    height: 350px;
}
.pic_news .news_box3 {
    width: 590px;
    height: 380px;
}
.pic_news .news_box3 img{
    width: 590px;
    height: 380px;
}
.pic_news .news_box2 .title1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    color: #5f5e5e;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid #efefef;
}
.pic_news .news_box2 .title-tit{
    width: 125px;
    height: 46px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    color: black;
}
.pic_news .news_box2 .title-tit1{
     /*position: relative;*/
    /*background: url("../images/titbg.png") left no-repeat;*/
    /*left: -1px;*/
    /*top:-1px;*/
    /*color: white;*/
    color: #49a874;
}
.pic_news .news_box2 .title-tit a{
    color: black;
}
.pic_news .news_box2 .title-tit1 a{
   color: #49a874;
}
.pic_news .news_box1 .tit{
    font-size: 22px;
    color: #49a874;
}
.pic_news .news_box1 .title{
    width: 100%;
    height: 18px;
    display: flex;
    color: #b7b6b6;
    justify-content: space-around;
    position: relative;
    font-size: 14px;

}

.title-more1{
    font-size: 14px;
    margin-right: 25px;
}
.list{
    width: 94%;
    margin: 0 auto;
}
.list1{
    width: 100%;
    margin: 10px auto;

}
.list-top{
    width: 100%;
    padding: 10px 0 5px;
}
.list-top-tit{
    color: #49a874;
    font-size: 20px;
    text-align: center;
    word-wrap:break-word;
}
.list-top-info{
    width: 100%;
    margin-top: 10px;
    word-wrap:break-word;
}
.list ul li{
    display: flex;
    justify-content: space-between ;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px dashed #999898;
  
}
.list ul li>span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list1 ul li{
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #999898;
}
.list1 ul li>span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.time{
    font-size: 13px;
    color: #999898;
}

.news_box{
    width: 1180px;
    margin:25px auto;
}
.news_left{
    width: 227px;
    float: left;
}
.left_head{
    width: 100%;
    height: 56px;
    background: #159f53;
    padding: 7px 14px;
}
.left_head_content{
    width: 227px;
    height: 56px;
    border:1px solid white;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    color: white;
}
.left_body{
    width: 100%;
}

.news_right{
    width: 895px;
    float: right;
}
.right_head{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #c2c2c2;
}
.right_head_title{
    line-height: 70px;
    font-size: 20px;
    color: #159f53;
    float: left;
}
.right_head_content{
    line-height: 70px;
    font-size: 14px;
    float: right;
    color: #737070;
}
.right_body{
    min-height: 500px;
}


.bottom{
    width: 100%;
    height: 120px;
    background-color: #159f53;
}
.bottom > div{
    width: 1220px;
    margin:0 auto;
    color:white;
    text-align: center;
    font-size: 16px;
    line-height: 120px;
}
.bottom > div > a{
    color: white;
    text-decoration: none;
}