@charset "UTF-8";
body {
  min-width: 1280px;
}

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

.clear {
  zoom: 1;
}

html, body {
  font-family: "黑体", "思源黑体", "Arial Normal", Arial;
}

.bw {
  width: 1280px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none;
}

a:active, a:hover, a:focus {
  outline: none;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.glyphicon-menu-down:before, .glyphicon-menu-up:before {
  position: absolute;
  right: -1.4em;
  top: 2px;
}

.header {
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: auto;
  background-color: #ca1331;
}

.header .head {
  line-height: 40px;
  height: 40px;
  width: 1200px;
  margin: 0 auto;
}

.header .head .span {
  float: left;
}

.header .head .loginarea {
  float: right;
}

.header .head .loginarea span {
  line-height: 16px;
  padding: 0 1em;
}

.header .head .loginarea .quit {
  padding-right: 0;
}

.header .head .loginarea .name {
  border-right: 2px solid #fff;
}

.header .head .loginarea a {
  color: #fff;
  text-decoration: none;
}

.header .head .loginarea a:hover {
  text-decoration: underline;
}

.header .logobox {
  background-color: #f2f2f2;
  font-size: 0;
}

.header .logobox .logo {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: right;
}

.header .logobox .logo .logoImg {
  float: left;
}

.header .logobox .logo .title {
  float: right;
  font-size: 14px;
  color: #ca1331;
  height: 120px;
  line-height: 120px;
}

.header .logobox .logo .title span {
  font-size: 22px;
}

.header .logobox .logo .title a {
  color: #ca1331;
}

.header .logobox .logo img {
  margin: 40px 0;
  vertical-align: middle;
}

.header .menuBar {
  background-color: #ca1331;
  width: 100%;
  height: 70px;
  line-height: 70px;
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
  z-index: 100;
}

.header .menuBar .m:hover {
  background-color: #b51a2f;
}

.header .menuBar .m {
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  display: inline-block;
  min-width: 4em;
  z-index: 200;
  vertical-align: top;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.header .menuBar .m .menubtn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  padding: 0 2.2em;
}

.header .menuBar .m .menubtn a {
  color: #fff;
  left: -.7em;
}

.header .menuBar .m .menulist {
  font-size: 16px;
  display: none;
  background-color: #fff;
  box-shadow: 0px 5px 12px 0px #444;
  -moz-box-shadow: 0px 5px 12px 0px #444;
  -webkit-box-shadow: 0px 5px 12px 0px #444;
  vertical-align: top;
  position: absolute;
  text-align: center;
  overflow: hidden;
  margin-top: -2px;
  list-style: none;
  cursor: pointer;
  width: 190px;
}

.header .menuBar .m .menulist dd {
  text-align: left;
  line-height: 40px;
  height: 40px;
}

.header .menuBar .m .menulist dd a {
  color: #333;
  display: block;
  font-size: 14px;
  padding-left: 2em;
}

.header .menuBar .m .menulist dd:hover {
  background-color: #e6e6e6;
}

.banner {
  width: 100%;
  height: 210px;
  overflow: hidden;
  font-size: 0;
}

.banner img {
  display: inline-block;
  width: 100%;
  vertical-align: center;
}

.news {
  width: 100%;
  height: auto;
}

.news .newitemcon {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  margin-top: 3px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 40px;
}

.news .newitem {
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  overflow: hidden;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.news .itemtitle {
  height: 50px;
  line-height: 50px;
  background-color: #ca1331;
}

.news .itemtitle h2 {
  font-size: 20px;
  letter-spacing: 5px;
  text-align: center;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.news .itemtitle .more {
  float: right;
  background-color: #b11329;
  cursor: pointer;
  height: 32px;
  margin-top: -38px;
  line-height: 32px;
  font-size: 12px;
  color: #f1f2f1;
  padding: 0 1.2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 13px #941a2a inset;
  box-shadow: 0 0 13px #941a2a inset;
  margin-right: 1em;
}

.news .itemtitle .more a {
  color: #fff;
}

.news .itemtitle .more:hover {
  -webkit-box-shadow: 0 0 15px #7d101f inset;
  box-shadow: 0 0 15px #7d101f inset;
}

.news .lists {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 2em;
  margin-bottom: -1px;
}

.news .lists dd:nth-child(1) {
  margin-top: 20px;
}

.news .lists dd {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  height: 50px;
  font-size: 14px;
  margin: 0 auto;
}

.news .lists dd a {
  color: #000;
  text-decoration: none;
}

.news .lists dd a:hover {
  color: #ca1331;
  text-decoration: underline;
}

.news .lists dd .date {
  float: right;
}

.footer {
  margin-top: 80px;
}

.scroll .slideBox .hd {
  height: 22px;
  bottom: 10px;
}

.scroll .slideBox .bd {
  height: 300px;
}

.scroll .slideBox .page ul {
  margin: 3px auto;
}

.scroll .slideBox .page ul li {
  margin: 0 10px;
  cursor: pointer;
  background-color: #e6e6e6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.show .showCon .show-right-artical {
  width: 68%;
  display: inline-block;
}

.articleList {
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.articleList .articledes {
  width: 100%;
  min-width: 900px;
  max-width: 1200px;
  margin: 20px auto;
  margin-top: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  padding: 40px 2em;
  border: 1px solid #e8e8ea;
}

.articleList .articledes .main-right-titles {
  text-align: center;
}

.articleList .articledes div span {
  line-height: 40px;
}

.articleList .articledes h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: #333333;
  line-height: 2em;
}

.articleList p {
  line-height: 40px;
  margin-bottom: 1.2em;
  color: #444;
  text-indent: 2em;
}

.articleList p span {
  color: #333333;
  font-size: 14px;
  margin: 0 auto;
  padding: 1em;
}

.main {
  width: 100%;
  height: auto;
  background-color: #fff;
  min-width: 1200px;
}

.main .maincontainer {
  min-width: 900px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}

.main .maincontainer .menu {
  display: inline-block;
  font-size: 14px;
  width: 25%;
  height: auto;
  vertical-align: top;
}

.main .maincontainer .menu .menuTitle h3 {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 1.4em;
}

.main .maincontainer .menu .commonlists {
  width: 100%;
  margin-top: 12px;
}

.main .maincontainer .menu .commonlists .commonitems {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #f0efef;
}

.main .maincontainer .menu .commonlists .commonitems .commontit {
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #454545;
  padding-left: 3em;
}

.main .maincontainer .menu .commonlists .commonitems .commontit a {
  display: block;
}

.main .maincontainer .menu .commonlists .current {
  background-color: #ebebeb;
  color: #ca1331;
}

.main .maincontainer .menu .commonlists .commonitems:before {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  top: 22px;
  z-index: 100;
  left: 1em;
  height: 12px;
  background: url(../img/circle.png) no-repeat;
}

.main .maincontainer .main-right {
  width: 74%;
  vertical-align: top;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 30px;
}

.main .maincontainer .main-right .mark {
  height: auto;
  padding: 0px;
  width: 100%;
  margin-bottom: 20px;
}

.main .maincontainer .main-right .mark p {
  font-size: 20px;
  line-height: 30px;
  padding-left: 40px;
  font-weight: 600;
  position: relative;
  color: #585858;
}

.main .maincontainer .main-right .mark p:after {
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  width: 20px;
  content: '';
  height: 30px;
  background: url("../img/s_logo.png") no-repeat;
}

.main .maincontainer .main-right .articleList {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  margin-top: 30px;
}

.main .maincontainer .main-right .articleList ul {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
}

.main .maincontainer .main-right .articleList ul li {
  list-style: none;
  color: red;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding-left: 2em;
}

.main .maincontainer .main-right .articleList ul li a {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}

.main .maincontainer .main-right .articleList ul li span {
  float: right;
  width: 18%;
  text-align: center;
  color: #000;
}

.main .maincontainer .main-right .articleList ul li:before {
  position: absolute;
  display: block;
  width: 5px;
  height: 16px;
  content: '';
  background-image: url("/img/idxArrow.png");
  top: 18px;
  left: .8em;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/idxArrow.png',sizingMethod='scale');
}
