@charset "utf-8"; /* CSS Document */
@import url(reset.css); @import url(header.css); @import url(footer.css); body {
    min-height: auto;
    background: #f0f6ff;
}

.stitle {
    width: 164px;
    height: 57px;
    line-height: 57px;
    margin: 0 auto;
    position: relative;
}

.stitle a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #205bbb;
    font-size: 24px;
    font-weight: bold;
}

.stitle a img {
    padding: 0px 0px 15px 5px;
}

.stitle:before {
    content: "";
    width: 181px;
    height: 1px;
    background: #205bbb;
    position: absolute;
    top: 28px;
    left: -181px;
    z-index: 1;
}

.stitle:after {
    content: "";
    width: 181px;
    height: 1px;
    background: #205bbb;
    position: absolute;
    top: 28px;
    right: -181px;
    z-index: 1;
}

/*热点专题*/
.rdzt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}

.rdzt .RdztPart {
    width: 1370px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin: 20px auto 0px;
    padding: 20px 15px 40px;
    border-radius: 10px;
}

.rdzt .Focus {
    width: 586px;
    height: 424px;
    float: left;
    position: relative;
}

.rdzt .Focus .bd li {
    position: relative;
    width: 580px;
    height: 420px;
    margin: 4px 0px 0px 6px;
    position: relative;
}

.rdzt .Focus .bd li:before {
    content: "";
    width: 77px;
    height: 56px;
    background: url(ztzl_img02.png) left center no-repeat;
    position: absolute;
    top: -4px;
    left: -6px;
    z-index: 1;
}

.rdzt .Focus .bd li img {
    width: 100%;
    height: 415px;
}

.rdzt .Focus .bd li p {
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #f1f1f1;
    color: #333333;
    font-size: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: none;
}

.rdzt .Focus .bd li a:hover p {
    color: #205bbb;
}

.rdzt .Focus .hd {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.rdzt .Focus .hd li {
    position: relative;
    overflow: hidden;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #205bbb;
    opacity: 0.2;
    cursor: pointer;
    margin: 0 7px;
    font-size: 0;
}

.rdzt .Focus .hd li.on {
    opacity: 1;
}

.rdzt .Focus>a {
    display: none;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 115px;
    top: calc((356px - 40px) / 2);
    background: url(index_img27.png) center center no-repeat;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
}

.rdzt .Focus>a.prev {
    left: 10px;
}

.rdzt .Focus>a.next {
    right: 10px;
    background: url(index_img26.png) center center no-repeat;
}

.rdzt .Focus:hover>a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.rdzt .Focus:hover>a.prev {
    left: 0px;
}

.rdzt .Focus:hover>a.next {
    right: 0px;
}

.rdzt .RdztList {
    width: 756px;
    height: 420px;
    margin-top: 4px;
    float: right;
}

.rdzt .RdztList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    width: calc(100% + 12px);
}

.rdzt .RdztList li {
    position: relative;
    overflow: hidden;
    width: 350px;
    height: auto;
    overflow: hidden;
    margin: 4px 10px 20px;
    transition: all 0.3s;
    box-shadow: 0px 1px 13px 0px rgb(0 122 216 / 20%);
}

.rdzt .RdztList li a {
    display: block;
    width: 100%;
    height: 100%;
}

.rdzt .RdztList li img {
    width: 100%;
    height: 138px;
}

.rdzt .RdztList li p {
    height: 55px;
    color: #333333;
    line-height: 27px;
    font-size: 18px;
    text-align: center;
    padding: 0px 10px 0px;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.rdzt .RdztList li a:hover p {
    color: #205bbb;
}

.rdzt .RdztList li a:hover img {
    transform: scale(1.05);
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
}

.rdzt .RdztList li p.long {
    text-align: left;
}

.scroll {
    overflow-y: auto;
    /* overflow-y:overlay; */
    max-height: 100%;
    overflow-x: hidden;
}

.scroll::-webkit-scrollbar {
    width: 6px;
}

.scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px #1d6ac6;
    background: #1d6ac6;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #dfeffd;
    background: #dfeffd;
}

/*历史专题*/
.lszt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}

.LsztPart {
    width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 50px;
}

.LsztPart ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.LsztPart ul li {
    width: 634px;
    height: 86px;
    padding: 17px 18px;
    background: #ffffff;
    margin-top: 22px;
    float: left;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 1px 13px 0px rgb(0 122 216 / 20%);
    margin: 0px 15px 30px;
}

.LsztPart ul li a .gd {
    width: 78px;
    height: 78px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.LsztPart ul li.move {
    float: right;
}

.LsztPart li a>img {
    width: 180px;
    height: 86px;
    float: left;
    border-radius: 5px;
}

.LsztPart li .p {
    float: left;
    max-width: 338px;
    height: auto;
    position: relative;
    padding: 0 0px 0px 22px;
    line-height: 30px;
    color: #333333;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.LsztPart li .p h1{display:block;font-size: 20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;position: relative;overflow: hidden;line-height: 1.3;}
.LsztPart li .p span{font-size: 14px;}
.LsztPart li p img {
    padding: 0px 0px 20px 5px;
}

.LsztPart li a:hover p {
    color: #205bbb;
}

.LsztPart li a:hover>img {
    transform: scale(1.05);
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
}

.LsztPart li p.long {
    padding: 13px 0px 0px 22px;
}
