﻿* {
    box-sizing: border-box;
    padding: 0;
    /* list-style: none; */
}

body {
    margin: 0;
    min-width: 1100px;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: #999999;
}

header {
    width: 100%;
    height: 400px;
    background-image: url(../img/ztxqbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.home {
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
}

.OA {
    width: 116px;
    height: 42px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 21px;
    position: absolute;
    top: 12px;
    right: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    /* position: relative; */
}

header h1 {
    position: absolute;
    left: 459px;
    top: 173px;
    /* width: 1003px;
    height: 64px; */
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    letter-spacing: 4.8px;
    text-shadow: 0px 6px 6px 0px #370004;
}

.OA a {
    display: block;
    text-decoration: none;
    display: flex;
}

.OA img {
    width: 16px;
    height: 16px;
}

.OA span {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    color: #ffffff;
    margin-left: 4px;
}


.nav {
    background-color: #BD1A2D;
    color: #fff;
    display: flex;
    justify-content: center;
}

.tab-item {
    padding: 20px 30px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    height: 60px;
    font-size: 16px;
    color: #fff;
}

.tab-item a {
    color: #fff;
    text-decoration: none;
}

.tab-child {
    width: 100%;
    display: none;
    text-align: center;
    position: absolute;
    top: 58px;
    left: 0;
    background-color: #bd1a2d;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.tab-child a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.tab-item:hover {
    background-color: #d15f6c;
    font-weight: 700;
    font-size: 18px;
}

.tab-item:hover .tab-child {
    display: block;
}

.tab-child a:hover {
    background-color: #d15f6c;
    font-size: 15px;
}


.special-content {
    padding: 50px 0 0 0;
    position: relative;
}

.special-content .image img {
    width: 20px;
    height: 27px;
}

.special-content .nav-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
}

.special-content .weizhi {
    display: flex;
    margin-left: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
}

.special-content .weizhi>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 150px;
}

.special-content .weizhi .video {
    color: #BA1D2B;
}

.special-content .weizhi a {
    text-decoration: none;
    color: inherit;
}

.content-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    margin-top: 29px;
}

.content-wrapper .left-content {
    position: relative;
    width: 200px;
    height: auto;
    min-height: 1320px;
    margin-right: 40px;
    /* padding: 0 15px; */
    border: 1px solid #efefef;
    border-top: 2px solid #bd1a2d;
    border-bottom: none;
}

.left-content .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    padding: 0 15px;
}

.left-content .title>img {
    width: 32px;
    height: 32px;
}

.left-content .title .ti {
    /* width: 96px;
    height: 31px; */
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #bd1a2d;
    margin-left: 10px;
}

.left-content .special-list {
    margin-top: 24px;
    /* height:79%; */
    overflow: auto;
}

.left-content .special-list::-webkit-scrollbar {
    width: 0 !important
}


.left-content .special-list>div {
    width: 170px;
    /* height: 56px; */
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 2px;
    margin: auto;
    margin-top: 27px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    box-sizing: border-box;
}

.left-content .special-list>div:hover {
    background: #fff2f2;
    border: 1px solid #bd1a2d;
}

.left-content .special-list>div a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #999999;
}

.left-content .special-list>div a:hover {
    color: #bd1a2d;

}

.left-content .special-list .con {
    width: 142px;
    height: 40px;
    margin: auto;
    margin-top: 9px;
    margin-bottom: 7px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 20px;
}

/* .left-content .special-list>div {} */

/* .left-content .special-list>div:nth-child(1) {
    background: #fff2f2;
    border: 1px solid #bd1a2d;
    color: #bd1a2d;
    text-align: center;
    font-weight: 700;
} */

.left-content .special-list>div:nth-child(3) {
    height: 42px;
}

.left-content .special-list .meeting {
    margin: 7px 0;
}

.left-content .special-list .achievement {
    width: 140px;
    height: 21px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    margin: 11px 0 4px 0;
    color: #999999;
    line-height: 20px;
}

.special-list .struggle {
    width: 140px;
    height: 41px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    margin: 11px 0 4px 0;
    color: #999999;
    line-height: 20px;
}

.left-content .special-list .thought {
    height: 80px;
}

.left-content .special-list .thought>div {
    width: 140px;
    height: 59px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    margin: 11px 0 10px 0;
}

.left-content .special-list .thought .action {
    width: 135px;
    height: 60px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 20px;
}

