.footer {
    margin: 0;
    padding: 0;
    margin-top: 0px;
    width: 100%;
    background: url("../img/footer_bg.png") no-repeat center top;

    background-size: 100% 185px;
    height: 185px;
}

.foot_con {

    overflow: hidden;
    margin: 0 auto;
    width: 1200PX;
    height: auto;
    max-width: 100%;
    padding-top: 39px
}

.f_link {
    height: 115px;
    float: left;
    font-size: 17px;
    color: #fff;
    margin-left: 111px;
}

.f_link dt {
    float: left;
    border-right: solid 1px #990201;
    height: 70px;
    line-height: 30px;
    color: #fff;
    font-size: 17px;
    font-family: "Microsoft Yahei";
    cursor: pointer;
    padding-right: 10px;
    margin-right: 10px;
}

.f_link dd {
    margin-left: 88px;
    line-height: 30px;
    width: 360px;

}

.f_link dd a {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.f_message {
    float: left;
    margin-left: 28%;
}

.f_message dt {
    float: left;
}

.f_message dd {
    float: left;
    border-left: solid 1px #990201;
    height: 88px;
    line-height: 30px;
    padding-left: 25px;
    margin-left: 25px;
    color: #fff;
}

.foot_con ul {
    float: right;
    height: 70px;
    border-left: solid 1px #990201;
    padding-left: 25px;
    margin-left: -1px;
}

.foot_con ul li {
    float: left;
    width: 43px;
    height: 43px;
    margin: 15px 10px;
}

.foot_con ul li a {
    background: url(../img/weibo.png) no-repeat;
    width: 43px;
    height: 43px;
    display: inline-block;
    text-indent: -9999px;
    float: left;
}

.foot_con ul li a#wxpic {
    background-position: 0px 0px;
}

.foot_con ul li a#weibo {
    background-position: right 0px;
}

/* 通知 */
.pagecontainer {
    max-width: 1200px;
    margin: 0 auto;

}

.page4 {
    max-width: 1200px;
    width: 100%;
    height: auto;
    /* border-top: #9f2731 solid 2px; */
    padding-top: 30px;
    margin: 0 auto;
    padding-bottom: 8px;
}

.activity {
    display: inline-block;
    width: 47%;
    height: auto;

}

.list img {
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bb1 {
    display: inline-block;
    font-size: 22px;
    color: #c60000;
}

.lianjie {
    /* display: inline-block; */
    width: 50%;
    height: auto;
    float: right;
    margin-left: 3%;

}

.topic-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    max-width: 1200px;
    margin: 0 auto;


}

.activity .list {
    width: 100%;
    height: 19%;

}

.topic-list li {
    border: #ece1de solid 1px;
    border-radius: 0 0 4px 4px;
    width: 23%;
    height: 329px;
    margin: 0 8px 12px 0;


}

.topic-list li span {
    display: block;
    width: 100%;

    height: 100%;
    overflow: hidden;
}

.topic-list li a {
    position: relative;
    display: block;

    height: 49%;
}

.topic-list li a:before {
    content: '';
    width: 0;
    height: 0;
    border: 1px solid #dadada;
    left: 50%;
    top: 50%;
    z-index: 10;
    display: block;
    position: absolute;
    background: url(../images/link.png) no-repeat center center;
    transition: all 0.3s ease
}

.topic-list li:hover a:before {
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
}

.topic-list li a span img {
    width: 100%;
    height: 160px;
}

.topic-list li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease
}

.topic-list li:hover a:after {
    z-index: 100px;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=5);

}

.listTitle06 {
    margin: 50px 0 25px;
}


/* lianjie */
.links {
    width: 100%;
    float: right;
    margin-left: 2px;
}

.link-title {
    font-size: 16px;
    margin-top: -2px;
}

.link-title img {
    margin-right: 10px;
}

.links ul {
    margin-top: 12px;
}

.links ul li {
    width: 84%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #ffffff;
    margin: 32px 0;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    background-size: 100%;
    position: relative;

}

.links ul li .zz {
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.links ul li:nth-of-type(1) {
    background: url("../images/link1.png") no-repeat;
}

.links ul li:nth-of-type(2) {
    background: url("../images/link2.png") no-repeat;
}

.links ul li:nth-of-type(3) {
    background: url("../images/link3.png") no-repeat;
}

.links ul li:nth-of-type(4) {
    background: url("../images/link4.png") no-repeat;
}

.links ul li a {
    position: relative;
    z-index: 10;
    color: #fff;
}

.verticalMid {
    display: inline-block;
    font-size: 22px;
    color: #c60000;
}



.clone a img {
    transition: all 0.6s;
    overflow: hidden;
}

.clone {
    overflow: hidden;
    margin-right: 10px;
}

.clone a:hover img {
    transform: scale(1.1, 1.1);
}

.bbt {
    width: 100%;
    height: 51%;
    cursor: pointer;
    padding-top: 30px;
    transition: all 1s ease-out;
}

.as:hover {
    background-color: #bd1a11;
}

.as {
    transition: all 1s ease-out;
}


.zi {
    width: 60%;
    height: auto;
    font-size: 19px;
    transition: all 1s ease-out;
    margin-left: 20px;
    padding-top: 20px;
    border-top: #c60000 solid 3px;
    font-family: '宋体';
}

.as .v::before {
    content: url('../images/s_c_w_x_.png');
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;

}

.listtitle {
    margin-top: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.item1 {
    text-align: center;
    color: #bc1615;
}

.list2 {
    max-width: 1200px;
    margin: 0 auto;
}

.itema {
    display: inline-block;
    color: white;
    padding-left: 10px;
    padding-right: 15px;
    border-right: white solid 2px;
}

.kl {
    font-size: 11px;
    float: right;
}

.link2 {
    max-width: 1200px;
    height: 47px;
    margin: 0 auto;


}

.link2 li {
    display: inline-block;
    width: 16%;
    height: 100%;


}

.link2 li a {
    font-family: '宋体';
    display: inline-block;
    height: 47px;
    width: 100%;
    text-align: center;
    color: white;
    line-height: 47px;
}

.linkj {
    margin-top: 30px;
    margin-bottom: -3px;
    width: 100%;
    height: auto;
    background-color: rgb(175, 32, 24);
}