.w1200 {
    width: 1200px;
    margin: auto;
}

.header_box .logo_box img {
    height: 100px;
}

.header_box .nav_box {
    background: #C60313;
}

.header_box .nav_box .nav {
    overflow: hidden;
}

.header_box .nav_box a {
    height: 50px;
    display: block;
    float: left;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 20px;
    cursor: pointer;
}

.header_box .nav_box a:hover {
    background: #e9940e;
    color: #fff
}

.header_box .nav_box .active {
    background: #e9940e;
    color: #fff
}

.main_box {
    padding: 30px 0px
}

.main_box .item_box {
    overflow: hidden;
}

.main_box .item_box .item_div {
    width: 32%;
    float: left;
}

.main_box .item_box .item_div:nth-child(2) {
    margin: 0px 2%;
}

.main_box .item_box .item_div .tit_box {
    background: #EEEEEE;
    padding: 10px 0px;
    color: #CA0313;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    height: 55px;
}

.main_box .item_box .item_div .tit_box img {
    height: 30px;
    margin: 0px 5px;
}

.main_box .item_box .item_div .tit_box .more {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background: #CA0313;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    width: 55px;
    text-align: center;
    line-height: 55px;
}

.main_box .item_box video {
    width: 100%;
    height: 260px;
    background: #eee;
    margin-top: 15px;
}

.main_box .item_box ul {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0px;
}

.main_box .item_box ul li {
    list-style: none;
    cursor: pointer
}

.main_box .new_box .title {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.main_box .new_box .desc {
    color: #999;
    font-size: 14px;
    text-indent: 2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
 
}
.main_box .gonggao_box ul {
    background: #eee; 
    padding-bottom: 10px;
}

.main_box .gonggao_box li {
    padding: 10px;
    box-sizing: border-box;
    height: 30px;
}

.main_box .gonggao_box li a {
    display: block;
    overflow: hidden;
}

.main_box .gonggao_box li a span {
    background: #CA0313;
    color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    float: left;
}

.main_box .gonggao_box li a .desc {
    width: calc(100% - 30px);
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: 14px;
    margin: 0px;
}

.newlist {
    margin-top: 30px
}

.newlist .tit_box {
    background: #EEEEEE;
    padding: 10px 0px;
    color: #CA0313;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    height: 55px;
}

.newlist .tit_box img {
    height: 30px;
    margin: 0px 5px;
}

.newlist .tit_box .more {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background: #CA0313;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    width: 55px;
    text-align: center;
    line-height: 55px;
}

.newlist .new_item {
    overflow: hidden;
    margin-top: 15px;
}

.newlist .new_item a {
    display: block;
    width: 32%;
    float: left;
    cursor: pointer
}

.newlist .new_item a:nth-child(2n) {
    margin: 0px 2%
}

.newlist .new_item a img {
    width: 100%;
    height: 200px;
}

.newlist .new_item a .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 5px;
    text-indent: 2rem;
    color: #666;
    font-weight: 550;
    font-size: 14px;
}


.table_box {
    margin-top: 30px
}

.table_box .tit_box {
    background: #EEEEEE;
    padding: 10px 0px;
    color: #CA0313;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    height: 55px;
}

.table_box .tit_box .tab_box span {
    margin-left: 20px;
    color: #000;
    cursor: pointer
}

.table_box .tit_box .tab_box .active {
    color: #CA0313;
}

.table_box .tit_box .more {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background: #CA0313;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    width: 55px;
    text-align: center;
    line-height: 55px;
}

.table_box .tablist a {
    overflow: hidden;
    display: block;
    margin-top: 15px;
    cursor: pointer
}

.table_box .tablist a img {
    width: 100px;
    height: 80px;
    background: #eee;
    float: left;
}

.table_box .tablist a .r {
    float: right;
    width: calc(100% - 115px);
}

.table_box .tablist a .r .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
}

.table_box .tablist a .r .desc {
    margin-bottom: 0px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    text-indent: 2rem;
}

.tiyu_box {
    overflow: hidden;
    margin-top: 20px;
}

.tiyu_box a {
    display: block;
    float: left;
    height: 200px;
}

.tiyu_box a:nth-child(3n-1) {
    margin: 0px 2%;
}

.tiyu_box a img {
    width: 100%;
    height: 100%;
}

.footer_box {
    background: #CA0313;
    padding: 20px;
}

.footer_box .w1200 {
    overflow: hidden;
    text-align: center;
    align-items: center;
}

.footer_box .w1200 .l,
.r {
    display: inline-block;
    color: #fff;
    border-left: 1px solid rgba(224, 219, 219, 0.5);
    padding: 20px;
    height: 100px;
    vertical-align: middle;
    text-align: left
}

.footer_box a {
    color: #fff
}