* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul {
  list-style: none;
}
img {
  border: none;
  display: block;
}
.img {
  display: table;
}
.img span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.img span img {
  max-width: 100%;
  max-height: 100%;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.icon.i-square {
  width: 12px;
  height: 12px;
  background-image: url("/sjzx/images/web/i-square.png");
}
.icon.icon1 {
  width: 26px;
  height: 44px;
  background-image: url("/sjzx/images/web/one.png");
}
.icon.icon2 {
  width: 31px;
  height: 48px;
  background-image: url("/sjzx/images/web/two.png");
}
.icon.icon3 {
  width: 33px;
  height: 48px;
  background-image: url("/sjzx/images/web/three.png");
}
.icon.icon4 {
  width: 38px;
  height: 48px;
  background-image: url("/sjzx/images/web/four.png");
}
.icon.icon5 {
  width: 30px;
  height: 48px;
  background-image: url("/sjzx/images/web/five.png");
}
.icon.icon6{
  width: 33px;
  height: 48px;
  background-image: url("/sjzx/images/web/six.png");
}
.icon.t-square {
  width: 40px;
  height: 40px;
  background-image: url("/sjzx/images/web/t-square.png");
}
.icon.t-study {
  width: 40px;
  height: 40px;
  background-image: url("/sjzx/images/web/t-study.png");
}
.icon.shu {
  width: 35px;
  height: 35px;
  background-image: url("/sjzx/images/web/shu.png");
}
.icon.lingdai {
  width: 35px;
  height: 36px;
  background-image: url("/sjzx/images/web/lingdai.png");
}
body {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-size: 12px;
  min-width: 1340px;
}
body .header {
  height: 48px;
  line-height: 48px;
  background-color: #282828;
}
body .header .top {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
body .header .top a {
  color: inherit;
  margin-left: 36px;
  color: #fff;
}
body .header .top a span {
  vertical-align: middle;
  margin-left: 10px;
}
body .container {
  background-color: #f3f3f3;
}
body .container .nav-box.nav-box-line {
  border-bottom: 1px solid #8c2d30;
}
body .container .nav-box .logo {
  width: 38%;
  text-align: right;
  padding: 43px 40px 38px 0;
  background-color: #fff;
}
body .container .nav-box .logo a {
  display: inline-block;
}
body .container .nav-box .nav {
  padding-top: 64px;
}
body .container .nav-box .nav a {
  display: inline-block;
  margin-left: 45px;
}
body .container .nav-box .nav a.on i.one {
  background-image: url("/sjzx/images/web/one2.png");
}
body .container .nav-box .nav a.on i.two {
  background-image: url("/sjzx/images/web/two2.png");
}
body .container .nav-box .nav a.on i.three {
  background-image: url("/sjzx/images/web/three2.png");
}
body .container .nav-box .nav a.on i.four {
  background-image: url("/sjzx/images/web/four2.png");
}
body .container .nav-box .nav a.on i.five {
  background-image: url("/sjzx/images/web/five2.png");
}
body .container .nav-box .nav a.on i.six {
  background-image: url("/sjzx/images/web/six2.png");
}
body .container .nav-box .nav a.on span {
  color: #8c2d30;
}
body .container .nav-box .nav a span {
  display: inline-block;
  width: 2em;
  font-size: 24px;
  color: #282828;
  vertical-align: middle;
  margin-left: 5px;
}
body .container .slideBox {
  width: 100%;
  height: 584px;
  position: relative;
}
body .container .slideBox.center-slideBox .bd {
  padding-left: 130px;
}
body .container .slideBox .hd {
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: 0;
  z-index: 1;
}
body .container .slideBox .hd ul {
  zoom: 1;
  float: left;
}
body .container .slideBox .hd ul li {
  margin-left: 32px;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-radius: 10px;
  background: #bfbfbf;
  cursor: pointer;
}
body .container .slideBox .hd ul li:first-child {
  margin-left: 0;
}
body .container .slideBox .hd ul li.on {
  width: 14px;
  height: 14px;
  border-right: 14px;
  background: #747474;
  color: #fff;
  margin-top: 0;
}
body .container .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
body .container .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
body .container .slideBox .bd img {
  width: 100%;
  height: 550px;
  display: block;
}
body .container .content {
  width: 1200px;
  margin: 0 auto;
}
body .container .content.content1 .title,
body .container .content.content1 .txt {
  margin-top: 130px;
}
body .container .content.content2 .title {
  margin-top: 90px;
}
body .container .content.content2 .txt {
  margin-top: 150px;
}
body .container .content.content2 .txt.notice-txt {
  margin-top: 105px;
}
body .container .content.content2 .txt.notice-txt .txt-list:first-child {
  margin-top: 0;
}
body .container .content.content2 .txt > div {
  width: 720px;

  margin-top: 50px;
}
body .container .content.content2 .txt > div.last,
body .container .content.content2 .txt > div.page {
  border-bottom: none;
}
body .container .content.content2 .txt > div.talent-txt {
  border-bottom: none;
  margin-top: 10px;
}
body .container .content.content2 .txt > div.talent-txt .two-link {
  text-align: right;
  padding-bottom: 18px;
  border-bottom: 1px solid #bdc2c6;
}
body .container .content.content2 .txt > div.talent-txt .two-link a {
  color: #8c2d30;
  font-size: 18px;
  margin-left: 40px;
}
body .container .content.content2 .txt > div.talent-txt .two-link a i {
  margin-right: 5px;
}
body .container .content.content2 .txt > div.talent-txt .two-link a span {
  vertical-align: middle;
}
body .container .content.content2 .txt > div.talent-txt .cont h3 {
  border-bottom: none;
  font-size: 30px;
  color: #891a1f;
  padding: 60px 0 70px 0;
}
body .container .content.content2 .txt > div.talent-txt .cont > div {
  border-bottom: 1px solid #bdc2c6;
  margin-bottom: 45px;
}
body .container .content.content2 .txt > div.talent-txt .cont > div.cont3 {
  border-bottom: none;
}
body .container .content.content2 .txt > div.talent-txt .cont > div h4 {
  padding: 0;
  font-size: 18px;
  color: #891a1f;
}
body .container .content.content2 .txt > div.talent-txt .cont > div h4 span {
  font-size: 14px;
  color: #494848;
}
body .container .content.content2 .txt > div.talent-txt .cont > div p {
  line-height: 2em;
  margin-top: 40px;
  font-size: 14px;
}
body .container .content.content2 .txt > div.talent-txt .cont > div .txt-list {
  width: 400px;
  margin-top: 40px;
}
body .container .content.content2 .txt > div.talent-txt .cont > div .txt-list a {
  margin-left: 0;
  margin-right: 18px;
  display: inline-block;
  font-size: 14px;
  width: 3em;
  margin-bottom: 20px;
}
body .container .content.content2 .txt > div.talent-txt-1 {
  border-bottom: none;
}
body .container .content.content2 .txt > div.talent-txt-1 .cont .cont1 h4 {
  padding: 60px 0 10px 0;
}
body .container .content.content2 .txt > div.talent-txt-1 .cont .cont1 p {
  line-height: 2em;
  font-size: 14px;
}
body .container .content.content2 .txt > div h3 {
  font-size: 30px;
  border-bottom: 1px solid #bdc2c6;
  padding-bottom: 25px;
}
body .container .content.content2 .txt > div h4 {
  padding: 40px 0 30px 0;
  font-size: 22px;
  color: #282828;
}
body .container .content.content2 .txt > div h5 {
  font-size: 18px;
  color: #891a1f;
  text-align: right;
}
body .container .content.content2 .txt > div>p {
  color: #282828;
  margin-top: 18px;
  padding-bottom: 23px;
}
body .container .content.content2 .txt > div p .pull-left {
  padding-right: 56px;
  background: url("/sjzx/images/web/bias.png") 84px center no-repeat;
}
body .container .content.content2 .txt > div>p .pull-left .date {
  display: block;
  font-size: 22px;
  border-bottom: 1px solid #d3d6d8;
  text-align: center;
}
body .container .content.content2 .txt > div>p .pull-left .year {
  display: block;
  font-size: 12px;
  text-align: center;
}
body .container .content.content2 .txt > div>p .pull-right {
  width: 602px;
  font-size: 14px;
  color: #484848;
}
body .container .content.content2 .txt > div .link-detail {
  width: 100%;
  text-align: right;
}
body .container .content.content2 .txt > div .link-detail a {
  text-align: left;
  width: 122px;
  background-image: url("/sjzx/images/web/bg-detail.png");
  color: #fff;
  display: inline-block;
  width: 106px;
  height: 30px;
  line-height: 30px;
  padding-left: 16px;
}
body .container .content .list {
  width: 556px;
  position: relative;
  margin-top: 60px;
}
body .container .content .list.study {
  width: 100%;
}
body .container .content .list h2 {
  font-size: 24px;
  color: #891a1f;
  border-bottom: 1px solid #bdc2c6;
  padding-bottom: 15px;
}
body .container .content .list h2 span {
  margin-left: 9px;
  vertical-align: middle;
}
body .container .content .list .list-content .more {
  position: absolute;
  top: 8px;
  right: 33px;
  color: #891a1f;
  font-size: 24px;
}
body .container .content .list .list-content p {
  color: #282828;
  margin-top: 18px;
}
body .container .content .list .list-content p .pull-left {
  84px center no-repeat;
}
body .container .content .list .list-content p .pull-left .date {
  display: block;
  font-size: 22px;
  border-bottom: 1px #d3d6d8;
  text-align: center;
}
body .container .content .list .list-content p .pull-left .year {
  display: block;
  font-size: 12px;
  text-align: center;
}
body .container .content .list .list-content p .pull-right {
  width: 388px;
  font-size: 14px;
  padding: 0 80px 8px 18px;
  color: #484848;
  border-bottom: 1px  #bdc2c6;
}
body .container .content .list .picScroll-left {
  width: 100%;
  overflow: hidden;
}
body .container .content .list .picScroll-left .hd {
  overflow: hidden;
  width: 200px;
  height: 23px;
  background: #f4f4f4;
  padding: 0 10px;
  position: absolute;
  top: 16px;
  right: 0;
}
body .container .content .list .picScroll-left .hd .prev,
body .container .content .list .picScroll-left .hd .next {
  display: block;
  width: 23px;
  height: 23px;
  float: right;
  margin-right: 5px;
  overflow: hidden;
  cursor: pointer;
}
body .container .content .list .picScroll-left .hd .prev {
  background: url("/sjzx/images/web/prev.png") no-repeat;
}
body .container .content .list .picScroll-left .hd .next {
  background: url("/sjzx/images/web/next.png") no-repeat;
}
body .container .content .list .picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  margin-top: 10px;
  zoom: 1;
}
body .container .content .list .picScroll-left .bd {
  padding-top: 25px;
}
body .container .content .list .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
body .container .content .list .picScroll-left .bd ul li {
  margin: 0 2px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  position: relative;
}
body .container .content .list .picScroll-left .bd ul li .pic {
  text-align: center;
}
body .container .content .list .picScroll-left .bd ul li .pic img {
  width: 195px;
  height: 260px;
  display: block;
  border: 1px solid #ccc;
}
body .container .content .list .picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}
body .container .content .list .picScroll-left .bd ul li .title {
  font-size: 14px;
  line-height: 33px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  color: #494848;
  margin-left: 0;
}
body .container .content .list .picScroll-left .bd ul li .title a {
  color: #494848;
}
body .container .content .title {
  margin-left: 36px;
}
body .container .content .title .en {
  width: 375px;
  font-size: 32px;
  color: #959597;
}
body .container .content .title .ch {
  width: 2em;
  font-size: 44px;
  color: #282828;
  margin-top: 24px;
}
body .container .content .title .pic {
  margin-top: 85px;
}
body .container .content .title .more {
  width: 81px;
  border-top: 3px solid #c4c4c5;
  margin-top: 40px;
}
body .container .content .title .more a {
  color: #891a1f;
  font-size: 14px;
  display: block;
  overflow: hidden;
}
body .container .content .title .more a span {
  float: right;
}
body .container .content .txt {
  width: 720px;
  margin-top: 6px;
  margin-left: 60px;
  /* 本例子css */
  /* 下面是前/后按钮代码，如果不需要删除即可 */
}
body .container .content .txt > div {
  padding-bottom: 25px;
}
body .container .content .txt > div.txt-line {
  border-top: 1px solid #bdc2c6;
  padding-top: 45px;
}
body .container .content .txt > div h3 {
  padding-bottom: 30px;
  font-size: 18px;
  color: #891a1f;
}
body .container .content .txt > div h3 span {
  color: #494848;
  font-size: 14px;
}
body .container .content .txt > div .para {
  color: #494848;
  font-size: 14px;
  line-height: 2em;
  width:720px;
}
body .container .content .txt > div .para p {
  width:720px;
  text-align: justify;
}
body .container .content .txt > div .txt-list a {
  color: #dd5a00;
  margin-left: 18px;
  text-decoration: underline;
}
body .container .content .txt > div .txt-list a:first-child {
  margin-left: 0;
}
body .container .content .txt > div.txt-study .txt-list a {
  display: inline-block;
  width: 215px;
  margin-left: 0;
  margin-bottom: 20px;
}
body .container .content .txt > div.txt-studyer {
  margin-top: 60px;
}
body .container .content .txt .slideTxtBox {
  width: 720px;
  text-align: left;
}
body .container .content .txt .slideTxtBox .hd {
  height: 30px;
  line-height: 30px;
  position: relative;
}
body .container .content .txt .slideTxtBox .hd ul {
  height: 32px;
}
body .container .content .txt .slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  color: #dd5a00;
  text-decoration: underline;
  margin-left: 20px;
  font-size: 14px;
}
body .container .content .txt .slideTxtBox .hd ul li:first-child {
  margin-left: 0;
}
body .container .content .txt .slideTxtBox .bd .pic-txt {
  margin-top: 37px;
  border-top: 1px solid #bdc2c6;
  border-bottom: 1px solid #bdc2c6;
}
body .container .content .txt .slideTxtBox .bd .pic-txt .img {
  position: relative;
}
body .container .content .txt .slideTxtBox .bd .pic-txt .img span {
  width: 236px;
  height: 237px;
}
body .container .content .txt .slideTxtBox .bd .pic-txt .img .name {
  position: absolute;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
body .container .content .txt .slideTxtBox .bd .pic-txt .text {
  width: 446px;
  padding-top: 34px;
}
body .container .content .txt .slideTxtBox .bd .pic-txt .text p {
  font-size: 14px;
  line-height: 28px;
}
body .container .content .txt .slideTxtBox .bd .pic-txt .text .link-detail {
  width: 122px;
  margin-top: 40px;
  background-image: url("/sjzx/images/web/bg-detail.png");
}
body .container .content .txt .slideTxtBox .bd .pic-txt .text .link-detail a {
  color: #fff;
  display: inline-block;
  width: 106px;
  height: 30px;
  line-height: 30px;
  padding-left: 16px;
}
body .container .content .txt .slideTxtBox .arrow {
  position: absolute;
  right: 10px;
  top: 260px;
}
body .container .content .txt .slideTxtBox .arrow a {
  display: block;
  width: 23px;
  height: 23px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
}
body .container .content .txt .slideTxtBox .arrow .prev {
  background: url("/sjzx/images/web/arrow-top.png") 0 0 no-repeat;
}
body .container .content .txt .slideTxtBox .arrow .next {
  background: url("/sjzx/images/web/arrow-bottom.png") 0 0 no-repeat;
}
body .footer {
  margin-top: 30px;
}
body .footer .top {
  background-color: #d6d3d3;
  padding: 22px 0;
}
body .footer .top .code {
  width: 1200px;
  margin: 0 auto;
}
body .footer .top .code .pic-code {
  display: inline-block;
}
body .footer .top .code .address {
  display: inline-block;
  margin-left: 60px;
  padding-top: 15px;
}
body .footer .top .code .address span {
  display: block;
  font-size: 14px;
  color: #6c6b6b;
  line-height: 2em;
}
body .footer .top .code a {
  display: inline-block;
  margin-left: 60px;
}
body .footer .top .code .pull-right {
  margin-top: 20px;
}
body .footer .bottom {
  background-color: #282828;
}
body .footer .bottom .share {
  width: 1200px;
  margin: 0 auto;
  height: 72px;
  line-height: 72px;
  color: #898787;
}
body .footer .bottom .share a {
  display: inline-block;
  margin-left: 26px;
}
body .footer .bottom .share a img {
  vertical-align: middle;
}
.footer{background-color: #282828;
    height: 150px;}


body .container .content .list h2 a {
    float: right;
    color: #999;
    font-size: 14px;
    line-height: 50px;
}
body .container .content .list h2 a:hover {
    color: #891a1f;
}
body .container .content .list.study h2 a {
    z-index: 9;
    position: relative;
    right: 90px;
    top: 3px;
}