@charset "utf-8";
* {margin:0;padding:0;border:0;list-style:none;box-sizing:border-box;}
body{background:#fff;color:#000;font:1rem "微软雅黑";line-height:200%;}
img{border:0;outline:none;}
div {box-sizing:border-box;}
a{color:#000;text-decoration:none;outline:none;}
a:hover{color:#0168b7;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.w1200 {width:1200px;margin:0 auto;}
.w800 {width:800px;_height:500px;min-height:500px;padding-right:30px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt210 {margin-top:210px;}
.mt510 {margin-top:510px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml50 {margin-left:50px;}
.mr30 {margin-right:30px;}
.pt50 {padding-top:50px;}
.pt30 {padding-top:30px;}
.bt{border-bottom:1px dotted #aaa;}

.home_01 {width:560px;overflow:hidden}
.home_02 {width:610px;overflow:hidden}

#header{width:100%;height:auto;max-width:800px;margin:0 auto;}
#header img {width:100%;height:auto;}

/* Header-------------------------------------------------------------- */

#footer {width:100%;height:auto;max-width:800px;margin:0 auto;}
#footer img {width:100%;height:auto;}

/* Footer-------------------------------------------------------------- */

#container {min-height:50rem;_height:50rem;padding-bottom:50px;position:relative;max-width:800px;margin:0 auto;}

/* Common style */

.list {padding:0 1.5rem;background:url("dwhzjl_xmjs_title.png") no-repeat;}
.list li {height:auto;bclear:both;overflow: hidden;margin-top:1rem;}
.list li .news_title {display:block;padding:0;font:1.5rem/150% "微软雅黑";height:auto;clear: both;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;color:#0068b7;margin-bottom:0.5rem;}
.list li .news_title span {padding-bottom:20px;font-weight:lighter;display: inline-flex; width: 3ch; justify-content: flex-end;}
.list li .news_title span::before{content: '0';opacity: calc(10 - var(--num));margin-left: clamp(-1ch, calc((9 - var(--num)) * 1ch),0ch);}
.list li .news_title a {position: relative;bottom:-1rem;font-weight:bold;color:#0068b7;}
.list li .news_img {width:40%;height:auto;float: left;display: inline-block;position: relative;padding-top: 26%;overflow: hidden;}
.list li .news_img img {width:100%;height:100%;position: absolute;top: 0;left: 0;object-fit: cover;}
.list li .news_Summary {display: inline-block;width:56%;float: right;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:5;display: -webkit-box;-webkit-box-orient:vertical;line-height: 200%;}
.list li .news_Summary span {display: block;color:#888;margin-bottom:0.5rem;}
.list .Double .news_img {float: right;}
.list .Double .news_Summary {float: left;}

.tot_content img {max-width:100%;}
/*---------------*/
/***** Julia *****/
/*---------------*/
figure.effect-julia {background:#025ca8;}
figure.effect-julia img {max-width: none;-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
figure.effect-julia:hover img {opacity: 0.5;-webkit-transform: scale3d(1.2,1.2,1);transform: scale3d(1.2,1.2,1);}

/*---------------*/
/***** Bubba *****/
/*---------------*/

@media(max-width: 600px) {
	.list li .news_title {font-size:1rem;}	
	.list li .news_Summary {font-size:0.8rem;-webkit-line-clamp:4;}
	.list li .news_Summary span {margin-bottom:0rem;}
}