/*banner start*/
.banner{
    width: 100%;display: block;
}
/*banner end*/

@media (max-width: 767px){
    .content{
        margin: 40px 12px;overflow: hidden;
    }
    .contentLeft{
        width: 100%;border: 1px solid #d8d8d8;border-radius: 20px;float: right;
    }
    .contentRight{
        width: 100%;float: right;
    }
}
@media (min-width: 768px){
    .content{
        width: 768px;margin: 40px auto;overflow: hidden;
    }
    .contentLeft{
        width: 768px;border: 1px solid #d8d8d8;border-radius: 20px;float: right;
    }
    .contentRight{
        width: 768px;float: right;
    }
}
@media (min-width: 992px){
    .content{
        width: 992px;margin: 40px auto;overflow: hidden;
    }
    .contentLeft{
        width: 648px;border: 1px solid #d8d8d8;border-radius: 20px;float: left;
    }
    .contentRight{
        width: 324px;float: right;
    }
}
@media (min-width: 1200px){
    .content{
        width: 1200px;margin: 40px auto;overflow: hidden;
    }
    .contentLeft{
        width: 844px;border: 1px solid #d8d8d8;border-radius: 20px;float: left;
    }
    .contentRight{
        width: 324px;float: right;
    }
}

.contentHead{
    height: 66px;border-bottom: 1px solid #ebebeb;
}
.contentHead h2{
    float: left;height: 100%;margin: 0;
    font: 24px/66px "微软雅黑";color: #333;position: relative;padding-left: 20px;
}
.contentHead h2::after{
    content: '';display: block;width: 8px;height: 20px;background: #2262c6;position: absolute;top: 0;bottom: 0;left: 0;margin: auto;
}
.breadcrumbNav{
    font: 14px/66px "微软雅黑";color: #999;float: right;margin-right: 22px;
}
.breadcrumbNav a{
    color: #999;
}
.toIndex{
    font: 14px/66px "微软雅黑";color: #999;float: right;margin-right: 22px;
}
.newslist li{
    padding: 20px 0;border-bottom: 1px solid #ebebeb;
}
.newslist li a{
    display: block;overflow: hidden;
}
.newslist li a:hover{
    text-decoration: none;
}
.newsImg{
    float: left;width: 240px;height: 180px;
}
@media (max-width: 767px){
    .newsImg{
        float: left;width: 100%;height: auto;margin-bottom: 10px;
    }
    .itemLeft{
        width: 100%;float: right;position: relative;
    }
}
@media (min-width: 768px){
    .itemLeft{
        width: 510px;float: right;position: relative;
    }
}
@media (min-width: 992px){
    .itemLeft{
        width: 390px;float: right;position: relative;
    }
}
@media (min-width: 1200px){
    .itemLeft{
        width: 584px;float: right;position: relative;
    }
}
.newsTit{
    font: 18px/24px "微软雅黑";
    color: #000;margin: 0 0 6px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.newsSummary{
    font: 16px/28px "微软雅黑";color: #666;height: 112px;overflow: hidden;
}
.toDetail{
    font: 14px/14px "微软雅黑";color: #2262c6;position: absolute;right: 0;top: 124px;
}
.newsDate{
    font: 16px/16px "微软雅黑";color: #999;text-align: right;margin-right: 5px;
}
.page{
    padding: 30px 0;text-align: center;font-size: 0;
}
.page a{
    display: inline-block;height: 30px;padding: 0 12px;border-radius: 3px;font: 14px/30px "微软雅黑";color: #fff;background: #b6b6b6;margin: 0 8px;
}
.page a.active,.page a:hover{
    background: #d32323;text-decoration: none;color: #fff;
}

.listClass{
    border: 1px solid #d8d8d8;border-radius: 20px;margin-bottom: 30px;
}
.listClass ul{
    margin-bottom: 0;
}
.listClass li{
    height: 47px;border-bottom: 1px solid #d8d8d8;
}
.listClass li:last-child{
    border-bottom: none;
}
.listClass li a{
    font: 18px/47px "微软雅黑";color: #333;display: block;padding-left: 25px;position: relative;
}
.listClass li a:hover{
    text-decoration: none;
}
.listClass li a.on{
    color: #2262c6;
}
.listClass li a img{
    display: none;top: 0;bottom: 0;left: 0;position: absolute;margin: auto;
}
.listClass li a.on img{
    display: block;
}


.announcement {
    border: 1px solid #d8d8d8;border-radius: 20px;display: none;
}
@media (min-width: 992px){
    .announcement{
        display: block;
    }
}
.announcementList li {
    height: 54px;
    margin-bottom: 14px;
}

.announcementList li a{
    display: block;width: 100%;height: 100%;
}

.announcementList .date {
    width: 56px;
    height: 54px;
    background: url("../images/date_bg.jpg") no-repeat center/cover;
    text-align: center;
    float: left;
}

.announcementList .date p:first-child {
    margin: 0;
    font: 24px/36px "微软雅黑";
    color: #fff;
    height: 36px;
}

.announcementList .date p:first-child + p {
    margin: 0;
    font: 12px/18px "微软雅黑";
    color: #fff;
    background: rgba(0, 0, 0, .1);
}

.announcementTit {
    width: 254px;
    float: right;
    font: 16px/16px "微软雅黑";
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0 14px;
    margin: 0;
}

.announcementSummary {
    width: 254px;
    float: right;
    margin: 0;
    font: 14px/14px "微软雅黑";
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail{
    margin: 0 20px;
}
.detailHead{
    border-bottom: 1px solid #666;margin: 15px 0px ;
}
.detailHead h3{
    font: 24px/64px "微软雅黑";color: #333;margin: 0 auto;line-height: 35px;
}
.detailHead .info{
    font: 16px/16px "微软雅黑";color: #606060;
}
.detailTxt{
    font: 16px/28px "微软雅黑";color: #666;padding: 14px 0;
}
.detailTxt img{
    max-width: 100%;
}