.left-content .beijing {
    position: relative;
    bottom: 105px;
    left: 0;
    bottom: 0;
    /* transform: translateY(-100px); */
    width: 200px;
    height: 124px;
    background-image: url(../img/ztxq_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.left-content .special-list .poverty {
    height: 42px;
}

.content-wrapper .right-content {
    flex: 1;
}

.content-wrapper .right-content .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #bd1a2d;
    margin-bottom: 20px;
}

.content-wrapper .right-content .title .more {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.content-wrapper .right-content .title .more a {
    text-decoration: none;
    color: #999999;
}

.content-wrapper .right-content .top-content-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.content-wrapper .right-content .top-content-list .img {
    width: 500px;
    height: 420px;
}

.content-wrapper .right-content .top-content-list .top-con {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-left: 15px;

}

.content-wrapper .right-content .top-content-list .top-con>div {
    display: flex;
    justify-content: space-between;
}
.content-wrapper .right-content .top-content-list .top-con>div:not(:first-child) {
    margin-top: 19px;
}

.content-wrapper .right-content .top-content-list .con {
    width: 360px;
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    padding-right: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-wrapper .right-content .top-content-list .con a {
    text-decoration: none;
    color: inherit;
}

.content-wrapper .right-content .top-content-list .con a:hover {
    color: #BD1A2D;
}

.content-wrapper .right-content .top-content-list .con:hover .dian {
    background-color: #BD1A2D;
}

.content-wrapper .right-content .top-content-list .con .dian {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    margin-bottom: 3px;
}

.content-wrapper .right-content .top-content .img-wrapper {
    display: flex;
    justify-content: space-between;
}

.content-wrapper .right-content .top-content .img-wrapper>div {
    width: 230px;
    height: 114px;
    cursor: pointer;
}

.content-wrapper .right-content .top-content-list .time {
    width: 89px;
    height: 21px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.content-wrapper .footer-content .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #bd1a2d;
    margin-top: 44px;
    margin-bottom: 20px;
}

.content-wrapper .footer-content .title .more {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.content-wrapper .footer-content .footer-con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.content-wrapper .footer-content .footer-con>div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.content-wrapper .footer-content .footer-con .con {
    width: 725px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #333333;
}

.content-wrapper .footer-content .footer-con .con a {
    width: 725px;
    text-decoration: none;
    color: inherit;
}

.content-wrapper .footer-content .footer-con .con .dian {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    margin-bottom: 3px;
}

.content-wrapper .footer-content .footer-con .con a:hover {
    color: #BA1D2B;
}

.content-wrapper .footer-content .footer-con .con:hover .dian {
    background-color: #BA1D2B;
}

.content-wrapper .footer-content .footer-con .time {
    width: 89px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #999999;
}


/* 底部 */
footer {
    height: 265px;
    background: #BD1A2D;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
}

.footer-select {
    padding-top: 25px;
    margin-bottom: 35px;
    display: flex;
}

.select-item .yangshi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-item {
    padding: 0;
    margin-right: 120px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.select-item span img {
    width: 12px;
}

.select-item .yangshi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-child {
    width: 200px;
    display: none;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #333;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.item-child p {
    height: 30px;
    line-height: 30px;
}
.item-child p a{
    color: inherit;
    text-decoration: none;
}

.item-child p:hover {
    color: #66b1ff;
}

.select-item:hover .item-child {
    display: block;
}

.glyphicon-triangle-bottom {
    font-size: 12px;
}

.footer-info {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    display: flex;
}

.footer-info .jinguan-wrapper {
    width: 4.16667%;
}

.jinguan-wrapper .jinguan {
    width: 48px;
    height: 48px;
    margin-top: 60px;
}

.report-wrapper {
    width: 8.33333%;
    margin-left: 4.16667%;
}

.report-wrapper .report {
    width: 94px;
    height: 35px;
    margin-top: 66px;
    margin-left: 4.16667%;
}

.footer-info .left-info {
    width: 50%;
}

.gray {
    color: #ffffff66;
    margin-left: 15px;
}

.site {
    width: 320px;
    display: block;
    float: left;
}

.icp {
    display: flex;
}

.beian {
    margin-left: 97px;
    display: flex;
}

.beian a {
    text-decoration: none;
    color: inherit;
}

.beian>img {
    margin-left: 20px;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.QR {
    width: 29.16667%;
    margin-top: 28px;
    margin-left: 5.16667%;
}

.instal {
    float: left;
    text-align: center;
    margin-left: 25px;
}

.QR img {
    width: 86px;
    height: 86px;
}

.official-accounts {
    float: left;
    text-align: center;
    margin-left: 25px;
}