@charset "utf-8";
a {
  cursor: pointer
}

.index-main .swap .bn {
  border: none
}

body {
  background: #f5f1e6;
  min-width: 1200px
}

body > p {
  width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  /*background: url(../images/sh.png) no-repeat 0 5px;*/
  padding-left: 24px;
  box-sizing: border-box
}

.logo {
  background: url(../images/logo.png) no-repeat center;
  height: 131px;
  width: 100%;
  margin: 0 auto
}

.logo_2 {
  background: url(../images/logo2.png) no-repeat center;
  height: 131px;
  width: 100%;
  margin: 0 auto
}

.footer {
  background: #cd0401;
  line-height: 24px;
  margin: 0 auto;
  width: 100%;
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 20px 0
}

.sidebar > ul {
  width: 1200px;
  margin: 0 auto
}

.sidebar > ul > li {
  float: left;
  text-align: center;
  font-size: 18px;
  color: #5c5c5c;
  width: 33.3%;
  line-height: 52px;
  cursor: pointer;
  position: relative;
  font-weight: bold
}

.list-main .list-cont .tit {
  border-bottom: 2px solid #d2d2d2;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #2fa466;
  font-weight: bold;
  margin-bottom: 10px;
}

.list-main .list-cont .tit i {
  float: left;
  width: 19px;
  height: 19px;
  /*background: #57b05b url(../images/ico.png);*/
  margin: 11px 10px 0 10px;
  border-radius: 3px;
}

.list-main .list-cont .tit span {
  float: left;
  display: block;
  border-bottom: 2px solid #57b05b;
  padding-right: 10px;
}

.list-main .list-cont ul {
  width: 98%;
  margin: 0 auto
}

.list-main .list-cont li {
  padding-left: 15px;
  /*background: url(../images/list-ico.jpg) no-repeat 0 18px;*/
  border-bottom: 1px dotted #dadada;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.list-main .list-cont li a {
  font-size: 15px;
  color: #353535
}

.list-main .list-cont li a:hover {
  text-decoration: none;
  color: #cd4545
}


.sidebar {
  height: 52px;
  width: 100%;
  background: #fff
}

.sidebar > ul {
}

.sidebar .sidebar-sel:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 9px;
  background: url(../images/sidebar-sel.png) no-repeat;
  position: absolute;
  top: 52px;
  left: 190px
}

.sidebar .sidebar-sel > a {
  color: #cd0401
}

.secondary-main {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px
}

.wrap {
  float: left;
  width: 50%;
  padding: 20px 15px;
  box-sizing: border-box
}

.wrap > div {
  background: #fcf9f1;
  width: 100%;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #ed7372;
  position: relative
}

.main-tit {
  background: #e62b2a;
  background: linear-gradient(to bottom, #f36849, #e62b2a);
  width: 327px;
  height: 46px;
  border-radius: 60px;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 3px 3px #c23434;
  text-align: center;
  line-height: 46px;
  box-sizing: border-box;
}

.main-tit > div {
  display: inline-block;
  margin: 0 auto
}

.secondary-tit span {
  position: relative;
  top: -2px
}

.secondary-tit i {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  left: 0px;
  top: 6px;
  margin-right: 8px;
  background-size: 100%
}

.xxzl {
  background: url(../images/xxzl.png) no-repeat
}

.djdt ul {
  display: none;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  position: absolute;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box
}

.djdt:hover ul {
  display: block
}

.djdt ul li {
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  font-weight: normal
}

.djdt ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #cd0401;
  border-radius: 10px;
  margin-right: 8px;
  position: relative;
  top: -2px
}

.djdt ul li:last-child {
  border-top: 1px dotted #aaaaaa
}

.djdt:after {
  content: "";
  width: 11px;
  height: 6px;
  background: url(../images/sj.png) no-repeat;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 2px
}

.crumbs a {
  font-size: 14px;
  color: #7d7d7d;
  padding-left:10px;
}
.crumbs a:before {
    content: " ";
}
.crumbs a:after {
  content: " ";
  color: #7d7d7d;
  margin: 0 4px 0 2px
}

.crumbs a:last-child:after {
  content: ""
}

.crumbs a:last-child {
  color: #cd0401;
  font-weight: bold
}

.secondary-tit {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #cd0401;
  padding: 0 10px;
  margin-top: 14px;
  line-height: 36px;
  box-sizing: border-box
}

.list li {
  font-size: 14px;
  color: #5f5f5f;
  line-height: 40px;
  border-bottom: 1px dotted #aaaaaa;
  padding-left: 16px
}

.list {
  margin-top: 4px
}

.list li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background: url(../images/li-bg.png) no-repeat;
  margin-right: 14px
}

.list li span {
  float: right
}

/*分页 start*/
.list-bott {
  display: block;
  height: 34px;
  font-size: 14px;
  padding: 26px 0 5px 0;
  /*width: ;*/
  margin: 0px auto 18px auto;
  text-align: center;
}

.list-bott ul {
  display: inline-block
}

.list-bott ul li {
  float: left;
}

.list-bott ul li a {
  display: block;
  color: #737373;
  background: #f4f4f4;
  margin: 0 5px;
  text-align: center;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 34px;
  height: 34px;
  width: 34px;
}

.list-bott ul li a:hover {
  text-decoration: none
}

.list-bott ul li.sel a {
  display: block;
  color: #6eabee;
  background: #5b99f2;
  text-align: center;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 34px;
  height: 34px;
  width: 34px;
  color: #fff
}

.list-bott li span {
  color: #68688a;
  position: relative;
  top: 6px;
  margin: 0 5px 0 5px
}

.color-blue {
  color: #cd0401;
  font-weight: bold
}

.list-bott ul li a:hover {
  background: #cd0401;
  color: #fff
}

.list-bott ul li.sel a {
  color: #fff;
  background: #cd0401;
  box-sizing: border-box
}

.list-bott input {
  width: 74px;
  height: 35px;
  border-radius: 5px;
  margin-right: 10px;
  background: #ecf3fc;
  padding: 0 12px;
  box-sizing: border-box;
  border: none
}

.list-bott ul li .blue {
  background: #cd0401;
  color: #fff;
  padding: 0 0px;
  box-sizing: border-box
}

.secondary-main h2 {
  font-size: 26px;
  color: #000000;
  text-align: center;
  margin-top: 35px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 8px
}


.date {
  color: #737373;
  font-size: 14px;
  text-align: center;
  margin-top: 8px
}

.date span {
  margin: 0 8px
}

.date label {
  color: #cf0903
}

.news p {
  color: #737373;
  font-size: 14px;
  line-height: 30px;
  margin-top: 30px;
  text-indent: 2em
}

.news {
  min-height: 600px;
  padding-bottom: 100px
}

.video {
  width: 100%;
  height: 653px;
  background: #000;
  margin-top: 30px
}

.sidebar i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 100%;
  position: relative;
  top: 5px;
  margin-right: 8px;
}

.xxzl-icon {
  background: url(../images/xxzl-r.png) no-repeat
}

.sy-icon {
  background: url(../images/sy.png) no-repeat
}

.djdt-icon {
  background: url(../images/djdt-r.png) no-repeat
}
@media screen and (max-width:800px){
  body{zoom:0.3}
}