.content{
    width: 850px;
}
.content .layui-carousel{
    width: 850px;
    height: 450px;
    background: #aaa;
}
.content .layui-carousel a{
    background: #aaa;
    width: 850px;
    height: 450px;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
}
.content .layui-carousel a img{
    height: 100%;
    width: auto;
}
.content .layui-carousel a p{
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    padding: 15px 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.content .layui-carousel-ind{
    text-align: right;
}
.content .layui-carousel-ind ul{
    background: none;
}

.content .pannel .title{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #1C7636;
    line-height: 54px;
}
.content .pannel .title i{
    color: #1C7636;
    margin-right: 5px;
}
.content .pannel .title .more{
    font-size: 12px;
    color: #ccc;
    float: right;
    font-weight: normal;
}

.content .pannel .item{
    background: #fff;
    padding: 0 20px;
    height: 430px;
    width: 380px;
    overflow: hidden;
}
.content .pannel .item .cont a{
    display: block;
    margin-top: 25px;
}
.content .pannel .item .cont a.lr{
    border: none;
    padding: 0;
    margin-top: 18px;
}
.content .pannel .item .cont a .p{
    border-left: 2px solid #8EC31F;
    padding-left: 7px;
}
.content .pannel .item .cont a .date{
    color: #c3c3c3;
    font-size: 12px;
    margin-top: 10px;
    padding-left: 9px;
}
.content .pannel .item .cont a .icon{
    width: 150px;
    height: 112px;
    background: #aaa;
    overflow: hidden;
}
.content .pannel .item .cont a .desc{
    width: 220px;
    height: 112px;
    text-align: justify;
}
.content .pannel .item .cont a .desc .t{
    font-size: 18px;
    font-weight: bold;
}
.content .pannel .item .cont a .desc .d{
    color: #666;
    font-size: 14px;
    margin-top: 15px;
    height: 30px;
    line-height: 15px;
}
.content .pannel .item .cont a .desc .date{
    color: #C3C3C3;
    font-size: 12px;
    margin-top: 15px;
    padding: 0;
}
.content .pannel .item .cont a .desc .date span{
    margin-right: 10px;
}

.content .p10 .fr .cont a .p{
    padding: 0;
    border: 0;
    margin-top: 10px;
}
.content .p10 .fr .cont a{
    width: 180px;
    float: left;
}
.content .p10 .fr .cont a:nth-child(2n){
    float: right;
}
.content .p10 .fr .cont a .icon{
    width: 180px;
    height: 125px;
}


.rightside{
    width: 310px;
}

.rightside .pannel{
    background: #fff;
    padding: 0 18px;
}

.rightside .pannel .title{
    border-bottom: 2px solid #1C7636;
}
.rightside .pannel .title span{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-left: 6px solid #1C7636;
    padding-left: 10px;
    line-height: 24px;
    margin: 12px 0;
}
.rightside .pannel .title .more{
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
    line-height: 24px;
    margin: 12px 0;
    float: right;
}

.rightside .p1 .cont{
    padding: 17px 0 18px;
    min-height: 365px;
}
.rightside .p1 .cont a{
    display: block;
    margin-top: 15px;
}
.rightside .p1 .cont a:first-child{
    margin-top: 0;
}
.rightside .p1 .cont a .icon{
    width: 108px;
    height: 80px;
    background: #aaa;
    overflow: hidden;
}
.rightside .p1 .cont a .desc{
    width: 154px;
}
.rightside .p1 .cont a .desc .t{
    line-height: 24px;
    height: 48px;
}
.rightside .p1 .cont a .desc .date{
    color: #C3C3C3;
    font-size: 12px;
    margin-top: 12px;
}

.rightside .p2 .cont{
    padding: 15px 0 22px;
}
.rightside .p2 .cont a{
    display: block;
    line-height: 18px;
    margin-top: 17px;
}
.rightside .p2 .cont a:first-child{
    margin-top: 0;
}
.rightside .p2 .cont a .n{
    background: #CCCCCC;
    color: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
}
.rightside .p2 .cont a:nth-child(-n+3) .n{
    background: #FF7E15;
}

.rightside .p3 .cont{
    padding: 20px 0 19px;
}
.rightside .p3 .cont a{
    display: block;
    width: calc(50% - 2px);
    height: 45px;
    line-height: 43px;
    border: 1px solid #DDD;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.rightside .p3 .cont a:nth-child(2n){
    border-left: none;
}

.rightside .advert{
    width: 100%;
    height: 204px;
    line-height: 205px;
    background: #AACCB4;
    text-align: center;
}
