﻿@charset "utf-8";
  a{
    text-decoration:none;
  }
#dc_des{
    background-image: linear-gradient(#1a284f,#1a284f);
	width:100%;
	position:relative;
	top:-4px;
  }
#top_li{
    width:1000px;
	height:223px;
	margin:0 auto;
  }
#top_li_bg{
    width:600px;
	height:223px;
	position:relative;
	background-image:url(/images/top-bg1.png);
	background-size:500px 180px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position:40px 30px;
	display: table;
  }
#top_li_bg div p{
    margin:0;
	display:table-cell; 
    vertical-align:middle;  
	text-align:center;
}
#top_dc{
    color:#fc0383;
	width:102px;
	height:86px;
	position:absolute;
	left:151px;
	top:105px;
	display: table;
	background-image:url(/images/wh_bg.png);
    background-size:102px 86px;
	cursor:pointer;
 }
#top_lh{
    color:#fff;
	width:102px;
	height:86px;
	position:absolute;
    left:244px;
	top:52px;
	cursor:pointer;
	display: table;
    background-size:102px 86px;
	cursor:pointer;
 }
#top_xm{
    color:#fff;
	width:102px;
	height:86px;
	position:absolute;
	left:336px;
	top:105px;
	display: table;
    background-size:102px 86px;
	cursor:pointer;
 }
#top_dc:hover{
    background-image:url(/images/wh_bg.png);
    background-size:102px 86px;
    color:#fc0383;
}
#top_lh:hover{
    background-image:url(/images/wh_bg.png);
    background-size:102px 86px;
    color:#fc0383;
}
#top_xm:hover{
    background-image:url(/images/wh_bg.png);
    background-size:102px 86px;
    color:#fc0383;
}
.top_cont{
    width:1000px;
	background:#fff;
    box-shadow: 0px 0px 10px #fff;
	margin:0 auto;
	padding:20px 20px;
}
#cont1{
    display:block;
}
#cont2{
    display:none;
}
#cont3{
    display:none;
}
.article{
    width:100%;
	margin:0 auto;
	position:relative;
/*	margin-bottom:50px; */
}
.article_title{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    padding: 50px 0;
    text-align: center;
}
.article_row{
    width:1200px;
	height:750px;
	margin:0 auto;
}
.article_tr{
    margin-bottom: 40px;
    padding-left: 20px;
	width: 31%;
	float:left;
	position:relative;
}
.news-link{
    display: block;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
	color:#333;
}
.news-img-wrap{
    text-align: center;
    height: 220px;
}
.news-img-wrap img{
    width:100%;
	height:100%;
}
.news-text-wrap{
    padding: 15px 20px;
	height: 76px;
    background-color: #fff;
	transition: all .25s ease;
}
.news-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    font-size: 16px;
    color: #333;
	margin:0px;
	font-weight:400;
}
.news-time{
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom:0px;
}
.news-sp{
    position:absolute;
	color:red;
	margin-left:15px;
}
.news-link:hover .news-text-wrap{
    box-shadow: 0px 7px 10px #ddd;
	transition: all .25s ease;
}
.news-link:hover .news-title{
    color:#1299f8;
}
#page{
   text-align: center;
   margin: auto;
   width: 500px;
   height: 32px;
   margin-bottom:50px;
}
.display1{
   padding:4px 0px;
   display:block;
   width:48px;
   border:1px solid #888;
   color:#888;
   border-radius:5px;
   margin:0px 0px 0px 15px;
   float: left;
}
.display2{
   padding:4px 0px;
   display:block;
   width:28px;
   border:1px solid #888;
   color:#888;
   border-radius:5px;
   margin:0px 0px 0px 15px;
   float: left
}
.disable1{
   padding:4px 0px;
   display:block;
   width:48px;
   border:1px solid #888;
   color:#888;
   border-radius:5px;
   margin:0px 0px 0px 15px;
   float: left;
   cursor:not-allowed;
}
.disable2{
   padding:4px 0px;
   display:block;
   width:28px;
   border:1px solid #888;
   color:#888;
   border-radius:5px;
   margin:0px 0px 0px 15px;
   float: left;
   cursor:not-allowed;
}
.total_page{
   padding:4px 0px;
   display:block;
   color:#888;
   margin:0px 0px 0px 15px;
   float: left;
   font-size:15px;
}
.hov:hover{
    color:#fff;
   background: linear-gradient(80deg,#3171ff 0,#a14faf 100%);
}
.act{
   color:#fff;
   background: linear-gradient(80deg,#3171ff 0,#a14faf 100%);
}

#gg{
    position:relative;
    width: 100%;
    height: 200px;
	text-align: center;
	background: linear-gradient(80deg,#3171ff 0,#a14faf 100%);
}
#gg p{
    padding-top: 60px;
    padding-bottom: 40px;
    color: #fff;
    letter-spacing: .5px;
    font-size: 26px;
	margin: 0px;
}
.btn{
    display: inline-block;
    width: 132px;
    height: 36px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    color: #0e88c5;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}