table {
    margin: 0 auto;
    border: solid 1px #ebebeb;
    font-size:1rem;
    line-height: 1.75rem;
    max-width: 90%;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}
table tr:nth-child(odd){
    background-color: #f9f9f9;
}
table tr:hover {
	background-color: #00c8aa;
	text-align: center;
	color:#fff;
}
table td,table th {
	/* border-bottom: solid 1px #ddd; */
	/* border-right: solid 1px #ddd; */
	padding: 5px 10px
}
.bread-line {
	font-size: 12px;
	color: #999999;
	/* line-height: 50px; */
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.bread-line a {
	color: #999999;
}

.bread-line a.color33 {
	color: #333;
}

.bread-line span {
	color: #333;
}

.art-wrap {
	padding-bottom: 32px;
	justify-content: space-between;
}

.art-con-left {
	width: 75%;
}
.art-con-left h1{
	margin-top: 20px;
}
.art-con-left .art-title {
	font-size: 28px;
	padding: 30px 0 15px;
	font-weight: bold;
	line-height: 35px;
	color: #333333;
}

.art-con-left .article_sourse {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin-top: 10px;
}

.art-con-left .article_sourse span {
	padding-right: 15px;
}

.art-con-left .article-txt {
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	padding-top: 20px;
}
.art-con-left .article-txt p {
    /* margin-bottom: 20px; */
    /* text-indent: 30px; */
}
.art-con-left .article-txt img{
    display: block;
    max-width: 550px;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    margin: 10px auto;
}
.art-con-left .article-txt h2,
.art-con-left .article-txt h3 {
    margin: 15px 0 15px;
    font-weight: 600;
}

.art-con-left .article-txt h2 {
    font-size: 22px;
    color: var(--primary);
}

.art-con-left .article-txt h3 {
    font-size: 19px;
}
.art-con-left .article-txt p {
	padding: 10px 0;
	text-align: justify;
}

.art-con-left .art-pages {
	padding-top: 20px;
	justify-content: space-between;
}

.art-con-left .art-pages a {
	width: 46%;
	display: block;
	padding: 0 10px;
	height: 35px;
	color: #999999;
	line-height: 35px;
	background: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #EEEEEE;
}

.art-con-left .art-pages a:hover {
	color: #00c8aa;
}

.art-con-left .art-pages a:last-child {
	/* float: right; */
}

.art-con-left .art-adbox {
	width: 880px;
	margin-top: 36px;
}

.art-con-left .art-adbox img {
	display: block;
	width: 100%;
}

.art-con-left .art-list-box {
	padding-top: 20px;
}

.art-con-left .art-list-box .art-th {
	border-bottom: 1px solid #eeee;
	padding: 14px 0;
	font-size: 24px;
	color: #333333;
	font-weight: 500;
}

.art-con-left .art-list-box li {
	border-bottom: 1px dashed #eee;
	padding-bottom: 25px;
}

.art-con-left .art-list-box li:last-child {
	border-bottom: 0;
}

.art-con-left .art-list-box li a:hover .th-txt {
	color: #00c8aa;
}

.art-con-left .art-list-box li a .th-txt {
	color: #333;
	padding-top: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 20px;
	line-height: 30px;
}

.art-con-left .art-list-box li a .txt {
	color: #999999;
	line-height: 28px;
	font-size: 16px;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.art-adbox-right {
	width: 300px;
	height: 250px;
	overflow: hidden;
}

.art-adbox-right img {
	display: block;
	width: 300px;
	height: 250px;
}
.art-con-right{
	width: 23%;
	margin-top: 36px;
}
.art-tj-box {
	background: #FAFAFA;
	padding-bottom: 20px;
}

.art-tj-box .art-tj-th {
	font-weight: bold;
	color: #333;
	font-size: 24px;
	padding: 20px 20px 0;
}

.art-tj-box .tj-list {
	padding-top: 10px;
}

.art-tj-box .tj-list li {
	color: #666666;
	font-size: 16px;
	padding: 0 20px;
	line-height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.art-tj-box .tj-list li a {
	color: #666666;
}

.art-tj-box .tj-list li a:hover {
	color: #00c8aa;
}

.art-tj-box .tj-doc-list li {
	width: 120px;
	height: 220px;
	background: #FFFFFF;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.art-tj-box .tj-doc-list li .doc-img {
	width: 76px;
	margin: 14px auto 0;
	height: 86px;
}

.art-tj-box .tj-doc-list li .doc-img img {
	display: block;
	width: 76px;
	height: 86px;
}

.art-tj-box .tj-doc-list li .doc-infor {
	line-height: 25px;
	padding-top: 13px;
	text-align: center;
}

.art-tj-box .tj-doc-list li .name {
	font-size: 18px;
	display: block;
	color: #333333;
}

.art-tj-box .tj-doc-list li .name:hover {
	color: #00C8AA;
}

.art-tj-box .tj-doc-list li .level {
	font-size: 14px;
	color: #666666;
}

.art-tj-box .tj-doc-list li .doc-btn {
	width: 90px;
	display: block;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	background: #FFFFFF;
	border: 1px solid #00C8AA;
	font-size: 15px;
	text-align: center;
	border-radius: 4px;
	color: #00C8AA;
}

.art-tj-box .tj-doc-list li .doc-btn:hover {
	background: #00C8AA;
	color: #fff;
}

.club-wrap {
	justify-content: space-between;
	margin-top: 20px;
}

.club-banner {
	width: 70%;
	overflow: hidden;
	height: 390px;
}

.club-banner img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.club-hot-list {
	width: 30%;
	padding-left: 20px;
}

.club-hot-list .th {
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
}

.club-hot-list ul {
	padding-top: 10px;
}

.club-hot-list ul li {
	line-height: 44px;
}
.club-hot-list ul li a{
	justify-content: space-between;
}
.club-hot-list ul li a:hover p {
	color: #00C8AA;
}

.club-hot-list ul li p {
	/* float: left; */
	font-size: 16px;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
	text-overflow: ellipsis;
	color: #666666;
}

.club-hot-list ul li span {
	/* float: right; */
	color: #999999;
	font-size: 14px;
}

.mt10 {
	margin-top: 10px;
}

.art-list-left {
	width: 75%;
	padding-top: 10px;
}

.art-list-left .artlist-th {
	border-bottom: 1px solid #eee;
	line-height: 53px;
	padding-top: 10px;
	align-items: center;
	justify-content: space-between;
}

.art-list-left .artlist-th span {
	font-size: 24px;
	font-weight: 500;
	color: #333333;
}

.art-list-left .artlist-th .more {
	float: right;
	color: #999;
	font-size: 16px;
}

.art-list-left .artlist-th .more:hover {
	color: #00C8AA;
}

.art-list-left .artlist-box {
	padding-top: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.art-list-left .artlist-box li {
	/* float: left; */
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	text-overflow: ellipsis;
	width: 49%;
	padding-left: 15px;
	box-sizing: border-box;
	padding-right: 20px;
}

.art-list-left .artlist-box li::before {
	content: '';
	display: inline-block;
	width: 5px;
	left: 0px;
	top: 15px;
	height: 5px;
	background: #DDDDDD;
	position: absolute;
	border-radius: 50%;
}

.art-list-left .artlist-box li a {
	color: #666666;
	font-size: 16px;
}

.art-list-left .artlist-box li a:hover {
	color: #00C8AA;
}

.art-jib-box {
	padding: 0 10px;
}

.art-jib-box a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 36px;
	line-height: 36px;
	color: #666666;
	padding: 0 14px;
	background: #FAFAFA;
	font-size: 16px;
	margin-top: 14px;
}

.art-jib-box a:hover {
	color: #fff;
	background: #00C8AA;
}

.arttj-doc-list li {
	border-bottom: 1px dashed #eee;
	margin-left: 20px;
	width: 280px;
	padding-bottom: 24px;
	padding-top: 24px;
}

.arttj-doc-list li:first-child {
	padding-top: 15px;
}

.arttj-doc-list li:last-child {
	border-bottom: 0;
	padding-bottom: 4px;
}

.arttj-doc-list li .doc-img {
	width: 112px;
	height: 130px;
	float: left;
}

.arttj-doc-list li .doc-img img {
	display: block;
	width: 112px;
	height: 130px;
}

.arttj-doc-list li .doc-infor {
	float: left;
	width: 128px;
	line-height: 25px;
	margin-left: 20px;
}

.arttj-doc-list li .name {
	font-size: 20px;
	padding-bottom: 5px;
	color: #333333;
}

.arttj-doc-list li .name:hover {
	color: #00C8AA;
}

.arttj-doc-list li .goodat {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.arttj-doc-list li .doc-btn {
	width: 116px;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	background: #FFFFFF;
	border: 1px solid #00C8AA;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	color: #00C8AA;
}

.arttj-doc-list li .doc-btn:hover {
	background: #00C8AA;
	color: #fff;
}

.art-second-list {
	padding-top: 0;
	border-top: 0;
}

.art-second-list .artlist-th {
	padding-top: 0;
}

.page-box {
	text-align: center;
	padding: 15px 0;
}
.page-box ul{
    display: flex;
    align-items: center;
}
.page-box li {
	font-size: 14px;
	color: #666;
	/* display: inline-block; */
	/* width: 32px; */
	padding: 2px 7px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #dddddd;
	background-color: #fff;
	border-radius: 3px;
	margin-left: 5px;
}
.page-box li a{
	color: #666;
}
.page-box a.wu {
	opacity: .4;
}

.page-box li.active,
.page-box li:hover {
	background-color: #00c8aa;
	border: 1px solid #00c8aa;
}
.page-box li.active,
.page-box li:hover a,.page-box li:hover span{
	color: #fff;
}

.page-box a.on.wu,
.page-box a:hover.wu {
	background: #fff;
	color: #666;
	border: 1px solid #dddddd;
}

@media(max-width: 1024px) {
    .club-wrap{
        margin-top:10px;
    }
    .club-hot-list,.art-con-right{
        display: none;
    }
	.club-banner,.art-list-left,.art-con-left{
		width: 100%;
	}
}
@media(max-width: 768px) {
    table{
        max-width: 100%;
    }
	.club-banner{
		width: 100%;
	}
	.art-con-right{
		display: none;
	}
	.club-banner{
		height: 330px;
	}
	.art-con-left .art-list-box{
	    padding-top:0;
	}
	.art-con-left .art-pages{
		flex-wrap: wrap;
	}
	.art-con-left .art-pages a{
		width: 100%;
	}
	.art-con-left .art-pages a:first-child{
		margin-bottom: 10px;
	}
	.art-con-left h1{
	    font-size: 16px;
	}
}
@media(max-width: 480px) {
	.club-banner{
		height: 280px;
	}
	.art-list-left .artlist-box li{
		width: 100%;
	}
}
