.album-3 {
    background-color: #e74d4d
}

.album-8 {
    background-color: #369aef
}

.album-7 {
    background-color: #24cfa8
}

.album-4 {
    background-color: #ffc355
}

.album-12 {
    background-color: #f15a9c
}

.album-0,
.album-99 {
    background-color: #8276f0
}
.bg-white{
    background-color: #fff;
}
.mb-20{
    margin-bottom: 20px;
}
.mt-20{
    margin-top: 20px;
}
.leftform{
    border-radius: 6px;
    padding: 10px;
}
.loginform {
	padding: 10px;
}

.loginform .title-wrap {
    margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #03468d;
}

.loginform .form-item {
    margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.loginform .form-item .label {
	width: 60px;
	flex: 0 0 60px;
	color: #333;
}

.loginform .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.loginform .form-control:focus {
    border-color: #4a90e2;
    outline: none;
}

.loginform .login-link {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
	padding-left: 60px;
}

.loginform .submitbtn,
.loginform .regbtn {
	width: 100px;
	text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.loginform .submitbtn {
    background: #4a90e2;
    color: white;
}

.loginform .regbtn {
    background: #f5f5f5;
    color: #333;
    text-align: center;
}

.loginform .forgettext {
    color: #999;
    font-size: 13px;
}

.loginform .forgettext:hover {
    color: #4a90e2;
}
.site-logo {
    margin-right: 0 !important
}

.site-sub-header-wrap {
    background: linear-gradient(180deg, #fff 0, #f2f2f2 100%) !important
}

.site-sub-header-wrap .sub-header {
    padding-bottom: 72px !important
}

.site-main {
    padding-bottom: 70px;
    width: 1200px;
    margin: 0 auto;
}

.site-main .slider-warp {
    margin: 10px 0 40px 0
}

.site-main .slider-warp .slide-inner {
    width: 750px
}

.site-main .slider-warp .slide-inner .slideBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 318px;
    border-radius: 6px;
    background-color: #fff
}

.site-main .slider-warp .slide-inner .slideBox:hover .slide-arrow {
    display: block
}

.site-main .slider-warp .slide-inner .slideBox .indicators-wrap {
    width: 100%;
    height: 15px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    z-index: 1
}

.site-main .slider-warp .slide-inner .slideBox .indicators-wrap>ul {
    width: 100%;
    text-align: center;
    zoom: 1
}

.site-main .slider-warp .slide-inner .slideBox .indicators-wrap>ul>li {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 5px;
    border-radius: 2px;
    text-align: center;
    background-color: #ccc;
    cursor: pointer
}

.site-main .slider-warp .slide-inner .slideBox .indicators-wrap>ul>li.on {
    background-color: #fff
}

.site-main .slider-warp .slide-inner .slideBox .sliders {
    position: relative;
    height: 100%;
    z-index: 0
}

.site-main .slider-warp .slide-inner .slideBox .sliders .tempWrap,
.site-main .slider-warp .slide-inner .slideBox .sliders .tempWrap>ul,
.site-main .slider-warp .slide-inner .slideBox .sliders .tempWrap>ul>li {
    height: 100%
}

.site-main .slider-warp .slide-inner .slideBox .sliders .slide-item {
    zoom: 1;
    vertical-align: middle
}

.site-main .slider-warp .slide-inner .slideBox .sliders img {
    width: 100%;
    height: 100%;
    display: block
}

.site-main .slider-warp .slide-inner .slideBox .next,
.site-main .slider-warp .slide-inner .slideBox .prev {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: none;
    width: 32px;
    height: 40px;
    background: url(../image/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: .5
}

.site-main .slider-warp .slide-inner .slideBox .next:hover,
.site-main .slider-warp .slide-inner .slideBox .prev:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.site-main .slider-warp .slide-inner .slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px
}

.site-main .slider-warp .slide-inner .adverts-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 10px
}

.site-main .slider-warp .slide-inner .adverts-wrap:hover .slide-btn {
    display: block
}

.site-main .slider-warp .slide-inner .adverts-wrap .hot-docs-wrap {
    position: relative;
    overflow: hidden;
    height: 102px
}

.site-main .slider-warp .slide-inner .adverts-wrap .hot-docs-wrap .tempWrap {
    width: 750 !important
}

.site-main .slider-warp .slide-inner .adverts-wrap .hot-docs-wrap .hot-docs-item {
    float: left;
    width: 243px;
    height: 102px;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    margin-right: 10px
}

.site-main .slider-warp .slide-inner .adverts-wrap .hot-docs-wrap .hot-docs-item:last-child {
    margin-right: 0
}

.site-main .slider-warp .slide-inner .adverts-wrap .hot-docs-wrap .hot-docs-item>a {
    display: block;
    width: 100%;
    height: 100%
}

.site-main .slider-warp .slide-inner .adverts-wrap .hot-docs-wrap .hot-docs-item>a img {
    width: 100%;
    height: 100%
}

.site-main .slider-warp .slide-inner .adverts-wrap .slide-btn {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 20px;
    background: rgba(0, 0, 0, .4);
    z-index: 100;
    transition: all .2s;
    cursor: pointer;
    text-align: center
}

.site-main .slider-warp .slide-inner .adverts-wrap .slide-btn:hover>i {
    opacity: 1
}

.site-main .slider-warp .slide-inner .adverts-wrap .slide-btn>i {
    position: relative;
    top: 10px;
    color: #fff;
    font-size: 18px;
    opacity: .7
}

.site-main .slider-warp .slide-inner .adverts-wrap .slide-btn.prev {
    left: 0;
    border-radius: 0 40px 40px 0
}

.site-main .slider-warp .slide-inner .adverts-wrap .slide-btn.prev>i {
    left: -1px
}

.site-main .slider-warp .slide-inner .adverts-wrap .slide-btn.next {
    right: 0;
    border-radius: 40px 0 0 40px
}

.site-main .slider-warp .slide-inner .adverts-wrap .slide-btn.next>i {
    left: 2px
}

.site-main .slider-warp .stats-wrap {
    width: 440px;
    margin-left: 10px
}

.site-main .slider-warp .stats-wrap .stats {
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 20px;
    height:200px;
}

.site-main .slider-warp .stats-wrap .stats .top {
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
    text-align: center
}

.site-main .slider-warp .stats-wrap .stats .top .left {
    width: 50%;
    border-right: 1px solid #eee
}

.site-main .slider-warp .stats-wrap .stats .top .right {
    width: 50%
}

.site-main .slider-warp .stats-wrap .stats .top .num {
    font-size: 20px;
    height: 23px;
    line-height: 23px;
    color: #2b99ff;
    margin-bottom: 6px
}

.site-main .slider-warp .stats-wrap .stats .bot .label,
.site-main .slider-warp .stats-wrap .stats .top .label {
    font-weight: 400;
    color: #999;
    height: 19px;
    line-height: 19px
}

.site-main .slider-warp .stats-wrap .stats .bot {
    padding-top: 24px;
    text-align: center
}

.site-main .slider-warp .stats-wrap .stats .bot .left {
    width: 50%;
    border-right: 1px solid #eee
}

.site-main .slider-warp .stats-wrap .stats .bot .right {
    width: 50%
}

.site-main .slider-warp .stats-wrap .stats .bot .label .count {
    color: #f60
}

.site-main .slider-warp .stats-wrap .home-navs {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 27px;
    height: 218px;
}
.home-navs .loginform {
    width: 100%;
    height: 100%;
}
.home-navs img{
    width: 100%;
    height: 160px;
}
.site-main .home-common-wrap {
    margin-bottom: 40px
}

.site-main .home-common-wrap .top {
    margin-bottom: 13px
}

.site-main .home-common-wrap .top .tit {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 33px;
    margin-right: 30px
}

.site-main .home-common-wrap .top .home-tabs>li {
    position: relative;
    float: left;
    margin-right: 18px;
    line-height: 33px;
    font-size: 16px;
    color: #666;
    cursor: pointer
}

.site-main .home-common-wrap .top .home-tabs>li.active,
.site-main .home-common-wrap .top .home-tabs>li:hover {
    color: #070707
}

.site-main .home-common-wrap .top .home-tabs>li.active::after,
.site-main .home-common-wrap .top .home-tabs>li:hover::after {
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    background-color: #f60;
    margin-top: -10px
}

.site-main .home-common-wrap .home-content {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden
}

.site-main .home-common-wrap .home-content .left {
    position: relative;
    width: 282px;
    background: linear-gradient(180deg, #fff2e9 0, #fff 100%);
    border-radius: 6px;
    padding: 22px 0 0 20px
}

.site-main .home-common-wrap .home-content .left .con-bg {
    position: absolute;
    top: 0;
    right: 10px;
    width: 77px;
    height: 56px;
    z-index: 1;
}

.site-main .home-common-wrap .home-content .left .tit {
    display: none;
    font-size: 18px;
    font-weight: 600;
    color: #f60;
    line-height: 25px
}

.site-main .home-common-wrap .home-content .left .tit.kejian {
    display: block
}

.site-main .home-common-wrap .home-content .left .label {
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.site-main .home-common-wrap .home-content .left .sub-tab-wrap {
    display: none
}

.site-main .home-common-wrap .home-content .left .sub-tab-wrap:first-child {
    display: block
}

.site-main .home-common-wrap .home-content .left .sub-tabs {
    margin-top: 35px;
    border-bottom: 1px solid #eee
}

.site-main .home-common-wrap .home-content .left .sub-tabs>li {
    float: left;
    margin-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    cursor: pointer
}

.site-main .home-common-wrap .home-content .left .sub-tabs>li.active,
.site-main .home-common-wrap .home-content .left .sub-tabs>li:hover {
    border-bottom-color: #f60;
    color: #f60
}
.site-main .home-common-wrap .home-content .left .img-wrap {
    width: 100%;
    padding-right: 16px;
    margin-top: 10px;
}
.site-main .home-common-wrap .home-content .left .img-wrap img{
    width: 100%;
}
.site-main .home-common-wrap .home-content .left .sub-wrap {
    padding-top: 8px
}

.site-main .home-common-wrap .home-content .left .sub-wrap .sub-content {
    display: none
}

.site-main .home-common-wrap .home-content .left .sub-wrap .sub-content:first-child {
    display: block
}

.site-main .home-common-wrap .home-content .right .doc-list,
.site-main .newest-wrap .doc-zt-article .newest-con-wrap .list-wrap>li.gt16,
.site-main .newest-wrap .doc-zt-article .newest-con-wrap .list-wrap>li.gt24 {
    display: none
}

.site-main .home-common-wrap .home-content .left .sub-wrap .sub-content>a {
    float: left;
    margin: 10px 16px 0 0;
    color: #333
}
.site-main .home-common-wrap .home-content .left .sub-wrap .sub-content>a.active,
.site-main .home-common-wrap .home-content .left .sub-wrap .sub-content>a:hover
 {
    color: #2b99ff
}

.site-main .home-common-wrap .home-content .right {
    width: 100%;
    height: 288px;
    padding: 26px 20px 10px 302px;
    background: url(../image/tb_2.png) right bottom no-repeat;
    background-size: 220px 122px
}

.site-main .home-common-wrap .home-content .right .doc-list:first-child {
    display: block
}

.site-main .home-common-wrap .home-content .right .doc-list>li {
    position: relative;
    float: left;
    margin-bottom: 16px;
    width: 48%
}

.site-main .home-common-wrap .home-content .right .doc-list>li:nth-child(2n) {
    margin-left: 30px
}

.site-main .home-common-wrap .home-content .right .doc-list>li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    float: left;
    margin: 8px 0
}

.site-main .home-common-wrap .home-content .right .doc-list>li .tit {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    max-width: 75%;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.site-main .home-common-wrap .home-content .right .doc-list>li .tit:hover {
    color: #2b99ff
}

.site-main .home-common-wrap .home-content .right .doc-list>li .tit:visited {
    /* color: #999 */
}

.site-main .home-common-wrap .home-content .right .doc-list>li .date {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px
}

.site-main .home-common-wrap.shijuan .home-tabs>li.active::after,
.site-main .home-common-wrap.shijuan .home-tabs>li:hover::after {
    background-color: #2b99ff
}

.site-main .home-common-wrap.shijuan .right {
    background: url(../image/sj_2.png) right bottom no-repeat;
    background-size: 220px 122px
}

.site-main .home-common-wrap.shijuan .left {
    background: linear-gradient(180deg, #e0f0ff 0, #fff 100%)
}

.site-main .home-common-wrap.shijuan .left .tit {
    color: #2b99ff
}

.site-main .home-common-wrap.shijuan .left .sub-tabs>li.active,
.site-main .home-common-wrap.shijuan .left .sub-tabs>li:hover {
    border-bottom-color: #2b99ff;
    color: #2b99ff
}

.site-main .home-common-wrap.shengxue .home-tabs>li.active::after,
.site-main .home-common-wrap.shengxue .home-tabs>li:hover::after {
    background-color: #14b926
}

.site-main .home-common-wrap.shengxue .right {
    background: url(../image/sx_2.png) right bottom no-repeat;
    background-size: 220px 122px
}

.site-main .home-common-wrap.shengxue .left {
    background: linear-gradient(180deg, #f1fff4 0, #fff 100%)
}

.site-main .home-common-wrap.shengxue .left .sx-wrap.first {
    position: relative;
    z-index: 2;
    margin-bottom: 10px
}

.site-main .home-common-wrap.shengxue .left .sx-wrap .tit {
    color: #14b926;
    margin-bottom: 10px
}

.site-main .home-common-wrap.shengxue .left .sx-wrap .sx-links>a {
    float: left;
    margin: 0 21px 8px 0;
    color: #333
}

.site-main .home-common-wrap.shengxue .left .sx-wrap .sx-links>a.active,
.site-main .home-common-wrap.shengxue .left .sx-wrap .sx-links>a:hover {
    color: #2b99ff
}

.site-main .studios-wrap {
    margin-bottom: 40px
}

.site-main .studios-wrap .studios {
    position: relative;
    width: 795px;
    height: 385px;
    background-color: #FFF9F5;
    border-radius: 8px;
    padding: 20px 18px
}

.site-main .studios-wrap .studios.follow {
    width: 387px
}

.site-main .studios-wrap .studios.follow .follow-list {
    background-color: #FFF;
    border-radius: 4px;
    padding: 9px 16px
}

.site-main .studios-wrap .studios.follow .follow-list .f-item {
    padding: 18px 0
}

.site-main .studios-wrap .studios.follow .follow-list .f-item:nth-child(1) .f-icon-wrap {
    background-color: #ebf3ff
}

.site-main .studios-wrap .studios.follow .follow-list .f-item:nth-child(2) .f-icon-wrap {
    background-color: #feecff
}

.site-main .studios-wrap .studios.follow .follow-list .f-item:nth-child(3) .f-icon-wrap {
    background-color: #ffe7e7
}

.site-main .studios-wrap .studios.follow .follow-list .f-item .f-icon-wrap {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px
}

.site-main .studios-wrap .studios.follow .follow-list .f-item .f-icon-wrap .icon {
    width: 32px;
    height: 32px
}

.site-main .studios-wrap .studios.follow .follow-list .f-item .info-wrap .tit {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0
}

.site-main .studios-wrap .studios.follow .follow-list .f-item .info-wrap .tit .apply-btn {
    position: relative;
    top: -2px;
    background: #EFF6FF;
    border-radius: 4px;
    border: 1px solid #1677FF;
    color: #1677FF;
    font-size: 12px;
    padding: 4px 5px;
    font-weight: 400;
    margin-left: 10px
}

.site-main .studios-wrap .studios.follow .follow-list .f-item .info-wrap .desc {
    font-size: 13px;
    color: #999;
    padding: 5px 0
}

.site-main .studios-wrap .studios .bg-huo {
    position: absolute;
    top: 0;
    right: 24px;
    z-index: 1;
    width: 87px;
    height: 87px
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap>.tit .left .text,
.site-main .studios-wrap .studios .studio-list,
.site-main .studios-wrap .studios .top-wrap {
    position: relative;
    z-index: 2
}

.site-main .studios-wrap .studios .top-wrap {
    margin-bottom: 15px
}

.site-main .studios-wrap .studios .top-wrap .left .icon {
    width: 22px;
    height: 22px
}

.site-main .studios-wrap .studios .top-wrap .left .title {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-left: 8px;
    line-height: 22px
}

.site-main .studios-wrap .studios .top-wrap .more-studios {
    font-size: 15px;
    color: #666;
    line-height: 22px
}

.site-main .studios-wrap .studios .top-wrap .more-studios .icon {
    margin-left: 3px
}

.site-main .studios-wrap .studios .top-wrap .more-studios:hover {
    color: #2b99ff
}

.site-main .studios-wrap .studios .studio-list .studio-item {
    background-color: #fff;
    border-radius: 4px;
    margin-right: 20px;
    width: calc((100% - 20px)/ 2);
    padding: 0 16px
}

.site-main .studios-wrap .studios .studio-list .studio-item:last-child {
    margin-right: 0
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-info {
    padding: 18px 0;
    border-bottom: 1px solid #f2f2f2
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-info .s-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-info .title-wrap {
    width: calc(100% - 70px)
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-info .title-wrap .title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-info .title-wrap .infos {
    padding: 5px 0
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-info .title-wrap .infos .i-item {
    font-size: 12px;
    color: #999;
    margin-right: 10px
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-info .title-wrap .infos .i-item:last-child {
    margin-right: 0
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-albums {
    margin: 16px 0
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-albums .album-item {
    margin-bottom: 20px
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-albums .album-item .upload-album-cover {
    width: 60px;
    min-width: 60px;
    height: 77px;
    margin-right: 10px
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-albums .album-item .album-img-wrap {
    margin-right: 10px
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-albums .album-item .album-info {
    width: calc(100% - 70px)
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-albums .album-item .album-info .title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-albums .album-item .album-info .title:visited {
    color: #999
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-albums .album-item .album-info .bot-info {
    margin-top: 10px
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-albums .album-item .album-info .bot-info .date {
    font-size: 13px;
    color: #999;
    margin-right: 10px
}

.site-main .studios-wrap .studios .studio-list .studio-item .studio-albums .album-item .album-info .bot-info .count {
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 3px;
    color: #999;
    padding: 2px 6px
}

.site-main .newest-wrap .top {
    margin-bottom: 30px;
    text-align: center
}

.site-main .newest-wrap .top .tit {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 33px
}

.site-main .newest-wrap .top .icon {
    font-size: 24px
}

.site-main .newest-wrap .top .icon.right {
    margin-left: 5px
}

.site-main .newest-wrap .top .icon.left {
    margin-right: 5px
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap {
    width: 388px;
    border-radius: 6px;
    padding: 0 20px 20px;
    background: url(../image/newest.png) left top no-repeat #fff;
    background-size: 198px 82px
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap:nth-child(2) {
    margin: 0 18px
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap>.tit {
    height: 62px;
    line-height: 64px;
    border-bottom: 1px solid #f2f2f2
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap>.tit .left {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #070707
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap>.tit .left::before {
    position: absolute;
    top: 15px;
    left: -6px;
    z-index: 1;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(136deg, #ffb975 0, rgba(255, 255, 255, 0) 100%)
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap>.tit .right {
    color: #999
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap>.tit .right:hover {
    color: #2b99ff
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap>.tit .right .icon {
    font-size: 14px;
    margin-left: 3px
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap .list-wrap {
    padding-top: 6px;
    overflow: hidden;
    width: 100%;
    height: 278px
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap .list-wrap>li {
    position: relative;
    float: left;
    margin-top: 14px;
    width: 100%
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap .list-wrap>li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    float: left;
    margin: 8px 0
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap .list-wrap>li .tit {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    max-width: 70%;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap .list-wrap>li .tit:hover {
    color: #2b99ff
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap .list-wrap>li .tit:visited {
    color: #999
}

.site-main .newest-wrap .doc-zt-article .newest-con-wrap .list-wrap>li .date {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px
}

.site-main .newest-wrap .toggle-wrap {
    width: 100%;
    margin-top: 16px;
    text-align: center
}

.site-main .newest-wrap .toggle-wrap>li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer
}

.site-main .newest-wrap .toggle-wrap>li:nth-child(2) {
    margin: 0 8px
}

.site-main .newest-wrap .toggle-wrap>li.active {
    background-color: #2b99ff
}