a {
    text-decoration: none;
}

.tab1 {
    padding: 60px calc((100% - 1182px )/ 2) 0;
}

.index-w2 {
    width: 100%;
    padding: 61px 0;
    height: 200px;
    box-sizing: border-box;
}

.index-w2 .tit {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    margin-bottom: 20px;
}

.index-w2 .subtit {
    width: 100%;
}

.index-w2 .tit a {
    color: #000;
}

.index-w2 .subtit a {
    width: 100%;
    color: #565656;
    font-size: 18px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    display: inline-block;
}

.swiper {
    height: 384px;
    margin-bottom: 49px;
}

.swiper-lf {
    display: inline-block;
    width: 682px;
    height: 384px;
    position: relative;
	overflow: hidden;
}

.swiper-item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-item a img{
	width: 100%;
	height: 384px;
    object-fit: cover;
}
.swiper-item a p{
	height: 65px;
	line-height: 64px;
	padding: 0 180px 0 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
    margin: 0;
	background: rgba(0, 0, 0, .54);
	color: #FFF;
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    box-sizing: border-box;
}

.swiper-lf .swiper-pagination{
	height: 7px;
}
.swiper-lf .swiper-pagination{
	position: absolute;
	width: auto;
	left: auto;
	right: 20px;
	bottom: 30px;
	z-index: 2;
}
.swiper-lf .swiper-pagination span{
	width: 0;
	height: 0;
	opacity: 1;
	border-radius: 5px;
	margin-left: 8px;
}
.swiper-lf .swiper-pagination .swiper-pagination-bullet-active{
	width: 0;
}

.swiper-rt {
    width: 481px;
    height: 384px;
    display: inline-block;
    margin-left: 19px;
    float: right;
}

