﻿@charset "utf-8";

/*-----------------------------theme主题-----------------------------*/
body{font-size:14px;font-family:PingFangSC-Regular, Verdana, Arial, 微软雅黑, 宋体;line-height: 1.42857143;color: #333;
    width: 100%;
    height: auto;
    background: url(../images/index/bg.png) #f2f2f2 no-repeat center top;

}
.bds_more{display:none !important;}
a{color: #333;}
a:hover,a:focus{color: red;}
.cor1,a.cor1{color: white;}
.cor2,a.cor2{color: ;}
.cor3,a.cor3{color: ;}
.cor4,a.cor4{color: ;}
.bg1{background: white;}
.bg2{background: ;}
.bg3{background: ;}
.theme-ct{margin: 20px auto;background: white;padding: 0 20px;}
.theme-dqwz{background: url(../images/icon/icon_dqwz.jpg) no-repeat 0 center;padding-left: 25px;line-height: 45px;border-bottom: 1px solid #CCCCCC;}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.zrbj{
text-align:right;
margin-top:20px;
}
.d_m_list{
    width: 100%;
    margin: 20px auto;
    border: 1px solid #BA0813;
}
.d_m_list ul{
    overflow: hidden;
    padding: 10px 0;
}
.d_m_list ul li{
    float: left;
    width: 47%;
    font-size: 14px;
    margin-left: 2.5%;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.d_m_list ul li b{
    color: #BA0813;
}
.d_m_list ul li.li{
    margin-left: 6%;
}
.mores{
	float: right;
	}
 .mores a{
 	display: none;
  color:#7A7A7A;
 }  
 .mores a:hover{
  color: red;
 } 
 .mores .dis{
 	display: block;
 }  
/*-----------------------------header页眉-----------------------------*/
.banner {
  width: 100%;
  height: auto;
  background: url(../images/index/bg.png) no-repeat center top;
}
/*------顶部日期天气------*/
.top_date {
  width: 1200px;
  height: 35px;
  margin: auto;

}
.top_date .top_nav_left {
  float: left;
  width: 500px;
  height: 35px;
}
.top_date .top_nav_left .date {
  float: left;
  width: 200px;
  line-height: 35px;
  color: #fff;
}
.top_date .top_nav_left .weather {
  float: left;
  width: 300px;
}
.top_date .top_nav_right {
  float: right;
  position: relative;
}
.top_date .top_nav_right a {
  color: #fff;
  float: left;
  line-height: 35px;
}
.top_date .top_nav_right a:hover {
  color: red;
}
.top_date .top_nav_right span {
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  float: left;
  margin: 12px 8px 0 8px;
}
/*------logo和搜索框------*/
.top_logo {
  width: 520px;
  height: 200px;
  margin: auto;
  margin-top: 60px;
  text-align: center;
}
.top_logo .logo img {
  max-width: 100%;
}
.top_logo .search {
  width: 500px;
  height: 60px;
  margin: auto;
  margin-top: 30px;
}
.top_logo .search .search_input {
  width: 500px;
  height: 60px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 40px;
  box-sizing: border-box;
  padding-top: 5px;
}
.top_logo .search .search_input > div {
  width: 480px;
  height: 50px;
  background: #fff;
  border-radius: 40px;
  margin-left: 5px;
}
.top_logo .search .search_input > div input,
.top_logo .search .search_input > div button {
  border: none;
}
.top_logo .search .search_input > div input:focus,
.top_logo .search .search_input > div button:focus {
  outline: none;
}
.top_logo .search .search_input > div input {
  width: 355px;
  height: 50px;
  float: left;
  margin: 0 0 0 20px;
  text-indent: 20px;
}
.top_logo .search .search_input > div input::-webkit-input-placeholder {
  color: #9A9A9A;
}
.top_logo .search .search_input > div .search_button {
  width: 105px;
  float: left;
}
.top_logo .search .search_input > div .search_button button {
  width: 115px;
  font-size: 16px;
  background: #AF1C1C;
  border-radius: 30px;
  height: 50px;
  color: #fff;
}
.top_logo .search .search_input > div .search_button button img {
  margin: -2px 5px 0 0;
}




/*互动交流*/
.hd_nav > .active{
	background: #BA0813;
}

.hd_list > .title > div{
	color: #BA0813;
    font-weight: bold;
}
#page_div .currentIndex{
	background: #BA0813;
    border: 1px solid #BA0813;
}
.hd_wyxx .yzm > div > a{
	background: #BA0813;
}
.hd_wyxx .tijiao > button{
	background: #BA0813;
}







/*------导航------*/
.nav {
  width: 1200px;
  height: 50px;
  margin: auto;
  margin-top: 60px;
}
.nav li {
  width: 16.666%;
  height: 50px;
  float: left;
  border-right: solid 1px #CF535A;
  text-align: center;
  background: #BA0813;
}
.nav li a {
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}
.nav li.active {
	background: #DE2A2A;
}
.nav li  img {
  margin-right: 10px;
  margin-top: -5px;
  transition: all 0.6s;
}
.nav li:hover {
  background: #DE2A2A;
}
.nav li:hover img {
  transform: scale(1.2);
}
.nav li:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  /*------顶部日期天气------*/
  .top_date {
    width: 100%;
    font-size: .8em;
  }
  .top_date .top_nav_left {
    /*width: 100%;*/
   display: none;
  }
  /*.top_date .top_nav_left .date {
    width: 45%;
  }
  .top_date .top_nav_left .weather {
    width: 50%;
  }*/
  .top_date .top_nav_right {
    display: none;
  }
  /*------logo和搜索框------*/
  .top_logo {
    margin: auto;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0 5px;
  }
  .top_logo .logo img {
    max-width: 90%;
  }
  .top_logo .search {
    display:none;
    width: 100%;
    height: 60px;
  }
  .top_logo .search .search_input {
    margin: auto;
    height: 60px;
  }
  .top_logo .search .search_input > div {
    height: 50px;
  }
  .top_logo .search .search_input > div input {
    height: 50px;
  }
  .top_logo .search .search_input > div .search_button button {
    font-size: 1em;
    height: 50px;
  }
  /*------导航------*/
  .nav {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 20px;
  }
  .nav li {
    width: 33.333%;
    height: 50px;
  }
  .nav li a {
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
  }
  .nav li img {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .top_logo .search .search_input {
    width: 100% !important;
  }
  .top_logo .search .search_input > div {
    width: 98% !important;
  }
  .top_logo .search .search_input > div input {
    width: 70% !important;
    margin-left: 6% !important;
  }
  .top_logo .search .search_input > div .search_button {
    width: 24% !important;
  }
  .top_logo .search .search_input > div .search_button button {
    width: 100% !important;
  }
}
/*-----------------------------footer页脚-----------------------------*/
.bottom {
  width: 100%;
  color: #fff;
}
.bottom .bottom_top {
  width: 100%;
  min-height: 100px;
  background: #BA0813;
}
.bottom .bottom_top .bottom_top_con {
  width: 1200px;
  height: auto;
  margin: auto;
}
.bottom .bottom_top .bottom_top_con > p {
  line-height: 40px;
  font-size: 16px;
  float: left;
}
.bottom .bottom_top .bottom_top_con > p a {
  color: #fff;
  margin: 0 35px;
}
.bottom .bottom_top .bottom_top_con > p a:hover {
  color: red;
}
.bottom .bottom_top .bottom_top_con .yqlj {
  width: 900px;
  float: left;
}
.bottom .bottom_top .bottom_top_con .yqlj .yqlj_top {
  height: 40px;
  width: 100%;
}
.bottom .bottom_top .bottom_top_con .yqlj .yqlj_top li {
  float: left;
  line-height: 40px;
  margin-right: 50px;
}
.bottom .bottom_top .bottom_top_con .yqlj .yqlj_top li:hover {
  cursor: pointer;
}
.bottom .bottom_top .bottom_top_con .yqlj .yqlj_bottom {
  width: 100%;
  padding-bottom:10px;
}

.bottom .bottom_top .bottom_top_con .yqlj .yqlj_bottom .yqlj_con {
  display: none;
  width: 100%;
  padding: 5px 0;
}
.bottom .bottom_top .bottom_top_con .yqlj .yqlj_bottom .firbox{
 display: block;
}
.bottom .bottom_top .bottom_top_con .yqlj .yqlj_bottom .yqlj_con a {
  color: #fff;
  margin-right: 5px;
}

.bottom .bottom_top .bottom_top_con .yqlj .yqlj_bottom .fir {
  display: block;
}
.bottom .bottom_bottom {
  width: 1200px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #333;
}
.bottom .bottom_bottom .bottom_left {
  width: 46.25%;
  float: left;
  line-height: 30px;
}
 .bottom_link {
  font-size: 14px;
}
 .bottom_link a {
  color: #333;
  display: inline-block;
  width: 65px;
  height: 20px;
  line-height: 20px;
  border-right: solid 1px #333;
  margin-right: 10px;
}

 .bottom_link a:last-child {
  border-right: none;
}
.bottom .bottom_bottom .bottom_left p > span {
  margin-right: 15px;
  display:block;
}
.bottom .bottom_bottom .bottom_right {
  float: right;
}
.bottom .bottom_bottom .bottom_right .zfzc {
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
	.bottom .bottom_top ,.bottom_link,.bottom_right{
    display: none;
  }
  .bottom .bottom_bottom {
    width: 100%;
    background: #fff;
    padding: 20px 5px 0 5px;
  }
  .bottom .bottom_bottom .bottom_left {
    width: 100%;
    height: auto;
    text-align:center;
    font-size: .8em;
  }
  .bottom .bottom_bottom .bottom_right {
    width: 15.5%;
    height: auto;
  }
}
/*-----------------------------list列表-----------------------------*/
/*list Title*/
.list_title{
	width: 100%;
	height: 45px;
	background: #ccc;
	margin: 20px 0;
	background: url(../images/public/list_bg.png) no-repeat center top;
}
.list_title p{
	padding:0 10px ;
        width: 20%;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	background: #B73126;
}
.list ul li {
  background: url(../images/icon/point.png) no-repeat ;
  background-position-y:10px;
  text-indent:8px;
  margin-top: 17px;
  font-size: 16px;
}
.list ul li:nth-child(5),.list ul li:nth-child(10){
	border-bottom: dashed 1px #ccc;
	padding-bottom: 20px;
}
.list ul li a {
  color: #333;
}
.list ul li a:hover {
  color: red;
}
.list ul li span {
  float: right;
  color: #999999;
}

@media only screen and (max-width:768px ) {
.list_title p{
 width:45%;
 
}
.list ul li a{
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 70%;
    display: inline-block;
}


}


/*当前位置*/
.dqwz{
width: 100%;
min-height: 30px;
background: url(../images/public/dqwz.png) no-repeat;
background-position-y: 3px;
border-bottom: solid 1px #A3A3A3;
color: #333333;
text-indent: 23px;
}
.dqwz a{
color:#BA0813;
}
/*.data{background: white;}
.list li{line-height: 30px;border-bottom: 1px dashed #CCCCCC;padding: 15px 0;}
.list li:after{content: " ";display: table;clear: both;}
.list img{width: 270px;height: 160px;margin-right: 15px;float: left;}
.list .time{float: right;margin-left: 10px;}
.list .tit{display: block;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;}*/
.white{
	width: 1200px;
	height: 455px;
	background: #fff;
	margin: auto;
}
.content{
	width: 1200px;
	/*min-height: 845px;*/
        min-height:600px;
	background: #fff;
	margin: auto;
	margin-top: -445px;
	padding: 10px 20px;
}
@media only screen and (max-width:768px ) {
.white{
	width:100%;
}
.content{
	width: 100%;
	height: auto;
	margin-top: -350px;
	padding: 10px 5px;
}
.list ul li {
  font-size: 8em;
}
}
@media only screen and (max-width:320px ) {
.list ul li {
  font-size: .5em !important;
}
}
/*分页*/
#page-div{width: 80%;margin:15px auto;text-align: center;}
.page_num{text-align: center;}
.pagination-first,.pagination-last{margin: 10px;}
.pagination-index,.pagination-num{border: 1px solid #bfbfbf;margin: 0 3px;padding:0 10px;display: inline-block;border-radius: 3px;color: #bfbfbf;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #B73126;color: white;}
.pagination-last>span{margin: 0 10px;}
.pagination-last>input{height: 18px;width: 30px;text-align: center;}

/*-----------------------------detail详情-----------------------------*/
.detail_title{background: #FFFFFF;}
.detail_title>h1{font-size: 32px;text-align: center;padding: 20px 50px;}
.detail_title>table tr{border-bottom: 1px solid #CCCCCC;line-height: 40px;}
.detail_title .fontsize img,.detail .fontsize span{margin: 0 5px;cursor: pointer;}
.detail_title .dywb{cursor: pointer;}
.detail_title .bdsharebuttonbox{display: inline-block;vertical-align: middle;}
#NewsContent table{max-width: 100%;}
.click-top{position: fixed;bottom: 10%;right: 5%;z-index: 1000;display: none;cursor: pointer;}
.detail_content{
	padding: 0 20px;
}
.detail_content .gjContent{
	width: 100%;
	padding: 0 20px;
}
.detail_content .gjContent img{
	margin: 20px auto;
	display: block;
}
.gjContent >p{
	text-indent: 40px;
	font-size: 16px;
	margin-bottom: 50px;
	line-height: 30px;
}
.gjContent >p img{

margin:auto !important;
}
/*相关信息*/
.xgxx{
	width: 100%;
	height: 225px;
	margin-top: 30px;
}
.xgxx p{
	border-left: solid 3px #0D63A9;
	font-size: 18px;
	text-indent: 10px;
}
.xgxx ul li{
	 list-style: square;
	list-style-position: inside;
	margin-top: 15px;
}
@media  screen and (max-width:768px ) {
	.detail_content{
		padding: 0 5px;
	}
	.detail_content .gjContent{
	padding: 0 10px;
  }
}

/*----------------------------专题专栏-----------------------------*/
.ztzl_index{
	  width: 1200px;
    min-height: 740px;
    background: #fff;
    margin: auto;
    margin-top: -445px;
    padding: 30px;
}

@media  screen and (max-width:768px ) {
	.ztzl_index{
		width:100%;
		padding: 20px;
	}
	
	
}
/*-----------------------------********-----------------------------*/
@media (max-width: 768px) {
.dis-no{display: none !important;}
.theme-ct{padding: 0 10px;}
.list img{width: 100%;height: 160px;float: initial;display: block;margin-bottom: 10px;}

/*-----------------------------********-----------------------------*/

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
.container{width:1100px;}
#NewsContent,.theme-ct{min-height: 500px;}

}




/*-----------------------------网站地图-----------------------------*/
#maplist table{width: 100%;font-size: 16px;margin-top: 20px;}
#maplist td{border: 2px solid white;height: 40px;line-height: 30px;}
#maplist .one{background: #e5f1fd;font-weight: bold;text-align: center;width: 15%;}
#maplist .one a{color: #f76d15;}
#maplist .two{background: #f7f7f7;text-align: center;width: 18%;}
#maplist .two a{color: #086c98;}
#maplist .three{background: #f7f7f7;color: #086c98;padding-left: 10px;}
#maplist .three a{color: #086c98;display: inline-block;margin: 0 10px;}








































































