 .news-tag {
            width: 1200px;
            margin: 0 auto;
            color: #666666;
            font-size: 0;
            line-height: 1.5;
            padding: 20px 0 40px 0;
            letter-spacing: -4px;
            word-spacing: -4px;
            text-align: center;
        }

        .news-tag a {
            text-decoration: none;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: top;
            height: 50px;
            line-height: 50px;
            color: #333333;
            font-size: 16px;
            padding: 0 20px;
            margin: 0 1px;
            background: #f2f2f2;
            letter-spacing: normal;
            word-spacing: normal;
        }

        .news-tag a:hover,.news-tag a.cur {
            background: #1286FD;
            color: #fff;
            font-size: 16px;
        }

        .news-con {
            width: 1200px;
            margin: 0 auto;
            overflow: hidden;
        }

        .news-con-left {
            width: 850px;
            float: left;
        }

        ul.news-con-left-list {

        }

       

 

        .news-con-right {
            width: 275px;
            float: right;
            background: #fbfbfb;
            padding: 15px;
        }
        .news-con-right .related {
            color: #333;
            font-size: 24px;
            font-weight: bold;
            padding: 10px 0;
            text-align: center;
        }
		
		
        .news-con-right ul.related-list {
        }
		
	
			
        .news-con-right ul.related-list li {
            padding: 0;
            position: relative;
			text-align:left;
        }
        .news-con-right ul.related-list li a {
            font-size: 18px;
            color: #666666;
            text-decoration: none;
        }
		
        .news-con-right ul.related-list li .cur {
            font-size: 18px;
            color: #1179E5;			
            text-decoration: none;
			font-weight:bold;
        }
		
				
        .news-con-right ul.related-list li a p {
            line-height: 2;
            margin-bottom: 10px;
        }
        .news-con-right ul.related-list li .date {
            height: 20px;
            line-height: 20px;
            padding: 0 0 0 24px;
            background: url("http://zw.test.zhuiwan.org/theme/2022/static/images/news/ico_time.png") no-repeat left center;
            color: #999;
            font-size: 14px;
        }
        .news-con-right ul.related-list li i {
            position: absolute;
            bottom: 10px;
            right: 0;
            width: 40px;
            height: 20px;
            background: url("/theme/2022/static/images/news/ico_more.png") no-repeat;
            background-size: 100% 100%;
        }
		
		.artlist{}
