*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body{
    font-family:"Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", sans-serif;
    font-size: 12px;
    background-color:#fafafa;	
}
.ui-info-panel{
	width: 990px;
	margin: 0 auto;
}
.ui-info-panel-hd {
    border-bottom: 1px solid #e1e1e1;
}
.ui-info-panel-tit{
	width: 85px;
	font-weight: normal;
	font-family: "宋体";
	font-size: 20px;
	border-bottom: 1px solid #0070ca;
	padding: 43px 2px 8px;
	margin-bottom: -1px;
	
}
.ui-info-search{
	padding-top: 10px;
	overflow: hidden;
}
.ui-info-search>div>input{
	border: none;
	padding-left: 5px;
	float: left;
	line-height: 28px;
}
.ui-info-search>div{
	font-size: 14px;
	border-top:  1px solid #0070ca;
	border-bottom:  1px solid #0070ca;
	border-left: 1px solid #15bdf4;
	background-color: #fff;
	padding-right: 5px;
	float: left;
}
.ui-info-search>div>.layui-icon{
	float: right;
	line-height: 28px;
	color: #999;
	font-size: 20px;
}
.ui-info-search-tit{
	width: 208px;
	border-left-color: #0070ca !important;
}
.ui-info-search-tit>input{
	width: 100%;
}
.ui-infor-search-star{
	width: 184px;
}
.ui-infor-search-star>input{
	width: 158px;
}
.ui-infor-search-end{
	width: 174px;
}
.ui-infor-search-end>input{
	width: 148px;
}
.ui-infor-search-btn{
	float: left;
	width: 73px;
	line-height: 30px;
	color: #fff;
	background-color: #0070ca;
	outline: none;
	border: none;
	cursor: pointer;
}
.news-content {
    width: 100%;
    margin-bottom: 15px;
}
.news-content-item {
    width: 100%;
    margin-top: 10px;
    padding: 15px ;
    box-sizing: border-box;
    border: 1px solid #eef0f2;
    position: relative;
    background-color: #fff;
}
.news-content-item-lf {
    background-color: #5c99c9;
    text-align: center;
    line-height: 35px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.news-content-item-lf .news-date {
    font-size: 22px;
   
}
.news-content-item-lf a {
    display: block;
    width: 70px;
    height: 35px;
    color: #fff;
	float: left;
}

.news-content-item-lf a:last-child{
	width: 55px !important;
}
.news-content-item-lr{
	height: 35px;
	line-height: 35px;
	text-align: left;
	padding-left: 150px;
	box-sizing: border-box;
}
.news-content-item-lf .news-year {
    font-size: 14px;
     background-color: rgba(255, 255, 255, .5);
    box-shadow: 3px 0 3px rgba(255, 255, 255, .2) inset, -3px 0 3px rgba(255, 255, 255, .2) inset;
}
.news-content-item-lr-tit {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin: 0;
    line-height: 35px;
	display: inline-block;
	cursor: pointer;
}
.news-content-item-lr-text {
    padding-top: 3px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-publisher{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 14px;
	color: #666;
}
#page{
	text-align: center;
}
#page .layui-laypage-prev{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
#page .layui-laypage-next{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
#page a,#page span{
	background-color: #c4ccd9;
	color: #fff;
	margin-left: 5px;
 
}
.s1{
    width: 80px;
    display: inline-block;
    text-align: center;
}
.s2{
    width: 120px;
    display: inline-block;
    text-align: center;
}
a{
	text-decoration:none !important;
}