@charset "UTF-8";
/*初始化css*/
body {
  min-width: 1200px;
  font-family: 微软雅黑;
  color: #333;
}

/*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
}

li {
  list-style: none;
}

a,
ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.hide {
  display: none;
}

.block {
  display: block;
}

textarea,
input {
  font-family: 微软雅黑;
}

/* 自行设置 */
a {
  color: #262626;
}

/*a链接显示的颜色*/
.more a {
  color: #999;
}

/* a:hover {
  color: #006eab;
} */
/*a链接hover上去显示的颜色*/
.more a:hover {
  color: #006eab;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/*正文开始*/
.rlnrsxnx {
  height: 500px;
  background: url(rlnrsxnx.png) no-repeat;
  background-position: center;
}

/*第一部分开始*/
.title1 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  background: url(jlfwdt.png) no-repeat;
  background-position: center;
}

.shiji {
  height: 450px;
  border-radius: 16px;
  background-color: #ecf4fa;
}

.jiangbeiqu {
  height: 450px;
  border-radius: 16px;
  background-color: #fff8f8;
  margin-top: 40px;
}

/*市级*/
.sjtop {
  float: left;
  width: 100%;
}

.sjtop-title {
  width: auto;
  height: 50px;
  padding-left: 26px;
  padding-right: 15px;
  font-size: 36px;
  font-weight: bold;
  background-color: #4074b3;
  color: white;
  text-align: center;
  float: left;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.sjtop-more {
  float: right;
}

.sjtop-more a {
  font-size: 36px;
  color: #666666;
  float: right;
  padding-top: 21px;
  padding-right: 21px;
}

.sjleft {
  width: 500px;
  height: 340px;
  margin-left: 30px;
  margin-top: 15px;
  float: left;
}

/*图片新闻*/
#tplb {
  position: relative;
  height: 340px;
  width: 500px;
  margin: 0px auto;
}

#tplb .bd {
  position: relative;
}

#tplb .btn-prev,
#tplb .btn-next {
  display: block;
  position: absolute;
  top: 135px;
  width: 40px;
  height: 69px;
  z-index: 2;
}

#tplb .btn-prev {
  left: 0;
  background: url(left-arrow.png) no-repeat;
  _background: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="left-arrow.png");
}

#tplb .btn-next {
  right: 0;
  background: url(right-arrow.png) no-repeat;
  _background: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="right-arrow.png");
}

#tplb .tplb-bar-box {
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
}

#tplb .tplb-bar {
  width: 1500px;
}

#tplb .tplb-bar li {
  float: left;
  width: 500px;
  height: 340px;
}

#tplb .tplb-bar li a {
  width: 100%;
  height: 100%;
  display: block;
}

#tplb .tplb-bar li img {
  width: 100%;
  min-height: 100%;
}

#tplb .ft {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 500px;
  height: 60px;
}

#tplb .ftbg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 500px;
  height: 60px;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=60);
}

#tplb .change {
  position: absolute;
  right: 0;
  bottom: 25px;
  height: 10px;
}

#tplb .change a {
  float: left;
  width: 27px;
  height: 10px;
  margin-right: 8px;
  background-color: #fff;
  cursor: pointer;
}

#tplb .change a.on {
  background-color: #fab600;
  width: 27px;
  height: 10px;
}

/*标题区域大小*/
#tplb .hd {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 380px;
  height: 60px;
}

#tplb .tplb-title {
  top: 0;
  left: 0;
  width: 380px;
  height: 60px;
  padding: 0 14px 0 20px;
  line-height: 60px;
  font-size: 36px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tplb .tplb-title a {
  display: block;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sjright {
  float: right;
}

.sjright ul {
  width: 670px;
  padding: 0 21px;
}

.sjright ul li {
  font-size: 36px;
  line-height: 72px;
  color: #333333;
  padding-left: 20px;
  background: url(point-blue.png) no-repeat;
  background-position: left 32px;
  height: 72px;
}

.sjright ul li a {
  color: #333333;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}

.sjright ul li a:hover {
  color: #4074b3;
}

.sjright ul li span {
  font-size: 36px;
  line-height: 72px;
  color: #666666;
  float: right;
}

/*江北区*/
.jbqtop {
  float: left;
  width: 100%;
}

.jbqtop-title {
  width: auto;
  padding-left: 26px;
  padding-right: 15px;
  height: 50px;
  font-size: 36px;
  font-weight: bold;
  background-color: #dc0007;
  color: white;
  text-align: center;
  float: left;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.jbqtop-more {
  float: right;
}

.jbqtop-more a {
  font-size: 36px;
  color: #666666;
  float: right;
  padding-top: 21px;
  padding-right: 21px;
}

.jbqleft {
  width: 500px;
  height: 340px;
  margin-left: 30px;
  margin-top: 15px;
  float: left;
}

/*图片新闻*/
#tplb2 {
  position: relative;
  height: 340px;
  width: 500px;
  margin: 0px auto;
}

#tplb2 .bd {
  position: relative;
}

#tplb2 .btn-prev,
#tplb2 .btn-next {
  display: block;
  position: absolute;
  top: 135px;
  width: 40px;
  height: 69px;
  z-index: 2;
}

