@charset "utf-8";
@font-face {
    font-family:'方正小标宋简体';
    src: url('http://www.shiyan.gov.cn/material/fonts/fz.ttf') format('truetype');
}
@font-face {
    font-family:'仿宋_GB2312';
    src: url('http://www.shiyan.gov.cn/material/fonts/fsgb2312.ttf') format('truetype');
}
.gridr {
    width: 1230px;
    margin: 0 auto;
    /* margin-bottom: 20px; */
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}
/* 概览 */
.guiz-table{
	padding: 0 25px;
}
.guiz-table table{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.guiz-table thead {
	font-family: '方正小标宋简体';
	height: 70px;
	line-height: 70px;
	border-bottom: 2px solid #0f5a9b;
	font-size: 20px;
}

.guiz-table .list-index {
    width: 7%;
    text-align: center;
}

.guiz-table td.list-index {
    font-size: 16px;
}
.guiz-table  .list-down {
    width: 23%;
    text-align: center;
}
.guiz-table thead th {
    text-align: center;
}
.guiz-table  td {
    font-size: 14px;
    font-family: simsun;
    padding: 13px 0;
}
.guiz-table p{
    line-height: 24px;
    font-size: 16px;
    font-weight: bolder;
    margin: 3px 0;
}
.guiz-table tbody tr:nth-child(even) {
    background-color: #eee;
}
.guiz-table .news-inf {
    line-height: 24px;
    color: #5d89b6;
    font-size: 14px;
    display: block;
    text-align: left;
}
/* 细览 */
.guiz-detail .logo{
	padding-bottom: 30px;
	border-bottom: 5px solid #015293;
	text-align: center;
}

.guiz-detail {
    padding: 15px 25px 0;
}
.guiz-detail .logo span{
	background: url(http://www.shiyan.gov.cn/material/images/logo1.png) 0 50% no-repeat;
	color: #f70000;
	display: inline-block;
	height: 92px;
	padding-left: 89px;
	line-height: 92px;
	font-family:'方正小标宋简体';
	font-size: 40px;
}
.guiz-detail .article-footer{
    padding: 40px 4% 5px;
    border-top: 5px solid #015293;
    font-family:'方正小标宋简体';
    font-size: 28px;
    color: #015293;
    text-align: right;
}
.guiz-detail .down-box{
    position: absolute;
    right: 0;
    bottom: 17px;
}
.guiz-detail .down-box a{
    display: inline-block;
    box-sizing: border-box;
    width: 90px;
    height: 38px;
    border: 1px solid #d2d2d2;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 12px;
}
.guiz-detail-header{position: relative;}
.guiz-detail h2{
	font-size: 28px;
	font-family: '方正小标宋简体';
	font-weight: normal;
	padding: 35px 20px 10px;
	line-height: 40px;
}

.guiz-detail .news-inf {
    font-family: '仿宋_GB2312';
}
.news-inf{
	text-align: center;
	font-size: 18px;
	font-family: simsun;
}
.guiz-detail .article-box{
	padding: 38px 0px 0px;
}

.guiz-detail .article {
    padding: 17px 0px 49px;
}

.guiz-detail .article-box p,
.guiz-detail .article-box p span{
	font-size: 21px!important;
	line-height: 38px!important;
	font-family: '仿宋_GB2312'!important;
	margin-bottom: 0;
}
.guiz-detail .article-box p strong{
	font-size: 21px!important;
	font-family: '黑体';
}
@media (max-width: 1230px){
  .gridr {
    width: 100%;
    padding: 15px;
  }
}
@media(max-width:992px){
	.guiz-detail .logo span{
		font-size: 22px;
		background-size: 24% auto;
	}

	.guiz-detail .logo {
		padding-bottom: 50px;
	}

	.guiz-detail {
		padding: 10px 0;
	}

}