.tab-tit{
	height: 54px;
	width: 100%;
    font-size: 28px;
    font-weight: bold;
    padding: 11px 0;
	border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.tab-tit .tit{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
    font-weight: bolder;
	color: #000;
    margin-left: 16px
}
.tab-tit .tit.cur{
	border-bottom: 4px solid #1764CE;
    color: #1764CE;
    background: none;
}
.tab-tit span{
	float: left;
	line-height: 40px;
	margin-left: -6px;
}

.tab-item{
    height: 290px;
}

.tab-item li {
    border-bottom: 2px #EEEEEE dashed;
}

.tab-item a{
    display: block;
    width: 100%;
	float: left;
	color: #000;
    height: 46px;
    font-weight: 400;
    line-height: 46px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.showicon {
    width: 6px;
    height: 9px;
    margin-right: 11px;
    background: url("./noshowIcon.png") no-repeat;
    background-size: cover;
    display: inline-block;
}

.tab-item li:hover a {
    color: #1764CE;
}

.tab-item li:hover .showicon{
    background: url("./showIcon.png") no-repeat;
    background-size: cover;
}

.index-w3 {
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
}

.index-w3 .w3-lf {
    width: 680px;
    display: inline-block;
}

.index-w3 .mobile {
    display: none;
}

.index-w3 .w3-rt {
    width: 486px;
    height: 360px;
    display: inline-block;
    margin-left: 19px;
}

.w3-lf .lf-tit {
    height: 60px;
    padding: 14px 23px 13px 0;
    background: #F9F9FB;
    cursor: pointer;
}

.w3-lf .lf-tit .lficon {
    display: inline-block;
    width: 6px;
    height: 33px;
    background: #1764CE;
    margin-right: 10px;
}

.w3-lf .lf-tit .lf-tit-title {
    font-size: 28px;
    font-weight: bold;
    color: #1764CE;
    line-height: 36px;
}

.w3-lf .lf-tit .lf-tit-more {
    font-size: 16px;
    color: #B5BBBF;
    display: inline-block;
    line-height: 36px;
    float: right;
}

.w3-list {
    height: 300px;
}

.w3-list ul li {
    width: 680px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed #eee;
}

.w3-list-ul li a {
    display: inline-block;
    width: 75%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w3-list-ul li span {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #999;
}

.w3-list ul li:hover a {
    color: #1764CE;
}

.w3-list ul li:hover .showicon{
    background: url("./showIcon.png") no-repeat;
    background-size: cover;
}

.w3-rt img {
    width: 486px;
    height: 114px;
}

.w3-rt a:nth-of-type(2) img {
    margin: 10px 0;
}

.topicImg {
    width: 100%;
    height: 108px;
    margin-bottom: 48px;
    object-fit: cover;
}

.index-w32 {
    height: 398px;
}

.w3-rt2 {
    width: 486px;
    height: 360px;
    display: inline-block;
    margin-left: 19px;
    float: right;
}

.w3-rt2 .rt2-top {
    width: 100%;
    height: 56px;
    padding: 0 16px 0 20px;
    background: #1584F1;
    line-height: 56px;
    cursor: pointer;
}

.w3-rt2 .rt2-top a:first-child {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.w3-rt2 .rt2-top a:last-child {
    color: #fff;
    font-size: 16px;
    float: right;
}

.w3-rt2-menu {
    height: 342px;
    overflow: hidden;
}

.w3-rt2-menu a:nth-child(2) {
    margin: 0 14px;
}

.w3-rt2-menu a:nth-child(5) {
    margin: 0 14px;
}

.w3-rt2-menu .menu-bar {
    width: 150px;
    height: 156px;
    padding-top: 37px;
    text-align: center;
    display: inline-block;
    background: url("./img-icon-bg.png") no-repeat;
    background-size: cover;
    margin-top: 15px;
}

.w3-rt2-menu .menu-bar img {
    width: 58px;
    height: 58px;
    margin: 0 auto;
}

.w3-rt2-menu .menu-bar span {
    display: block;
    font-size: 20px;
    line-height: 36px;
}

.index-w33 {
    height: 332px;
}

.w3-showIcon {
    padding-top: 29px;
}

.w3-showIcon a {
    display: inline-block;
    border: 1px solid #C8D2DB;
    border-radius: 4px;
}

.w3-showIcon a:first-child {
    margin-right: 30px;
}

.w3-showIcon img {
    width: 320px;
    height: 170px;
}

.w3-showIcon .icon-tit {
    width: 320px;
    padding: 0 18px;
    font-size: 18px;
    line-height: 60px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.otherList {
    width: 486px;
}

.otherList ul li {
    width: 486px;
    height: 46px;
    line-height: 46px;
    border-bottom: 2px dashed #CCCCCC;
}

.win {
    display: inline-block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    body{
        width: auto;
    }
    .tab1 {
        padding: .2rem .3rem 0;
    }
    .win {
        display: none;
    }

    .mobile {
        display: block;
    }
    .swiper {
        width: 100%;
        height: auto;
        margin-bottom: .5rem;
    }
    .swiper-rt {
        margin: 0 auto;
    }
    .swiper-lf .swiper-pagination span{
        width: 8px;
        height: 8px;
        opacity: 1;
        border-radius: 5px;
        margin-left: 8px;
        background: #fff;
    }
    .swiper-lf .swiper-pagination .swiper-pagination-bullet-active{
        width: 25px;
    }

    .swiper-lf .swiper-paginationOther{
        height: 7px;
    }
    .swiper-lf .swiper-paginationOther{
        position: absolute;
        width: auto;
        left: 50%;
        bottom: -20px;
        z-index: 2;
    }
    .swiper-lf .swiper-paginationOther span{
        width: 8px;
        height: 8px;
        opacity: 1;
        border-radius: 5px;
        margin-left: 8px;
        background: #C8D2DB;
    }
    .swiper-lf .swiper-paginationOther .swiper-pagination-bullet-active{
        width: .5rem;
        background: #1764CE;
    }

    .swiper-item a p {
        font-size: .24rem;
    }
    .index-w2 {
        height: auto;
    }
    .index-w2 .tit {
        line-height: 40px;
    }

    .swiper-lf {
        width: 100%;
        height: auto;
    }
    .swiper-rt {
        width: 100%;
        height: auto;
    }

    .index-w3 {
        width: 100%;
        height: auto;
        display: block;
    }

    .index-w3 .w3-lf {
        width: 100%;
    }

    .index-w3 .w3-list ul li {
        width: 100%;
    }

    .index-w3 .w3-rt {
        float: none;
        width: 100%;
        height: auto;
        margin: 20px auto 0;
    }

    .index-w3 .mobile {
        display: block;
        width: 100%;
        height: auto;
    }

    .w3-rt img {
        width: 100%;
        height: auto;
    }

    .index-w3 .w3-lf .secrecy {
        height: 0.74rem;
        padding: 0;
        border-bottom: 2px solid #1492FF;
    }

    .w3-lf .lf-tit .secrecy-a {
        display: block;
        width: 2.66rem;
        height: 0.74rem;
        background: #1584F1;
        font-size: 0.3rem;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.74rem;
        text-align: center;
    }

    .index-w32 .w3-rt2 {
        float: none;
        width: 100%;
        height: auto;
        margin: 20px auto 0;
    }

    .index-w32 .w3-rt2 .w3-rt2-menu {
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .index-w32 .w3-rt2 .w3-rt2-menu a {
        margin: .06rem;
    }

    .w3-rt2-menu .menu-bar {
        width: 2.18rem;
        height: 2.18rem;
        padding-top: .7rem;
    }

    .index-w33 .w3-rt2 {
        width: 100%;
        height: auto;
        float: none;
        margin: 20px auto 0;
    }
    .otherList {
        width: 100%;
    }
    .mobNone {
        display: none;
    }

    .index-w3 .mobNone {
        display: none;
    }

    .w3-list-ul li a {
        width: 96%;
        font-size: .3rem;
    }
    .clockPic {
        width: 100%;
        margin-top: .4rem;
        height: auto;
    }
}