/*body {
	background: #f4f4f4 url(../images/bg-body.jpg) no-repeat center 100px
}*/
.bg-img-body{
	background: url(../images/xc/img-text-body.jpg) no-repeat center top;
	background-size:cover
}
.top-bg {
	height: 100px;
	background: #e61d00 url(../images/public/img-bg-naver.png) no-repeat center bottom;
}
.img-logo {
	width: 285px;
	height: 100px;
	background: url(../images/public/img-logo.png) no-repeat left center;
}
.toper span, .toper a {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	cursor: pointer;
	font-size: 14px;
	color: #fadfdd
}
.toper {
	margin-right: -10px;
	color: #fadfdd;
	text-align: right;
	margin-top: 8px
}
.list-naver li {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-left: 42px;
}
.list-naver li:first-child {
	margin: 0
}
.list-naver li a {
	color: #FFF;
	position: relative
}
.list-naver li.active a:after, .list-naver li a:hover:after {
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 8px;
	background: url(../images/public/icon-naver-arrow.png) no-repeat top center;
	bottom: -13px;
	left: 50%;
	margin-left: -6px
}
.title-common-01 {
	height: 35px;
	border-bottom: #eee solid 1px;
}
.title-common-01 a,.title-common-01 h4 {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-right: 40px;
}
.title-common-01 a.atthis,.title-common-01 h4 {
	color: #e31500;
	border-left: #e31500 solid 3px;
	text-indent: 15px
}
.title-common-01 a.right{
	float:right;
	font-weight:normal;
	font-size:14px;
	color:#999;
	margin-right:0;
	padding-top:2px
}
.icon_more {
	position: absolute;
	right: 0;
	top: -45px;
	font-size: 14px;
	color: #aaa
}
.icon_more a {
	color: #aaa
}
.timeDate,.szfxx_list span{
	font-size: 14px;
	color: #999
}
.szfxx_list{
    overflow: hidden;
    line-height: 38px;
    height: 190px;
}
.szfxx_list span{float: right;}
.list_news_01 li,.szfxx_list li{
	background: url(../images/index/icon-dot-02.png) no-repeat left center;
	padding-left: 20px;
}
.list_news_02 li {
	background-image: url(../images/index/icon-dot-01.png)
}
.list_news_leader li {
	padding-left: 16px;
	background-image: url(../images/index/icon-dot-06.png);
      height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*底部*/
.footer-naver {
	background: #c82314;
	height: 50px;
	line-height: 50px;
}
.footer-naver a {
	padding: 0 6px 0 10px;
}
.footer-link a {
	padding: 0 5px;
}
.footer-link a img {
	height: 25px;
	margin-right: 5px
}
.fixed {
	position: fixed;
	left: 10px;
	bottom: 10px;
}


.local-box{
	width:100%;
	height:60px;
	background:#fafbfc;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.local-info{
	height:60px;
	line-height:60px;
	background:url(../images/public/icon-local.png) no-repeat left center;
	padding-left:35px;
}

input[type=button], input[type=text], input[type=submit] {
    -webkit-appearance: none;
	outline: none;
}
input:-internal-autofill-selected{
	background:none
}
.search-box{
	width:365px;
	height:40px;
	border-radius:20px;
	background:#e6e6e6;
	margin-top:10px;
	position:relative
}
.search-box .input-box{
	width:365px;
	height:40px;
	line-height:40px;
	text-indent:25px;
	background:none
}
.search-box .ewb-search-icon{
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	background:url(../images/index/icon-search-red.png) no-repeat left center;
	background-size:22px;
	cursor:pointer
}
.title-left-common{
	width:100%;
	text-align:center;
	height:55px;
	line-height:55px;
	background:#e41900 url(../images/news/icon-title-right.png) no-repeat right bottom;
	font-size:24px;
	color:#fff
}
.list-left-item li a,.list-left-item li div{
	display:block;
	height:60px;
	line-height:60px;
	text-align:center;
	border-bottom:#fff solid 1px;
	font-size:18px
}
.list-left-item li.active{
	background:#fbd7db url(../images/news/icon-arrow-red.png) no-repeat 250px center;
}
.list-left-item li.active a{
	color:#333
}
.title-right-common{
	height:53px;
	border-bottom:#e5e5e5 solid 2px
}
.title-right-common h4{
	float:left;
	font-size:22px;
	font-weight:normal;
	padding:0 15px 10px 15px;
	line-height:42px;
	border-bottom:#e41900 solid 3px
}

.news-photo-list li{
	margin-right: 18px;
	margin-top: 25px;
	position:relative;
	overflow:hidden;
}
.news-photo-list li.mr-0{ 
	margin-right:0px;
}
.news-photo-list li img{
	transition:.3s transform;
	text-transform:translateZ(0);
}
.news-photo-list li,.news-photo-list li img{
	width: 271px;
	height: 185px;
}
.news-photo-list li img:hover{
	transform:scale(1.2,1.2);
	text-transform:translateZ(0)
}
.news-photo-list li a h4{ 
	display:block; 
	width:100%; 
	height:40px; 
	line-height:40px;
	color:#fff; 
	background: rgba(0,0,0,0.4); 
	position:absolute; 
	left:0px; 
	bottom:0px; 
	font-weight:normal; 
	font-size:15px; 
	text-indent:10px; 
	color:#fff; 
}
.news-photo-list li a.photo-hidden{ 
	display:block; 
	width:282px; 
	height:185px; 
	overflow:hidden
}
.list-text-00 li{
	background:url(../images/icon-roll-gray.png) no-repeat left center;
	padding-left:20px
}
.share-box{
	width:100%;
	height:17px;
	border-bottom:#e5e5e5 solid 1px;
	position:relative;
	text-align:center
}
.share-box .share-box-item,.share-box .bg-fff{
	display:inline-block;
	vertical-align:top;
	background:#fff
}
.share-box .bg-fff{
	padding:0 30px
}
.content-tips a{
	display:inline-block;
	vertical-align:top;
	width:88px;
	height:35px;
	line-height:35px;
	border:#e5e5e5 solid 1px;
	border-radius:5px;
	font-size:14px;
	color:#999;
	margin-left:20px;
	background:url(../images/govopen/icon-show-close.png) no-repeat 14px center;
	text-indent:42px
}
.content-tips a.tips1{
	background-image:url(../images/govopen/icon-show-print.jpg)
}
.list-attach li{
	background:url(../images/icon-roll-attach.png) no-repeat left center;
	padding-left:15px
}
.lang-video{position:fixed; bottom:10px; left:0px;z-index:9999}
.lang-video p{
	float:right;
	width: 14px;
	height: 14px; 
        background:transparent url(../images/img-close.png) no-repeat scroll right top; 
       cursor:pointer;
}
.guidang {
    width: 240px;
    height: 88px;
    background: url(https://www.dazhou.gov.cn/statics/www/images/guidang.png) no-repeat center;
    position: absolute;
    top: 600px;
    left: 50%;
    transform: rotate(-16deg);
    background-size: contain;
}
.guidang span {
    position: absolute;
    top: 65px;
    left: 61px;
    color: #303592;
    font-size: 18px;
}
@media print {
 .file-content{
	height  : inherit !important;
	width  : inherit !important;
 }
}
@media screen and (max-width:1500px) {
	.toper {
		margin-right: 0px;
	}
}