/*yhw-add-sq*/
* {
    padding: 0;
    margin: 0;
    list-style: none;

}


.new_banner {
    width: 100%;
    height: 235px;
    background: url('/static/images/announcement/newbanner.png') no-repeat;
}

.new_banner {
    text-align: center;
}

.new_banner p:nth-child(1) {
    font-size: 35px;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 22px;
}

.new_banner p:nth-child(2) {
    font-size: 16px;
    color: #ffffff;
}

.new2_list {
    width: 1200px;
    margin: 62px auto 0;
    min-height: 1300px;
}

.new2_list_left {
    width: 795px;
    float: left;
}

.calendar {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    color: #b0b0b0;
    text-align: center;
    border-radius: 8px;
    padding-top: 21px;
    float: left;

}

.calendar span {
    color: #bfbfbf;
    font-size: 30px;
}

.new2_list_right {
    float: right;
    width: 360px;
    height: 836px;
    background-color: #fafafa;
}

.new2_list_content {
    float: left;
    margin-left: 20px;
    width: 666px;
}

.new2_list_title p:nth-child(1) {
    font-weight: bolder;

}

.new2_list_title p:nth-child(2){
    color: #cccccc;
    font-size: 14px;
    margin-top: 10px;
}

.read_number {
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    /* display: block; */
    /* background-color: red; */
}

.new2_text {
    color: #cccccc;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 35px 0 27px;
    -webkit-box-orient: vertical;
    height: 38px;
}

.read_info button {
    width: 100px;
    height: 35px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    background-color: #0b3c7d;
    font-size: 14px;
    cursor: pointer;
}

.new2_list_part {
    border-bottom: 1px solid #cccccc;
    height: 259px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.new2_right_top,
.new2_right_bottom {
    width: 311px;
    margin: 0 auto;
}

.new2_right_bottom a:link {
    color: #3e2900;
    text-decoration: none;
}
.new2_right_bottom a:visited {
    color: #3e2900;
    text-decoration: none;
}
.new2_right_bottom a:hover {
    color: #3e2900;
    text-decoration: underline;
}


.new2_right_top p {
    float: left;
}

.new2_right_top span {
    float: right;
    color: #a7a7a7;
}

.new2_right_top li {
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px dashed #a7a7a7;
}

.new2_right_top li:nth-child(1) {
    border-bottom: 1px solid #a7a7a7;
    font-weight: bolder;
    height: 67px;
    line-height: 87px;
    position: relative;

}

.border {
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 2px solid #0b3c7d;
    width: 40px;
    display: block;
    /* background-color: red; */
    /* color: #0b3c7d; */
}

.new2_right_bottom {
    margin-top: 74px;
}

.new2_right_bottom li {
    width: 100%;
    height: 58px;
    padding-top: 10px;
    font-size: 14px;
    border-bottom: 1px dashed #a7a7a7;

}

.new2_right_bottom li img {
    float: left;
    margin-right: 8px;
    margin-top: 8px;
    /* background-color: red; */
}

.new2_right_bottom li div {
    float: left;
    width: 85%;
    padding-top: 8px;
}

.new2_right_bottom li div p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new2_right_bottom li div span {
    color: #cccccc;
}

.new2_right_bottom li:nth-child(1) {
    border-bottom: 1px solid #a7a7a7;
    font-weight: bolder;
    height: 67px;
    position: relative;
    line-height: 87px;
}

/* 新闻详情 */
.new3_box {
    width: 100%;
    height: 47px;
    background-color: #f3f5f7;
    line-height: 47px;
}

.new3_box>div {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #333333;
}

.new3_box span {
    color: #a7a7a7;
}

.new3_content {
    float: left;
    width: 880px;

}
.new3_content h2{
    text-align: center;
    margin: 50px 0;
}

.new_info {
    width: 1200px;
    margin: 0 auto;
}

.new3_list {
    height: 551px;
    background-color: #fafafa;
    width: 304px;
    float: right;
}
.new3_detail{
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    width: 870px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.new3_detail_right{
    float: right;
    width: 133px;
}
.new3_detail_right li{
    width: 16px;
    height: 16px;
    float: right;
    margin-left: 7px;
}
.new3_detail_left{
    float: left;
}
.new3_detail_left span,.new3_detail_left i{
    color: #a9a9a9;
    font-size: 14px;
}
.btn_zan{
    width: 91px;
    height: 35px;
    background-color:#0b3c7d ;
    float: right;
    margin-right: 26px;
    border: none;
    outline: none;
    line-height: 26px;
    border-radius: 4px;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
    margin-top: 40px;
}
.btn_zan img{
    padding-left: 4px;
}
.new3_list{
    margin-top: 53px;
}
.new3_right_bottom{
    width: 90%;
    margin: 0 auto;
}
.new3_right_bottom li {
    width: 100%;
    height: 58px;
    padding-top: 10px;
    font-size: 14px;
    border-bottom: 1px dashed #a7a7a7;

}

.new3_right_bottom li img {
    float: left;
    margin-right: 8px;
    margin-top: 8px;
    /* background-color: red; */
}

.new3_right_bottom li div {
    float: left;
    width: 85%;
    padding-top: 8px;
}

.new3_right_bottom li div p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new3_right_bottom li div span {
    color: #cccccc;
}

.new3_right_bottom li:nth-child(1) {
    border-bottom: 1px solid #a7a7a7;
    font-weight: bolder;
    height: 67px;
    position: relative;
    line-height: 87px;
}
.news3_info{
    color: #5a5a5a;
}
.Enclosure{
    width: 100%;
    color: #5a5a5a;
    margin: 20px 0;

}
.Enclosure p{
    float: left;
}
.Enclosure ul{
    float: left;
}
.myPagediv{
    text-align: center;
}
.spage-total{display: inline-block;margin-right: 20px;line-height: 35px;color: #666;font-size:14px;}
.spage-number{display: inline-block;color: #666;font-size:14px;}
.spage-number span{position: relative;box-sizing: border-box;display: inline-block;margin-left:-1px;padding: 0px 12px;line-height: 30px;border:1px solid #ddd;text-align: center;transition: all .2s;cursor: pointer;margin: 4px;}
.spage-number span.active{background: #2d98e6;color: #fff;border-color:#2d98e6;z-index: 3;}
.spage-number span.active:hover{background: #2d98e6;color: #fff;border-color:#2d98e6;z-index: 3;}
.spage-number span:hover{background-color: #eee;}
.spage-number span.span-disabled{cursor: not-allowed;color: #ccc;}
.spage-skip{display: inline-block;margin-left: 20px;line-height: 35px;color: #666;font-size:14px;}
.spage-skip input{box-sizing: border-box;display: inline-block;width: 45px;height: 35px;line-height: 35px;text-align: center;vertical-align: top;border:1px solid #ddd;outline: none;transition: all .2s;}
.spage-skip input:focus{border-color: #2d98e6;}
.spage-skip span{display: inline-block;padding: 0px 14px;line-height: 33px;vertical-align: top;color: #666;outline: none;border:1px solid #ddd;cursor: pointer;transition: all .2s;}
.spage-skip span:hover{background: #2d98e6;color: #fff;border:1px solid #2d98e6;}
.myPagediv{
    text-align: center;
}