@charset "UTF-8";
@import url(reset.css);

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

:root {
    --main_color: #7e1a1d;
    --red: #9a0011;
}

.w1000:after,
.col_temp:after,
.col_list li:after,
.content > ul:after,
.content_w .content,
.content > ul > li:after {
    content: '';
    clear: both;
    display: table;
}

a:hover {
    text-decoration: underline;
}

html {
    min-width: 1000px;
}

.banner {
    /*background: url(congress_banner.gif) no-repeat center top;*/
    /*background: url(/picture/9/2208260658266641482.jpg) no-repeat center top;*/
    width: 100%;
    height: 550px;
}

.nav {
    background: var(--main_color);
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: -4px;
}

.nav li {
    display: inline-block;
    height: 60px;
    position: relative;
}

.nav li > a {
    font-size: 22px;
    height: 22px;
    padding: 0 25px;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.content {
    width: 1000px;
    margin: 30px auto;
}

.headline {
    width: 910px;
    margin: 0 auto;
}

.headline > a {
    display: block;
    text-align: center;
    font-size: 30px;
    color: var(--main_color);
    line-height: 48px;
    margin-bottom: 25px;
}

.headline > p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
    color: #858585;
}

.headline > p a {
    text-indent: 0;
    color: var(--main_color);
}

.slideBox {
    width: 860px;
    height: 590px;
    margin: 20px auto;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    display: none;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 590px;
}

.slideBox .bd img {
    max-width: 100%;
    max-height: 100%;
}

.slideBox .bd li .carousel {
    position: absolute;
    bottom: 0;
    background: var(--main_color);
    padding: 10px 35px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.slideBox .bd li .carousel a {
    font-size: 24px;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.slideBox .bd li .carousel p {
    margin-top: 5px;
    text-indent: 2em;
    line-height: 22px;
    color: #a4a4a4;
    font-size: 12px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    display: block;
    width: 42px;
    height: 69px;
    background: url(congress_01.png) no-repeat;
}

.slideBox .next {
    transform: rotate(180deg);
    left: auto;
    right: 0;
}

.content > ul.headline_list > li {
    width: 100%;
    line-height: 48px;
    font-size: 18px;
}

.content > ul.headline_list > li > a {
    color: var(--main_color);
    width: 860px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content > ul.headline_list > li > span {
    width: 130px;
    float: right;
    text-align: center;
    color: var(--main_color);
}

.content .home_title {
    display: block;
    background: url(congress_02.png) no-repeat;
    height: 48px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 15px auto;
}

.content_w {
    width: 100%;
    background: var(--main_color);
    padding: 15px 0;
}

.content_w .content {
    margin: 0 auto;
}

.slideBox1 {
    width: 550px;
    height: 370px;
    float: left;
    position: relative;
    margin-right: 10px;
}

.slideBox1 .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox1 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox1 .hd ul li {
    float: left;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox1 .hd ul li.on {
    background: var(--main_color);
    color: #fff;
}

.slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    background: var(--main_color);
}

.slideBox1 .bd ul li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox1 .bd > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 370px;
}

.slideBox1 .bd > ul > li > a p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    text-indent: 15px;
    font-size: 18px;
    padding-right: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slideBox1 .bd img {
    max-width: 100%;
    max-height: 100%;
}

.slideBox1 .bd li .carousel {
    position: absolute;
    bottom: 0;
    background: var(--main_color);
    padding: 10px 35px;
}

.slideBox1 .bd li .carousel a {
    font-size: 24px;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.slideBox1 .bd li .carousel p {
    margin-top: 5px;
    text-indent: 2em;
    line-height: 22px;
    color: #a4a4a4;
    font-size: 12px;
}

.content_w .content > ul {
    width: 430px;
    float: left;
}

.content_w .content > ul > li > a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 55px;
    color: #FFFFFF;
    padding: 0 10px;
    width: 100%;
}

.content_w .content > ul > li > a:hover {
    background: #8b3134;
    text-decoration: none;
}

.content .sub_title {
    display: block;
    background: url(congress_03.png) no-repeat left;
    height: 109px;
    color: var(--main_color);
    font-size: 36px;
    line-height: 155px;
    text-indent: 31px;
    letter-spacing: 2px;
    font-weight: bold;
}

.content .sub_title:hover {
    text-decoration: none;
}

.content .sec_list,
.content .sec_list_pic {
    width: 910px;
    margin: 20px auto;
}

.content .sec_list a {
    width: 800px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.content .sec_list span {
    float: right;
}

.content .sec_list a,
.content .sec_list span {
    color: #000000;
    font-size: 16px;
    line-height: 36px;
}

.content .sec_list_pic li {
    width: 283px;
    margin: 10px;
    float: left;
}

.content .sec_list_pic li img {
    width: 283px;
    height: 65px;
    display: block;
}

/* 栏目页、文章页样式 */
.col_list {
    width: 100%;
    margin: 0 auto;
    float: none;
}

.col_list li {
    border-bottom: 1px dashed var(--main_color);
    margin-top: 15px;
    padding-bottom: 15px;
}

.col_list li:last-child {
    margin-bottom: 30px;
}

.col_pic {
    margin: 0 auto;
}

.col_pic li {
    width: 303px;
    margin: 20px 15px 0;
}

.col_list li span {
    display: block;
    line-height: 30px;
    color: #666666;
    width: 100%;
    text-align: right;
}

.col_pic li img {
    width: 293px;
    height: 220px;
}

.col_list li p {
    color: #666666;
    text-indent: 2em;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
}

.col_list li p img {
    float: left;
    width: 220px;
    margin-right: 30px;
}

.col_list li p a {
    color: var(--main_color);
    margin-left: 15px;
}

.col_list li a.title {
    color: var(--main_color);
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    line-height: 30px;
    margin-bottom: 15px;
}

.learning {
    width: 964px;
    margin: 30px auto 0;
}

.learning li {
    width: 225px;
    height: 190px;
    float: left;
    margin: 10px 5px;
}

.learning li img {
    width: 100%;
    height: 140px;
    border: 3px solid #ffffff;
    border-radius: 5px;
}

.learning li span {
    display: block;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 三级子栏目 */
.col_temp {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.col_temp li {
    float: left;
}

.col_temp li a {
    display: block;
    float: left;
    padding: 10px;
    border: 1px solid var(--main_color);
    border-radius: 15px;
    margin-right: 13px;
    font-size: 17px;
    margin-bottom: 15px;
}

.col_temp li a.on,
.col_temp li a:hover {
    background: var(--main_color);
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.footer {
    border-top: 10px solid var(--main_color);
}

.default_pgToolbar {
    width: 1000px;
    margin: 0 auto !important;
}

.content .cont_red {
    background: none;
}

.dqwz {
    background-image: url(dqwz.png);
    height: 30px;
    line-height: 30px;
}

.video {
    object-fit: fill
}

.article .title {
    color: var(--main_color);
}

@media screen and (max-width: 750px) {
    .nav {
        margin-top: -15px;
    }
}