@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
    font-size: 16px;
}

ul, li {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

.top {
    width: 100%;
    min-width: 1200px;
    height: 275px;
    background: url("/image/web/tzb_images/top_banner-b3ab3cc7a42c344cbd335199bf1fd8d9.png") no-repeat;
    background-size: cover;
}

.top-title {
    text-align: center;
}

.top-title img {
    margin-top: 95px;
}

.top-search {
    margin: 35px auto;
    width: 656px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0 7px 25px 0 rgba(216, 105, 105, 0.1);
    border-radius: 25px;
    border: 1px solid #DED5D5;
    display: flex;
}

.top-search input {
    width: 540px;
    margin-left: 25px;
    border: none;
    font-size: 16px;
    outline: none;
}

.top-search-btn {
    width: 117px;
    height: 48px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    background: url("/image/web/tzb_images/search_btn-5ea73c4011f6023e2bd7325035b425e0.svg") 20px 13px #C10D0D no-repeat;
}

.top-search-btn span {
    padding-left: 50px;
}

.nav {
    width: 100%;
    min-width: 1200px;
    height: 52px;
    background: #054FAC;
}

.nav-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    line-height: 52px;
}

.nav-box a {
    font-size: 20px;
    color: white;
    padding: 0 40px;
    text-decoration: none;
}

.nav-box a:hover {
    background: #4579D3;
}

.main {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    min-width: 1200px;
    background: url("/image/web/tzb_images/bg-a30dae4bc5edb63ac2eba6bd7bf41d5c.png") no-repeat;
    background-size: cover;
}

.head-news {
    width: 1200px;
    height: 96px;
    margin: 0 auto 30px;
    background: #FFFFFF;
    display: flex;
}

.head-news-img {
    margin-left: 80px;
    margin-top: 15px;
}

.head-news-a {
    font-size: 32px;
    font-weight: bold;
    color: #054FAC;
    line-height: 96px;
    margin-left: 20px;
    width: 1020px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.focus-news {
    width: 1180px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 20px 10px;
}

.focus-news {
    display: flex;
}

.focus-news-title {
    display: flex;
}

.focus-news-left {
    position: relative;
    width: 600px;
    height: 406px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
}

.focus-news-left .pic img {
    width: 600px;
    height: 406px;
    display: block;
}

.focus-news-left .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focus-news-left .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
}

.focus-news-left .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
}

.focus-news-left .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.focus-news-left .txt li a:hover {
    color: white;
}

.focus-news-left .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
}

.focus-news-left .num li {
    float: left;
    position: relative;
    width: 12px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50%;
}

.focus-news-left .num li a, .focus-news-left .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focus-news-left .num li span {
    z-index: 1;
    background: #d8d8d8;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focus-news-left .num li.on a, .focus-news-left .num a:hover {
    background: #2B77D6;
}

.focus-news-title {
    width: 600px;
    height: 78px;
    background: rgba(0, 0, 0, .56);
    position: absolute;
    bottom: 0;
}

.focus-news-title .left {
    margin-top: 20px;
    width: 180px;
    text-align: right;
}

.focus-news-title .left label {
    font-weight: bold;
}

.focus-news-title .left span {
    font-size: 14px;
}

.focus-news-title .right {
    width: 418px;
    display: flex;
    align-items: center;
    text-align: left;
    margin-left: 35px;
    overflow: hidden;
}

.focus-news-right {
    margin-left: 35px;
    width: 565px;
}

.focus-news-right .head {
    display: flex;
    justify-content: space-between;
}

.focus-news-right .head .head-left {
    width: 139px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: url("/image/web/tzb_images/title_btn_bg-5e13502446fe58e0d2a8da4879b50e8d.svg") no-repeat;
    font-size: 21px;
    color: white;
}

.focus-news-right .head-right {
    margin-top: 20px;
}

.focus-news-right .head-right a {
    font-size: 13px;
    color: #788EAB;
}