#tplb2 .btn-prev {
  left: 0;
  background: url(left-arrow.png) no-repeat;
  _background: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="left-arrow.png");
}

#tplb2 .btn-next {
  right: 0;
  background: url(right-arrow.png) no-repeat;
  _background: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="right-arrow.png");
}

#tplb2 .tplb-bar-box {
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
}

#tplb2 .tplb-bar {
  width: 1500px;
}

#tplb2 .tplb-bar li {
  float: left;
  width: 500px;
  height: 340px;
}

#tplb2 .tplb-bar li a {
  width: 100%;
  height: 100%;
  display: block;
}

#tplb2 .tplb-bar li img {
  width: 100%;
  min-height: 100%;
}

#tplb2 .ft {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 500px;
  height: 60px;
}

#tplb2 .ftbg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 500px;
  height: 60px;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=60);
}

#tplb2 .change {
  position: absolute;
  right: 0;
  bottom: 25px;
  height: 10px;
}

#tplb2 .change a {
  float: left;
  width: 27px;
  height: 10px;
  margin-right: 8px;
  background-color: #fff;
  cursor: pointer;
}

#tplb2 .change a.on {
  background-color: #fab600;
  width: 27px;
  height: 10px;
}

/*标题区域大小*/
#tplb2 .hd {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 380px;
  height: 60px;
}

#tplb2 .tplb-title {
  top: 0;
  left: 0;
  width: 380px;
  height: 60px;
  padding: 0 14px 0 20px;
  line-height: 60px;
  font-size: 36px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tplb2 .tplb-title a {
  display: block;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jbqright {
  float: right;
}

.jbqright ul {
  width: 670px;
  padding: 0 21px;
}

.jbqright ul li {
  font-size: 36px;
  line-height: 72px;
  color: #333333;
  padding-left: 20px;
  background: url(point-red.png) no-repeat;
  background-position: left 32px;
  height: 72px;
}

.jbqright ul li a {
  color: #333333;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}

.jbqright ul li a:hover {
  color: #dc0007;
}

.jbqright ul li span {
  font-size: 36px;
  line-height: 72px;
  color: #666666;
  float: right;
}

/*第一部分结束*/
/*第一部分结束*/
/*第二部分开始*/
.title2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  background: url(wybs.png) no-repeat;
  background-position: center;
}

.tuixiu {
  width: 100%;
  height: 430px;
  position: relative;
  float: left;
  background-color: #f6f6f6;
}

.logo {
  width: 172px;
  height: 250px;
  padding-top: 205px;
  margin-left: 122px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
  line-height: 72px;
  text-align: center;
}

.txlogo {
  background: url(tuixiu.png) no-repeat;
}

.list-tx {
  float: right;
  width: 729px;
  margin-right: 30px;
  margin-top: 50px;
}

.list-tx li {
  height: 109px;
  background: url(wybs-white.png) no-repeat;
}

.list-tx li:hover {
  background: url(wybs-red.png) no-repeat;
}

.list-tx li a {
  color: #333333;
  font-size: 36px;
  line-height: 109px;
  width: 90%;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-tx li:hover a {
  color: white;
}

.list-container {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 40px;
  background-color: #f6f6f6;
  position: relative;
}

.list-container ul {
  float: right;
  width: 729px;
  margin-right: 30px;
  padding: 50px 0;
}

.list-container ul li {
  height: 109px;
  background: url(wybs-white.png) no-repeat;
}

.list-container ul li:hover {
  background: url(wybs-red.png) no-repeat;
}

.list-container ul li:hover a {
  color: white;
}

.list-container ul li a {
  color: #333333;
  font-size: 36px;
  line-height: 109px;
  width: 90%;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yllogo {
  background: url(yanglao.png) no-repeat;
}

.cjrlogo {
  background: url(canjiren.png) no-repeat;
}

.ckgd {
  width: 329px;
  height: 109px;
  font-size: 32px;
  line-height: 109px;
  color: #dc0007;
  float: left;
  padding-left: 85px;
  margin: 20px 0 20px 435px;
  background: url(ckgd-white.png) no-repeat;
}

.ckgd:hover {
  color: white;
  background: url(ckgd-red.png) no-repeat;
}

/*第二部分结束*/