<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home#top_con{
    height: calc(100vh - 60px);
    width: 100%;
    padding-top: 38px;
    min-height: 600px;
    background:url("../images/W_bg_01.png") no-repeat center;
    background-size:100% 100%;
	box-sizing: border-box;
    overflow: hidden;
}

.home #text{
    padding-bottom: 142px;
    height: 120px;
    color: #fff;
    margin-left:28px ;
}
.home #text p{
    font-size: 16px;
}
.home #text .line{width: 500px;height: 2px;background-color: #fff;margin: 10px 0;}
.home #text h3{font-weight: 600;font-size: 38px;}

.home .inner_con {
	position: relative;
    width: 1200px;
    background:url("../images/W_index_02.png") no-repeat center;
    background-size:100% 100%;
	box-sizing: border-box;
    overflow: hidden;
    height: 100%;
}

#time{
    font-size: 24px;
    line-height: 30px;
    color:#b3722f;
    margin-bottom: 60px;
}

#news{
    width: 540px;
    height: 364px;
    background: #f1f1f3dc;
    position: relative;
    margin-left: 28px;
}

#news:hover{
    box-shadow: 0 6px 15px 0 rgba(168,182,191,.4);
}

#news_nav .nav{
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    width: 50%;
    text-align: center;
    font-size: 18px;
    background: #e4888a;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
}

#news_nav .nav.active{
    background: none;
    color: #543233;
}

#news ul{
    padding: 10px 18px 20px;
	overflow: hidden;
	overflow-y: auto;
}

#news #txt{
    padding: 10px 18px 20px;
    margin-top: 20px;
}

#news #txt p{
    text-indent: 2em;
    font-size: 15px;
    line-height: 30px;
    color: #543233;
}

#news ul li i{
	display: inline-block;
	width: 5%;
}
#news ul li a{
	display: inline-block;
	width: 80%;
    font-size: 14px;
    line-height: 30px;
	color: #000;
}

#news ul li .date{
	display: inline-block;
	width: 15%;
    font-size: 12px;
}

#news .more{
    position: absolute;
    font-size: 14px;
    text-align: right;
    color: #74a546;
    right: 15px;
    bottom: 5px;
}

#news .more a{
    padding-right: 10px;
    background: url("../images/more.png") no-repeat right 3px;
    -webkit-background-size: 23%;
    background-size: 23%;
}

#news .more a:hover{
    border-bottom: 1px solid #b3722f;
}

#news .more a{
    color: #b3722f;
}
#news .more.clickBtn{
    width: 100%;
    text-align: center;
    bottom: 40px;
    left: 0;
    right: 0;
}
#news .more.clickBtn a{
    width: 200px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f9920b;
    display: inline-block;
    transition: all .2s;
    font-size: 20px;
}
#news .more.clickBtn a:hover{
    border-bottom:none;
    transform: scale(1.1);
}
#news_01{
    display: none;
}
#news_02 ul{
	margin: 0 auto;
	width: 95%;
	padding-top: 10px;
	height: 212px;
}



#main_con .l_title{
    font-family: "SimHei";
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #905c2e;
}


#main_con .list_con{
    padding: 0 10px;
}

#main_con .list_con li:hover{
    box-shadow: 0 6px 15px 0 rgba(168,182,191,.4);
    background: #f2f2f2;
}

.zp-list01{
    margin-top: 30px;
}

.zp-list14{
    margin-bottom: 30px;
}

.zp-list01 li{
    width: 280px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}

.zp-list01 li:nth-child(2)
{
    margin: 0 20px;
}

.zp-list01 li:nth-child(3){
    margin-right: 20px;
}

.zp-list01 li img{
    width: 278px;
}

.zp-list11 li img{
    height: 228px;
}

.zp-list12 li img{
    height: 220px;
}

.zp-list13 li img{
    height: 190px;
}

.zp-list14 li img{
    height: 285px;
}


.zp-list11.play_con .item-top .bg-mask{
    position: absolute;
    width: 280px;
    height: 228px;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.zp-list12.play_con .item-top .bg-mask{
    position: absolute;
    width: 280px;
    height: 220px;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}
.zp-list13.play_con .item-top .bg-mask{
    position: absolute;
    width: 280px;
    height: 190px;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.zp-list14.play_con .item-top .bg-mask{
    position: absolute;
    width: 280px;
    height: 285px;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}


.zp-list11.play_con .item-top{
    position: relative;
    width: 280px;
    height: 228px;
    overflow: hidden;
}

.zp-list12.play_con .item-top{
    position: relative;
    width: 280px;
    height: 220px;
    overflow: hidden;
}

.zp-list13.play_con .item-top{
    position: relative;
    width: 280px;
    height: 190px;
    overflow: hidden;
}

.zp-list14.play_con .item-top{
    position: relative;
    width: 280px;
    height: 285px;
    overflow: hidden;
}



.zp-list01 li .item-bot{
    height: 120px;
    margin-top: 20px;
    padding-left: 10px;
}

.zp-list01 li .item-bot p{
    font-family: '瀵邦喛钂嬮梿鍛寸拨 Light';
    font-size: 16px;
    font-weight: 600;

}

.play_con .item-top{
    position: relative;
    width: 360px;
    height: 500px;
    overflow: hidden;

}

.play_con .item-top .bg-mask{
    position: absolute;
    width: 280px;
    height: 230px;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.play_con .ba-ico {
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    background: url("../images/ad.png");
    background-position: 0 0;
    left: 50%;
    margin-left: -23px;
    top: 50%;
    margin-top: -23px;
}

.zp-list01.play_con li:hover .ba-ico{
    display:block;
    background-position:-46px 0;
}

.zp-list01.play_con li:hover .bg-mask{
    display: block;
}
</pre></body></html>