.artlist-item{display:flex;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.06);min-height:160px;padding:30px 0;}
.artlist-item:first-child{padding-top:10px;}
.artlist-item-image{width:200px;margin-right:30px;}
.artlist-item-image img{width:100%;max-height:140px;border-radius:4px;}
.artlist-item-image svg{width:100%;text-anchor:middle;border-radius:4px;border:1px solid #eaeaea;}
.artlist-item-body{flex:1;overflow:hidden;padding-right:20px;}
.artlist-item-body .title{font-size:20px;font-weight:bold; text-align:left}
.artlist-item-body .desc{font-size:16px;color:#666;line-height:40px;margin-top:15px;text-align:left}
.artlist-item-body .desc p{margin:0;}
.artlist-item-body .tags{color:#999;margin-top:15px;text-align:left}
.artlist-item-body .tags a{margin:0 6px;font-size:15px;font-family:arial,microsoft yahei;color:#666;}
.artlist-item-body .tags a:hover{color:#f30;}
.artlist-item-date{width:120px;padding:40px 0 0 40px;font-size:28px;color:#999;font-weight:300;position:relative;}
.artlist-item-date:after{display:block;content:"";width:1px;height:60px;background:#f3f3f3;left:10px;top:32px;position:absolute;}
.artlist-item-money{width:200px;font-size:18px;color:#F60;}
.artlist-item-money span{display:block;font-size:16px;color:#333;line-height:36px;font-weight:bold;}
.artlist-item-money:after{height:80%;}
.artlist-item:hover .artlist-item-date{color:#1890FF;}
.artlist-item:hover .artlist-item-body .title{color:#1890FF;}
.artlist-item:hover .artlist-item-body .desc{color:#333;}

.artlistx{
    width: 100%; 
    flex-wrap: wrap;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.artlist-itemx{min-height:160px;width: 30%; margin: 0px 1.5% 10px;}

/*.artlist-itemx:first-child{padding-top:10px;}*/
/*.artlist-itemx-image{width:200px;}*/
.artlist-itemx-image img{
    width:100%;
    /*max-height:140px;*/
    border-radius:4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.artlist-itemx:hover img{
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}
.artlist-itemx .title{font-size:14px;font-weight:bold; text-align:center;padding-top: 10px}
/*.artlist-itemx-image svg{width:100%;text-anchor:middle;border-radius:4px;border:1px solid #eaeaea;}
.artlist-itemx-body{flex:1;overflow:hidden;padding-right:20px;}
.artlist-itemx-body .title{font-size:20px;font-weight:bold; text-align:left}
.artlist-itemx-body .desc{font-size:16px;color:#666;line-height:40px;margin-top:15px;text-align:left}
.artlist-itemx-body .desc p{margin:0;}
.artlist-itemx-body .tags{color:#999;margin-top:15px;text-align:left}
.artlist-itemx-body .tags a{margin:0 6px;font-size:15px;font-family:arial,microsoft yahei;color:#666;}
.artlist-itemx-body .tags a:hover{color:#f30;}
.artlist-itemx-date{width:120px;padding:40px 0 0 40px;font-size:28px;color:#999;font-weight:300;position:relative;}
.artlist-itemx-date:after{display:block;content:"";width:1px;height:60px;background:#f3f3f3;left:10px;top:32px;position:absolute;}
.artlist-itemx-money{width:200px;font-size:18px;color:#F60;}
.artlist-itemx-money span{display:block;font-size:16px;color:#333;line-height:36px;font-weight:bold;}
.artlist-itemx-money:after{height:80%;}
.artlist-itemx:hover .artlist-itemx-date{color:#1890FF;}
.artlist-itemx:hover .artlist-itemx-body .title{color:#1890FF;}
.artlist-itemx:hover .artlist-itemx-body .desc{color:#333;}
*/


.artshow{}
.artshow h1{font-size:24px;font-weight:bold;margin:0;}
.artshow .info{line-height:50px;border-bottom:1px solid #f3f3f3;margin-bottom:20px;color:#666;}
.artshow .info span{color:#999;}
.artshow .info i{color:#ccc;margin-right:5px;}
.artshow .other{margin:15px 0;padding:0px;}
.artshow .other ul{overflow:hidden;list-style:none;display:flex;flex-wrap:wrap;}
.artshow .other ul li{width:25%;line-height:40px;}
.artshow .other ul li span{color:#999;}
.artshow .content a{color:#03C;}
.artshow .content a:hover{color:#f30;}
.artshow .content p{margin-bottom:20px;line-height:30px;}
.artshow .content img{max-width:100%;}
.artshow .action{display:flex;justify-content:center;margin:30px 0 10px 0;}
.artshow .action a{display:block;cursor:pointer;margin:0 15px;width:70px;height:70px;margin-bottom:10px;line-height:60px;text-align:center;border-radius:50%;box-shadow:0px 0px 30px rgba(0,0,0,0.1);position:relative;}
.artshow .action a i{font-size:30px;color:#999;}
.artshow .action a em{display:block;font-family:verdana;color:#999;position:absolute;bottom:-15px;left:0;right:0;}
.artshow .action a:hover{box-shadow:0px 0px 30px rgba(0,132,255,0.3)}
.artshow .action a:hover i{color:#1890FF;}
.artshow .tags{color:#999;margin:15px 0;}
.artshow .tags a{margin:0 10px 10px 0;}

.proshow{}
.proshow .col-left{width:55%;border-right:1px solid #f3f3f3;padding:20px 3%;}
.proshow .col-left .big_pic{text-align:center;}
.proshow .col-left .big_pic img{max-width:100%;}
.proshow .col-left .thumb_pic{margin:30px 0 0 0;text-align:center;}
.proshow .col-left .thumb_pic ul{margin:0 auto;}
.proshow .col-left .thumb_pic ul li{display:inline-block;margin-right:5px;width:60px;height:60px;border:1px solid #eaeaea;padding:0px;cursor:pointer;position:relative;z-index:1;}
.proshow .col-left .thumb_pic ul li.active{border:1px solid #2DB7F5;background:#fff;}
.proshow .col-left .thumb_pic ul li.active:after{content:" ";position:absolute;right:24px;top:-5px;width:11px;height:11px;border:#2DB7F5 solid 1px;border-bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}

.proshow .col-right{width:45%;padding:20px 3%;}
.proshow .col-right h1{font-size:24px;font-weight:bold;}
.proshow .col-right .intro{color:#888;margin:10px 0;}
.proshow .col-right .attribute{list-style:none;margin:10px 0;}
.proshow .col-right .attribute li{line-height:30px;}
.proshow .col-right .attribute li em{display:inline-block;width:60px;font-style:normal;color:#999;}
.proshow .col-right .price{font-size:14px;line-height:30px;margin:20px 0;}
.proshow .col-right .price span{font-size:26px;color:#f60;}
.proshow .col-right .price em{font-size:12px;color:#999;font-style:normal;padding-left:5px;}
.proshow .col-right .tags{color:#999;margin:15px 0;}
.proshow .col-right .tags a{margin:0 10px 10px 0;}

.proshow_content{padding:20px 0;}
.proshow_content a{color:#03C;}
.proshow_content a:hover{color:#f30;}
.proshow_content p{margin-bottom:20px;line-height:24px;}
.proshow_content p img{max-width:100%;}

.proshow_content .extend{list-style:none;}
.proshow_content .extend li{font-size:15px;line-height:30px;}
.proshow_content .extend li em{display:inline-block;width:120px;font-style:normal;color:#999;font-size:15px;margin-right:15px;}
.contents {}
.contents p ,.contents div{line-height:2.0;font-size:17px;text-align:left}
.contents p ,.contents div a{border-bottom:1px dashed #000}
.contents img ,.contents img{width:100%}