.focus-news-right .head-info {
    display: block;
    width: 545px;
    height: 49px;
    font-size: 24px;
    font-weight: 500;
    color: #0851AD;
    border-bottom: 2px solid rgba(207, 207, 207, 0.41);
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.focus-news-right ul {
    color: #054FAC;
    padding-left: 18px;
}

.focus-news-right ul li {
    border-bottom: 1px dashed #d2cfcf;
}

.focus-news-right ul li a {
    display: block;
    width: 525px;
    height: 45px;
    line-height: 45px;
    color: black;
    font-size: 17px;
    padding-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.focus-news-right ul li a label {
    color: #999999;
    margin-right: 15px;
}

.tz-news {
    width: 1200px;
    height: 350px;
    margin: 20px auto;
    display: flex;
}

.tz-news-left {
    width: 413px;
    height: 330px;
    background: #FFFFFF;
    margin-right: 15px;
    padding: 15px;
}

.tz-news-left .head {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #D8D8D8;
}

.tz-news-left .head .head-left {
    width: 130px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: url(/image/web/tzb_images/title_btn2_bg-4731f5dab43f7e10a42b9af4efc5859e.svg) no-repeat;
    font-size: 21px;
    color: white;
}

.tz-news-left .head .head-left.kq {
    width: 170px;
    background: url(/image/web/tzb_images/title_btn3_bg-6655ee564b0b7bf61a5bfe6097f3e25e.svg) no-repeat;
}

.tz-news-left .head .head-right {
    margin-top: 15px;
}

.tz-news-left .head .head-right a {
    font-size: 13px;
    color: #788EAB;
}

.tz-news-right {
    width: 254px;
    height: 349px;
    background: #FFFFFF;
}

.tz-news-left .body {
    color: #99bce7;
    margin-left: 16px;
    margin-top: 8px;
    background: white;
}

.tz-news-left .body li {
    list-style: square;
    line-height: 45px;
    border-bottom: 1px dashed #d2cfcf;
}

.tz-news-left .body li a {
    display: flex;
    justify-content: space-between;
}

.tz-news-left .body li a span {
    width: 345px;
    color: #535353;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tz-news-left .body li a label {
    color: #A8A8A8;
}

.tz-news-right {
    height: 330px;
    background: #FFFFFF;
    padding: 15px;
}

.tz-news-right .head {
    display: flex;
    height: 45px;
    justify-content: space-between;
    border-bottom: 2px solid #D8D8D8;
}

.tz-news-right .head span {
    font-size: 20px;
    font-weight: bold;
    color: #054FAC;
    margin-top: 8px;
}

.tz-news-right .head a {
    font-size: 13px;
    color: #788EAB;
    margin-top: 15px;
}

.tz-news-right .body {
    color: #054FAC;
    margin-left: 16px;
    margin-top: 8px;
    background: white;
}

.tz-news-right .body li {
    list-style: square;
    line-height: 45px;
    border-bottom: 1px dashed #d2cfcf;
}

.tz-news-right .body li a {
    display: flex;
    justify-content: space-between;
}

.tz-news-right .body li a span {
    width: 180px;
    color: #535353;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tz-news-right .body li a label {
    color: #A8A8A8;
}

.ty-line {
    width: 1200px;
    display: flex;
    margin: 30px auto 25px;
    align-items: center;
}

.ty-line .left-line {
    width: 50px;
    height: 1px;
    background: #DDDDDD
}

.ty-line .right-line {
    width: 951px;
    height: 1px;
    background: #DDDDDD
}

.ty-line .title {
    height: 34px;
    font-size: 28px;
    color: #C10D0D;
    line-height: 34px;
    margin: 0 15px;
}

.united-front {
    width: 1200px;
    height: 479px;
    margin: 0 auto;
    padding: 15px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.united-front .head {
    display: flex;
    margin-bottom: 30px;
}

.united-front .head .btn {
    width: 130px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: url(/image/web/tzb_images/title_btn2_bg-4731f5dab43f7e10a42b9af4efc5859e.svg) no-repeat;
    font-size: 21px;
    color: white;
}

.united-front .head ul {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.united-front .head ul li {
    list-style: none;
}

.united-front .head ul li a {
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #505050;
    line-height: 25px;
    border-right: 1px solid #535353;
    margin: 10px 5px;
    padding-right: 15px;
}

.united-front .head ul li:last-child a {
    border: none;
}

.united-front .info {
    display: flex;
}

.united-front .info .img {
    width: 541px;
    height: 368px;
}

.united-front .info a img {
    width: 541px;
    height: 368px;
}

.united-front .info .body {
    width: 589px;
    color: #99bce7;
    margin-left: 40px;
    background: white;
}

.united-front .info .body li {
    list-style: square;
    line-height: 45px;
    border-bottom: 1px dashed #d2cfcf;
}

.united-front .info .body li a {
    display: flex;
    justify-content: space-between;
}

.united-front .info .body li a span {
    width: 540px;
    color: #535353;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.united-front .info .body li a label {
    color: #A8A8A8;
}

.zh-content {
    display: flex;
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
    justify-content: space-between;
}

.zh-content-item {
    width: 388px;
    height: 503px;
    background: #FEFFFF;
    box-sizing: border-box;
    padding: 15px;
}

.zh-content-item .head {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-end;
}

.zh-content-item .head span {
    height: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
    margin-left: 15px;
}

.zh-content-item .head-info img {
    width: 355px;
    height: 175px;
}

.zh-content-item .head-info span {
    display: block;
    margin: 10px 0;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zh-content-item .line {
    height: 2px;
    background: #E5E5E5;
}

.zh-content-item .body {
    color: #99bce7;
    margin-left: 18px;
    background: white;
}

.zh-content-item .body li {
    list-style: square;
    line-height: 45px;
}

.zh-content-item .body li a {
    display: block;
    width: 343px;
    color: #535353;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.knowledge {
    width: 1200px;
    margin: 40px auto 0;
    background: #FEFFFF;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.knowledge .tz-news-left {
    width: 362px;
    padding: 0;
    margin-right: 0;
    height: auto;
}

.knowledge .tz-news-left .body li {
    border: none;
    line-height: 40px;
}

.knowledge .tz-news-left .body a {
    display: block;
    width: 343px;
    color: #535353;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tz-part {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.tz-part .tz-part-left .head {
    display: flex;
    margin: 30px 0 25px;
    align-items: center;
}

.tz-part .tz-part-left .head .left-line {
    width: 50px;
    height: 1px;
    background: #DDDDDD
}

.tz-part .tz-part-left .head .right-line {
    width: 455px;
    height: 1px;
    background: #DDDDDD
}

.tz-part .tz-part-left .head .title {
    height: 34px;
    font-size: 28px;
    color: #C10D0D;
    line-height: 34px;
    margin: 0 15px;
}

.tz-part-left .body a:first-child {
    margin-right: 10px;
}

.tz-part .tz-part-right {
    width: 520px;
}

.tz-part .tz-part-right .head {
    display: flex;
    margin: 30px 0 25px;
    align-items: center;
}

.tz-part .tz-part-right .head .left-line {
    width: 50px;
    height: 1px;
    background: #DDDDDD
}

.tz-part .tz-part-right .head .right-line {
    width: 328px;
    height: 1px;
    background: #DDDDDD
}

.tz-part .tz-part-right .head .title {
    height: 34px;
    font-size: 28px;
    color: #C10D0D;
    line-height: 34px;
    margin: 0 15px;
}

.tz-part-right .body {
    display: flex;
    justify-content: space-between;
}

.tz-part-right .body a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 122px;
    height: 122px;
    text-align: center;
    background: #FFFFFF;
}

.tz-part-right .body a img {
    display: block;
    margin: 0 auto;
}

.tz-part-right .body a span {
    height: 35px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
}

.part-team {
    width: 1200px;
    height: 136px;
    background: url("/image/web/tzb_images/dptt_bg-e3e3a0ee5696d6086ab99e280b858ced.png") no-repeat;
    background-size: cover;
    margin: 30px auto 0;
    display: flex;
}

.part-team-left {
    width: 120px;
    text-align: center;
    padding-top: 22px;
}

.part-team-right {
    width: 1080px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.part-team-right a {
    padding: 10px 25px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.part-team-right a:hover {
    color: white;
    background: #054FAC;
}

.footer {
    width: 100%;
    min-width: 1200px;
}

.footer-friend-link {
    height: 60px;
    background: #476C9A;
}

.footer-friend-link .content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.footer-friend-link .content select {
    color: white;
    font-size: 16px;
    background: none;
    border: none;
    margin: 20px 50px;
    outline: none;
}

.footer-friend-link .content select option {
    background: #476C9A;
    outline: none;
}

.footer-copyright {
    background: #E5E5E5;
}
.footer-copyright ul {
    width: 1200px;
    margin: 0 auto;
}

.footer-copyright ul li {
    float: left;
    line-height: 35px;
    margin: 10px;
    list-style: none;
}
.footer-copyright ul li a {
    font-size: 14px;
    color: #515151;
    text-decoration: none;
}
.footer-copyright ul::after {
    display: block;
    clear: both;
    content: '';
}

.footer-copy-info p {
    margin-left: 20px;
}

.footer-copy-info a {
    text-decoration: none;
}
.footer-copyright .content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.footer-copyright .content .dzjg {
    margin-top: 8px;
}

.footer-copyright .content .copyright {
    display: flex;
    align-items: center;
    width: 1000px;
    margin-left: 30px;
    font-size: 14px;
    color: #333333;
}

.footer-copyright .content .copyright .icp-info {
    line-height: 25px;
}

.footer-copyright .content .code img {
    width: 93px;
    height: 93px;
}

.footer a {
    color: #333333;
}

.list {
    width: 100%;
    min-height: 500px;
    min-width: 1200px;
    background: url("/image/web/tzb_images/bg-a30dae4bc5edb63ac2eba6bd7bf41d5c.png") no-repeat;
    background-size: cover;
}

.list-box {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.list-box .left {
    width: 205px;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    background: #FFFFFF;
}

.list-box .left a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 20px;
    border-top: 1px solid #e6e2e2;
    color: #505050;
    background: #FFFFFF;
    padding: 10px;
}

.list-box .left a.active, .list-box .left a:hover {
    color: white;
    background: #054FAC;
}

.list-box .right {
    width: 975px;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.list-box .right .position {
    margin-bottom: 30px;
}

.list-box .right .position a {
    font-size: 16px;
    color: #333333;
}

.list-box .list-info {
    display: flex;
    justify-content: space-between;
}

.list-box .list-info .list-info-left {
    width: 610px;
}

.list-box .list-info .list-info-left .head {
    height: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
}

.list-box .list-info .list-info-right {
    width: 300px;
}

.list-box .list-info .list-info-left .ul {
    padding-left: 18px;
    padding-top: 15px;
    color: #054FAC;
}

.list-box .list-info .list-info-left .ul li a {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    color: #333333;
}

.list-box .list-info .list-info-left .ul li a span {
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-box .list-info .list-info-left .ul li a label {
    color: #999999;
    font-size: 14px;
}

.list-box .list-info .list-info-left .page {
    margin: 20px auto;
    text-align: center;
}

.list-box .list-info .list-info-right .head {
    height: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
}

.list-box .list-info .list-info-right .ul {
    padding-left: 18px;
    padding-top: 15px;
    color: #333333;
}

.list-box .list-info .list-info-right .ul li a {
    display: block;
    width: 300px;
    line-height: 40px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-box .list-info .list-info-right .head-video {
    height: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.head-video-focus {
    display: flex;
    justify-content: space-between;
}

.head-video-focus .video-box img {
    width: 300px;
    height: 170px;
}

.head-video-focus .video-box span {
    font-size: 15px;
    color: #054FAC;
    line-height: 20px;
}

.list-video {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.list-video .video-box {
    width: 280px;
    height: 260px;
}

.list-video .video-box img {
    width: 280px;
    height: 200px;
}

.list-video .video-box span {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-info-right .head-video-list {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}

.list-info-right .head-video-list a {
    background: #ede8e8;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-size: 13px;
    color: #333333;
    padding-left: 10px;
}

.list-info-right .head-video-list a img {
    position: relative;
    top: 6px;
}

.content-detail .head {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding-bottom: 20px;
}

.content-detail .head .title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin: 25px 0;
}

.content-detail .head .tips {
    font-size: 15px;
    color: #999999;
}

.content-detail .head .tips span {
    margin: 0 15px;
}

.content-detail .body {
    padding: 20px 0;
    line-height: 2em;
    text-align: justify;
}

.content-detail .body img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    font-size: 14px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #054FAC;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    background-color: #054FAC;
    border-color: #054FAC;
    color: white;
}

.detail-page {
    display: flex;
    justify-content: space-between;
}

.detail-page label {
    margin-right: 10px;
    font-size: 16px;
    color: #0080DB;
}

.detail-page img {
    width: 18px;
    height: 19px;
    position: relative;
    top: 2px;
}

.detail-page a {
    color: #333333;
}

.detail-page .up-page {
    width: 50%;
}

.detail-page .next-page {
    width: 50%;
}

.focusBoxTzb {
    position: relative;
    width: 1200px;
    height: 120px;
    overflow: hidden;
}

.focusBoxTzb .pic {
    position: relative;
    z-index: 0;
}

.focusBoxTzb .pic img {
    width: 1200px;
    height: 120px;
    display: block;
}

.scrollBox {
    width: 648px;
    height: 122px;
    position: relative;
    overflow: hidden;
}

.scrollBox .ohbox .piclist li {
    width: 317px;
    height: 122px;
    list-style: none;
    margin-right: 15px;
}
