.Middle{padding: 0 6px;}
/*公告*/
.Notice{
    padding: 12px 10px;
}

.Notice .Notice-1{
    line-height:16px;
    border-radius: 20px;
    padding: 10px 16px 10px 14px;
    background: #fff;
}
.scrollDiv{
    height: 16px;
    overflow:hidden;
    padding: 0 6px;
    width: calc(84% - 84px);
}
.scrollDiv li{height:16px;} 
.scrollDiv li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #3e3e3e;
}

.Notice .Notice-1 .icon-laba-copy{
    font-size: 16px;
    margin-right: 6px;
}
.Notice .Notice-1 p{
    font-size: 14px;
}


.Notice .Notice-1 .fr{
    border-left: 1px #ddd solid;
    text-align: right;
    width: 16%;
}

/*pic-box*/
.imgBox{
    border: 2px solid #648720;
    margin-bottom: 6px;
}
.imgBox2{
    border: 2px solid #DF9A49;
}
.Middle .imgBox-1{
    width: 33.3333%;
    height: 180px;
    float: left;
    
}
.imgBox-1 a{
    display: block;
    height: 100%;
    position: relative;
    border: 2px solid #648720;
}
.list2 .imgBox-1 a{border: 2px solid #DF9A49;}
.imgBox-1 .img{
    height: calc(100% - 44px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    
}
.title1{
    padding: 4px 8px 6px;
    background: #648720;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.imgBox .list2 .title1{background: #DF9A49;}
.Middle li:nth-child(2) .title1{
    bottom: inherit;
    top: 0;
}
.Middle li:nth-child(2) .img{margin-top: 44px; background-position: bottom;}
.imgBox .title1 h2{
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.imgBox font{color: #9BE76D;}
.imgBox .list2 font{color: #864206}
.imgBox .title1 h4{
    color: #FFC869;
    font-size: 12px;
}
.imgBox .list2 .title1 h4{color: #39552A;}


        /*box2*/
.box2{
    height: 190px;
    background: #F9FFFF;
    margin-bottom: 6px;
}

.box2 img{
    width: 70%;
}
.box2 a{color: #333;}
.box2 .box2-1 li{
    text-align: center;
    font-size: 15px;
    float: left;
    width: 25%;
    height: 95px;
    border-right: #E8E8E8 solid 1px;
}
.box2 .box2-1 p{
    margin-top: -3px;
}



.box2 .box2-2 li{
    text-align: center;
    font-size: 15px;
    float: left;
    width: 25%;
    border-right: #E8E8E8 solid 1px;
    border-top: #E8E8E8 solid 1px;
    height: 95px;
}

.box2 .box2-2 p{
    margin-top: -3px;
}

/*联系方式*/
.address{
    line-height: 15px;
    padding-bottom: 65px;
}

.address .address-1{
    text-align: center;
    margin-top: 10px;
    height: 20px;
}

.address .iconfont{
    margin: 0 2px 0 8px;
    font-size: 10px;
}


.address .address-2{
    margin-top: 15px;
    line-height: 15px;
}


.address .address-2 p{
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

@media (max-width: 320px) {
    .Middle .imgBox-1{height: 160px;}
    .imgBox .title1 h4{font-size: 10px;}
}
