/* 初始样式 */
body,
html {
  font-family: "微软雅黑";
  font-size: 12px;
  color: #333333;
  margin: 0 auto;
  padding: 0;
  line-height: 24px;
}
body {
  background: #ffffff;
}
a {
  font-family: "微软雅黑";
  font-size: 12px;
  color: #333333;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #FF0000;
}
a:active {
  text-decoration: none;
  color: #FF0000;
}
div,
form,
ul,
ol,
li,
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
}
div,
ul,
li,
ol {
  list-style: none;
}
ul {
  text-align: left;
}
img {
  border: 0;
}
._hidden {
  display: none;
}
/* head */
.header {
  clear: both;
  background: #fff;
}
.nav_header {
  height: 10px;
  background-color: #004882;
}
.nav_header ul {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  color: #fff;
}
.nav_header ul ._time {
  float: left;
  display: block;
}
.nav_header ul .min_nav {
  display: block;
  float: right;
}
.nav_header ul .min_nav ol {
  display: block;
  float: left;
  padding: 0 10px;
  text-align: center;
}
.top_header {
  height: 125px;
  background-color: #fff;
  width: calc(100%);
  position: relative;
}
.top_header ul {
  width: 1200px;
  margin: 0 auto;
  height: 125px;
}
.top_header ul ._logo {
  display: block;
  height: 65px;
  margin-top: 15px;
  float: left;
}
.top_header ul ._code {
  width: 84px;
  height: 84px;
  display: block;
  float: right;
  background: url("../images/code1.png") no-repeat top center;
  margin-top: 20px;
}
.top_header ul ._search {
  width: 322px;
  height: 45px;
  margin: 35px 0 0 10px;
  float: right;
}
.top_header ul ._search ._input {
  width: 260px;
  height: 43px;
  padding: 0;
  float: left;
  display: block;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 25px 0 0 25px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #d9d9d9;
}
.top_header ul ._search ._input input {
  border: 0;
  outline: none;
  word-break: keep-all;
  white-space: 0;
  word-spacing: 0;
  overflow: hidden;
  display: block;
  width: calc(100% - 50px);
  height: 39px;
  line-height: 39px;
  padding: 3px 25px;
  background-color: transparent;
  color: #666666;
  font-size: 14px;
}
.top_header ul ._search ._submit {
  width: 60px;
  height: 43px;
  float: left;
  display: block;
  border: 0;
  background-color: transparent;
  border-radius: 0 25px 25px 0;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
}
.top_header ul ._search ._submit input {
  width: 100%;
  height: 100%;
  border: 0;
  word-break: keep-all;
  display: block;
  white-space: 0;
  word-spacing: 0;
  cursor: pointer;
  background: url(../images/search.png) no-repeat 50% 50%;
  border-radius: 0;
}
.menu {
  width: calc(100%);
  height: 50px;
  line-height: 50px;
  background-color: #004882;
  clear: both;
  border-radius: 0;
  margin: 0 auto;
}
/*box*/
/*nav-main*/
.nav-main {
  width: calc(1200px) !important;
  margin: 0 auto;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #fff;
  height: 50px!important;
  list-style-type: none;
  overflow: hidden;
}
.nav-main li {
  float: left;
  width: calc((1200px) / 9);
  line-height: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.nav-main li a {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #fff;
  display: block;
}
.nav-main li a:hover {
  color: #fff;
}
.nav-main li:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 5px;
  /* FF3.6-15 */
}
.nav_cont {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  list-style-type: none;
}
/*隐藏盒子设置*/
.hidden-box {
  width: calc((1200px) / 9);
  border-top: 0;
  position: absolute;
  display: none;
  background: #004882;
  top: 0px;
  z-index: 9999;
}
.hidden-box ul {
  list-style-type: none;
  color: #fff;
  cursor: pointer;
}
.hidden-box li {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border-bottom: 1px solid ;
  border-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #fff;
}
.hidden-box li:last-child {
  border-bottom: 0px solid ;
}
.hidden-box li:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.hidden-box li a {
  color: #fff;
  font-size: 14px;
  display: block;
}
/*隐藏盒子位置设置*/
.hidden-loc-index-1 {
  left: calc(1200px / 9);
}
.hidden-loc-index-2 {
  left: calc(((1200px) / 9) * 2);
}
.hidden-loc-index-3 {
  left: calc(((1200px) / 9) * 3);
}
.hidden-loc-index-4 {
  left: calc(((1200px) / 9) * 4);
}
.hidden-loc-index-5 {
  left: calc(((1200px) / 9) * 5);
}
.hidden-loc-index-6 {
  left: calc(((1200px) / 9) * 6);
}
.hidden-loc-index-7 {
  left: calc(((1200px) / 9) * 7);
}
.hidden-loc-index-8 {
  left: calc(((1200px) / 9) * 8);
}
/*end*/
/*移动端*/
@media screen and (max-width: 900px) {
  .top_header {
    height: 5rem;
    padding: 0 0.5rem;
    width: calc(100% - 1rem);
  }
  .top_header ul {
    height: 5rem;
    width: calc(100%);
  }
  .top_header ul ._logo {
    display: block;
    width: calc(100% - 3rem);
    height: 3.5rem;
    margin-top: 0.8rem;
    float: left;
  }
  .top_header ul ._logo img {
    height: 100%;
  }
  .top_header ul ._code {
    width: 3rem;
    height: 3rem;
    background: url("../images/code1.png") no-repeat top center;
    background-size: cover;
    margin-top: 1rem;
    float: right;
  }
  .menu {
    height: 4rem;
    line-height: 2rem;
  }
  /*nav-main*/
  .nav-main {
    width: calc(100%) !important;
    font-size: 0.8rem;
    height: 4rem!important;
  }
  .nav-main li {
    width: calc(100% / 5);
    line-height: 2rem;
    height: 2rem;
  }
  .nav-main li a {
    font-size: 0.8rem;
  }
  .nav_cont {
    width: 100%;
  }
  /*隐藏盒子设置*/
  .hidden-box {
    width: calc((100%) / 5);
    background: #2679bf;
  }
  .hidden-box li {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
  }
  .hidden-box li a {
    font-size: 0.8rem;
  }
  /*隐藏盒子位置设置*/
  .hidden-loc-index-1 {
    left: calc(100% / 5);
    top: -2rem;
  }
  .hidden-loc-index-2 {
    left: calc(((100%) / 5) * 2);
    top: -2rem;
  }
  .hidden-loc-index-3 {
    left: calc(((100%) / 5) * 3);
    top: -2rem;
  }
  .hidden-loc-index-4 {
    left: calc(((100%) / 5) * 4);
    top: -2rem;
  }
  .hidden-loc-index-5 {
    left: 0 ;
  }
  .hidden-loc-index-6 {
    left: calc(((100%) / 5));
  }
  .hidden-loc-index-7 {
    left: calc(((100%) / 5) * 2);
  }
  .hidden-loc-index-8 {
    left: calc(((100%) / 5) * 3);
  }
}
/*index*/
.cont {
  width: 100%;
  margin: 0 auto;
  min-height: 480px;
  background-color: #fff;
}
.cont ul {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .cont {
    width: calc(100%);
    min-height: 30rem;
  }
  .cont ul {
    width: calc(100%);
    margin: 0 auto;
  }
}
.flashplayer {
  width: calc(100%);
  background: url("../images/banner_bg.jpg") no-repeat top center;
}
.flashplayer ._title {
  width: calc(100%);
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 25px 0;
  font-size: 36px;
  font-weight: bold;
  color: #d2303b;
  border-bottom: 2px solid #d42f3f;
  display: block;
  overflow: hidden;
}
.flashplayer ._title a {
  font-size: 36px;
  font-weight: bold;
  color: #d2303b;
}
.flashplayer ._player {
  height: 450px;
  width: calc(1200px);
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
}
.flashplayer ._player img {
  position: absolute;
  bottom: 54px;
}
._tbody {
  width: calc(100%);
  float: left;
  clear: both;
  overflow: hidden;
}
._tbody ._title {
  width: calc(100% - 0px);
  height: 24px;
  margin: 0 auto;
  position: relative;
}
._tbody ._title ._line {
  height: 1px;
  background-color: #d9d9d8;
  width: calc(100%);
  position: absolute;
  top: 35px;
  display: none;
}
._tbody ._title ._font {
  width: 250px;
  display: inline-block;
  position: relative;
  text-align: left;
}
._tbody ._title ._font ._cn {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  position: relative;
}
._tbody ._title ._font ._en {
  color: #bfbfbf;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  bottom: 0;
}
._tbody ._title ._fontbg {
  background-color: #fff;
}
._tbody ._title a {
  cursor: pointer;
  border: 0;
}
._tbody ._more {
  width: 54px;
  height: 18px;
  line-height: 18px;
  border-radius: 20px;
  display: block;
  float: right;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  background-color: #77818f;
}
._tbody ._more a {
  display: block;
  color: #fff;
  cursor: pointer;
}
._tbody ._cont {
  width: calc(100% - 4px);
  min-height: 187px;
  padding: 15px 2px;
  overflow: hidden;
  clear: both;
}
._tbody ._cont .tableStyle {
  width: calc(100%);
}
._tbody ._cont .tableStyle li {
  height: 35px;
  font-size: 16px;
  color: #333333;
  border-bottom: 0px dashed #dddddd;
}
._tbody ._cont .tableStyle li ._text {
  width: calc(100% - 100px);
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  float: left;
}
._tbody ._cont .tableStyle li ._text a {
  font-size: 14px;
  color: #333333;
}
._tbody ._cont .tableStyle li ._date {
  width: 100px;
  color: #999;
  float: right;
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
}
@media screen and (max-width: 900px) {
  ._tbody ._title {
    height: 2rem;
  }
  ._tbody ._title ._font {
    width: 15rem;
  }
  ._tbody ._title ._font ._cn {
    font-size: 1.3rem;
  }
  ._tbody ._title ._font ._en {
    font-size: 0.8rem;
  }
  ._tbody ._more {
    width: 4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 1rem;
    font-size: 0.5rem;
    margin-top: 5px;
  }
}
/*cont前景颜色*/
.cont01_bg {
  background: url("../images/cont_bg.jpg") no-repeat bottom center;
  background-size: cover;
  min-height: 600px;
}
@media screen and (max-width: 900px) {
  .cont01_bg {
    min-height: 100vh;
  }
}
.cont01 {
  height: 450px;
  position: relative;
  padding: 30px 0 0 0;
}
.cont01 ._left {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  float: left;
}
.cont01 ._left ._cont {
  width: calc(100%);
  padding-top: 30px;
}
.cont01 ._left ._cont li {
  width: 100%;
  height: 100px;
}
.cont01 ._left ._cont li + li {
  margin-top: 25px;
}
.cont01 ._left ._cont .img {
  display: inline-block;
  height: 100px;
  width: 150px;
  margin-right: 15px;
  float: left;
}
.cont01 ._left ._cont .img a {
  display: block;
  border: 0;
}
.cont01 ._left ._cont ._tit {
  width: calc((100% - 165px));
  float: left;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.cont01 ._left ._cont ._tit a {
  display: block;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.cont01 ._left ._cont ._txt {
  width: calc((100% - 165px));
  float: left;
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
  color: #B9B7B5;
  text-align: left;
}
.cont01 ._left ._cont ._txt a {
  display: block;
  font-size: 15px;
  color: #B9B7B5;
  cursor: pointer;
}
.cont01 ._left ._cont ._date {
  display: inline-block;
  float: right;
  color: #B9B7B5;
  font-size: 15px;
  padding-right: 5px;
}
.cont01 ._left ._cont ._date a {
  display: block;
  font-size: 15px;
  color: #B9B7B5;
  cursor: pointer;
}
.cont01 ._right {
  width: calc((100% - 30px) / 2);
  float: right;
}
.cont01 ._right ._cont {
  width: calc(100%);
  padding-top: 30px;
}
.cont01 ._right ._cont li {
  width: 100%;
  height: 100px;
}
.cont01 ._right ._cont li + li {
  margin-top: 25px;
}
.cont01 ._right ._cont .img {
  display: inline-block;
  height: 100px;
  width: 150px;
  margin-right: 15px;
  float: left;
}
.cont01 ._right ._cont ._tit {
  width: calc((100% - 165px));
  float: left;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.cont01 ._right ._cont ._tit a {
  display: block;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.cont01 ._right ._cont ._txt {
  width: calc((100% - 165px));
  float: left;
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
  color: #B9B7B5;
  text-align: left;
}
.cont01 ._right ._cont ._txt a {
  display: block;
  font-size: 15px;
  color: #B9B7B5;
  cursor: pointer;
}
.cont01 ._right ._cont ._date {
  display: inline-block;
  float: right;
  color: #B9B7B5;
  font-size: 15px;
  padding-right: 5px;
}
.cont01 ._right ._cont ._date a {
  display: block;
  font-size: 15px;
  color: #B9B7B5;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .cont01 {
    height: auto;
    min-height: 20rem;
    padding: 0.5rem 0 0 0;
  }
  .cont01 ._left {
    width: calc((100% - 2rem));
    margin: 0 auto;
    float: inherit;
  }
  .cont01 ._left ._cont {
    padding-top: 0.5rem;
  }
  .cont01 ._left ._cont li {
    width: 100%;
    height: 100px;
    position: relative;
  }
  .cont01 ._left ._cont li + li {
    margin-top: 25px;
  }
  .cont01 ._left ._cont .img {
    display: inline-block;
    height: 8rem;
    width: 10rem;
    margin-right: 0.5rem;
  }
  .cont01 ._left ._cont .img a {
    display: initial;
  }
  .cont01 ._left ._cont .img img {
    width: 100%!important;
    height: 100%!important;
  }
  .cont01 ._left ._cont ._tit {
    width: calc((100% - 10.7rem));
    font-size: 1.2rem;
    padding: 0 0 0.2rem 0;
  }
  .cont01 ._left ._cont ._tit a {
    display: block;
    font-size: 1.25rem;
  }
  .cont01 ._left ._cont ._txt {
    width: calc((100% - 10.7rem));
    line-height: 1.5rem;
    font-size: 1.2rem;
    /*文字段溢出*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*行数*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*文字段溢出 end*/
  }
  .cont01 ._left ._cont ._txt a {
    font-size: 1.2rem;
  }
  .cont01 ._left ._cont ._date {
    font-size: 1.2rem;
    position: relative;
    bottom: -1rem;
  }
  .cont01 ._left ._cont ._date a {
    font-size: 1.2rem;
  }
  .cont01 ._right {
    width: calc((100% - 2rem));
    margin: 0 auto;
    float: inherit;
  }
  .cont01 ._right ._cont {
    padding-top: 0.5rem;
  }
  .cont01 ._right ._cont li {
    width: 100%;
    height: 100px;
    position: relative;
  }
  .cont01 ._right ._cont li + li {
    margin-top: 25px;
  }
  .cont01 ._right ._cont .img {
    display: inline-block;
    height: 8rem;
    width: 10rem;
    margin-right: 0.5rem;
  }
  .cont01 ._right ._cont .img img {
    width: 100%!important;
    height: 100%!important;
  }
  .cont01 ._right ._cont ._tit {
    width: calc((100% - 10.7rem));
    font-size: 1.2rem;
    padding: 0 0 0.2rem 0;
  }
  .cont01 ._right ._cont ._tit a {
    display: block;
    font-size: 1.25rem;
  }
  .cont01 ._right ._cont ._txt {
    width: calc((100% - 10.7rem));
    line-height: 1.5rem;
    font-size: 1.2rem;
    /*文字段溢出*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*行数*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*文字段溢出 end*/
  }
  .cont01 ._right ._cont ._txt a {
    font-size: 1.2rem;
  }
  .cont01 ._right ._cont ._date {
    font-size: 1.2rem;
    position: relative;
    bottom: -1rem;
  }
  .cont01 ._right ._cont ._date a {
    font-size: 1.2rem;
  }
}
.cont02 {
  border-top: 1px solid #bdbdbd;
  padding-top: 20px;
}
.cont02 ._left {
  width: 90px;
  float: left;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 25px;
}
.cont02 ._right {
  width: calc((100% - 90px));
  float: left;
}
@media screen and (max-width: 900px) {
  .cont02 {
    border-top: none;
    padding-top: 1rem;
    padding: 1rem;
  }
  .cont02 ._left {
    font-size: 1.3rem;
    display: block;
    width: calc(100%);
    left: inherit;
    position: inherit;
    text-align: left;
  }
  .cont02 ._right {
    width: calc(100%);
    float: left;
  }
}
/*bottom*/
.bottom {
  background: #0b294a;
  width: calc(100%);
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-family: "微软雅黑";
  clear: both;
  height: 145px;
}
.bottom ul {
  width: calc(1200px);
  margin: 0 auto;
}
.bottom ul .left {
  width: calc(100% / 2);
  float: left;
  margin-top: 45px;
}
.bottom ul .left .text {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding-right: 10px;
  float: left;
}
.bottom ul .left .text a {
  font-size: 14px;
  color: #fff;
}
.bottom ul .left span:nth-child(3) {
  float: left;
}
.bottom ul ._icon {
  float: right;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-top: 30px;
  padding: 5px;
  background-color: #fff;
}
.bottom ul ._icon img {
  width: 80px;
}
@media screen and (max-width: 900px) {
  .bottom {
    line-height: 1.5rem;
    font-size: 0.8rem;
    height: 10rem;
    padding: 2rem 0;
  }
  .bottom ul {
    width: calc(100%);
  }
  .bottom ul .left {
    width: calc(100%);
    margin-top: 0;
    text-align: center;
    float: none;
    line-height: 2rem;
  }
  .bottom ul .left .text {
    color: #fff;
    font-size: 0.8rem;
    line-height: 20px;
    padding-right: 0.5rem;
    float: none;
  }
  .bottom ul .left span:nth-child(3) {
    float: none;
  }
  .bottom ul ._icon {
    display: block;
    width: 6rem;
    height: 6rem;
    margin: 1rem auto;
    padding: 5px;
    background-color: #fff;
    float: none;
  }
  .bottom ul ._icon img {
    width: 100%;
    height: 100%;
  }
}
/*list*/
.list_left {
  width: 220px;
  float: left;
  min-height: calc(100%);
  background: #fff;
  padding-top: 20px;
}
.list_left ._cont {
  min-height: 140px;
}
.list_left ._tbody + ._tbody {
  margin-top: 15px;
}
.list_right {
  width: 965px;
  margin: 0 0 0 15px;
  float: left;
  min-height: calc(100%);
  padding-top: 20px;
}
._list_menu {
  width: calc(100%);
}
._list_menu ._title {
  width: calc(100% - 20px);
  height: 45px;
  line-height: 45px;
  background: #004882;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}
._list_menu ._title ._en {
  font-size: 9pt;
  font-weight: normal;
  display: inline;
  padding-left: 10px;
}
._list_menu ul {
  width: calc(100%);
}
._list_menu ul li {
  width: calc(100% - 40px);
  padding: 0!important;
  height: 24px;
  line-height: 24px;
  margin: 0 20px;
  color: #d2303b;
  font-size: 15px;
  float: left;
  overflow: hidden;
  border-bottom: 1px dashed #a9b4bd;
}
._list_menu ul li ._icon {
  width: 21px;
  height: 21px;
  display: block;
  margin: 11px 5px 0 0;
  float: left;
}
._list_menu ul li .icon {
  width: 21px;
  height: 21px;
  display: inherit;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
._list_menu ul li font {
  display: block;
  float: left;
  min-width: 130px;
}
._list_menu ul li:link {
  color: #d2303b;
  cursor: pointer;
}
._list_menu2 ul li {
  background-image: none;
}
._list {
  width: calc(100% - 2px);
  min-height: 500px;
  background: #fff;
  font-size: 16px;
}
._list table td {
  font-size: 16px;
}
._list_cont {
  width: calc(100% - 40px);
  margin: 5px auto;
  min-height: 550px;
}
._list ._title {
  width: calc(100% - 40px);
  height: 43px;
  line-height: 43px;
  border-bottom: 2px solid #d8d8d8;
  margin: 0 auto;
}
._list ._title span {
  display: block;
  height: 43px;
  position: absolute;
  border-bottom: 2px solid #004882;
  font-size: 18px;
  color: #004882;
}
._list ._title span font {
  font-size: 18px;
  font-weight: bold;
  color: #004882;
  margin-right: 10px;
}
._list ._title ._more {
  border-radius: 2px;
  height: 18px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  float: right;
  margin-top: 15px;
  background: #004882;
  padding: 0 10px;
}
.list_table {
  width: calc(100%);
}
.list_table li {
  height: 45px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px dashed #dddddd;
  background: url("../images/icon.png") no-repeat left center;
  padding-left: 20px;
}
.list_table li .list_text {
  width: calc(100% - 100px);
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  float: left;
}
.list_table li .list_text a {
  font-size: 16px;
  color: #333333;
}
.list_table li .list_date {
  width: 100px;
  color: #999;
  float: right;
  display: inline-block;
  font-size: 14px;
  line-height: 45px;
  text-align: right;
}
/*show*/
.tdfont {
  font-size: 14px;
  line-height: 35px;
  color: #333;
  padding: 10px 0 ;
}
.showtitle {
  font-size: 22px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #000000;
}
.timefont {
  color: #666666;
  font-size: 14px;
  font: "宋体";
}
/*addshow*/
.common-content {
  width: calc(99% - 65px);
  margin: 20px;
  padding: 20px;
}
.common-content-title {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #0262d2;
  margin-bottom: 30px;
  word-break: break-word;
}
.common-content-top-date {
  width: calc(100% - 40px);
  height: 36px;
  background: #f3f3f3;
  padding: 0 20px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
.common-content-top-date .common_app_view {
  display: inline-block;
  margin-right: 1rem;
  float: left;
}
.common-content-top-date .common_app_view .img {
  width: 14px;
  height: 14px;
  margin-right: 0.3rem;
  display: inline-block;
}
.common-content-top-date .common_app_view .img img {
  width: 100%;
  height: 100%;
}
.common-content-top-date .common_app_view .font {
  color: #666666;
  font-size: 16px;
  display: inline-block;
}
.common-content-top-date .common_app_share {
  display: inline-block;
  margin-right: 1rem;
  float: left;
}
.common-content-top-date .common_app_share .img {
  width: 14px;
  height: 14px;
  margin-right: 0.3rem;
  display: inline-block;
}
.common-content-top-date .common_app_share .img img {
  width: 100%;
  height: 100%;
}
.common-content-top-date .common_app_share .font {
  color: #666666;
  font-size: 16px;
  display: inline-block;
}
.common-content-top-date .common_app_like {
  display: inline-block;
  margin-right: 1rem;
  float: left;
}
.common-content-top-date .common_app_like .img {
  width: 14px;
  height: 14px;
  margin-right: 0.3rem;
  display: inline-block;
}
.common-content-top-date .common_app_like .img img {
  width: 100%;
  height: 100%;
}
.common-content-top-date .common_app_like .font {
  color: #666666;
  font-size: 16px;
  display: inline-block;
}
.common-content-top-date .common_app_source {
  display: inline-block;
  margin-right: 1rem;
  float: left;
}
.common-content-top-date .common_app_source a {
  font-size: 16px;
  color: #666;
}
.common-content-top-date .common_app_time {
  display: inline-block;
  float: right;
}
.common-content-top-date a {
  font-size: 16px;
  color: #666;
}
.common-content-subTitle {
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #666666;
}
.common-content-topTitle {
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 18px;
  text-align: center;
  color: #333333;
}
.common-content-mainTitle {
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 8px;
  text-align: center;
  color: #333333;
}
.common-content-main {
  margin-top: 25px;
  word-wrap: break-word;
}
.common-content-main p {
  font-size: 14px;
  /*line-height: 36px;*/
  /* text-align: right; */
  /*font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti !important;*/
}
.common-content-main p a {
  /*font-size: 14px;/*
}
.common-content-main p span {
 /* font-size: 14px!important;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti !important;*/
}
fieldset {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #cbdce9;
  background: #fff;
  width: 97%;
  height: auto;
}
fieldset legend {
  color: #1E7ACE;
  font-weight: bold;
  padding: 3px 20px 3px 20px;
  border: 1px solid #cbdce9;
  background: #fff;
  font-size: 14px;
}
.fieldset_font {
  font: "宋体";
  color: #1E7ACE;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
/*title font*/
.fieldset_font a:active {
  color: #1E7ACE;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.fieldset_font a:link {
  color: #1E7ACE;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.fieldset_font a:visited {
  color: #1E7ACE;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.fieldset_font a:hover {
  color: #1E7ACE;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
fieldset div {
  clear: left;
}
.jyy_title {
  background-color: #75bee9;
  font-family: "微软雅黑";
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #FFFFFF;
  text-indent: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.jyy_cont {
  padding: 20px;
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 24px;
}
.b4-cbdce9 {
  border: 1px solid #cbdce9;
}
.bgstyle {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #e5e5e5;
  font-family: "微软雅黑";
}
.bgstyle th {
  font-size: 16px;
  background-color: #edf8fe;
  font-weight: normal;
}
.bgstyle td {
  height: 40px;
  background-color: #ffffff;
  font-size: 12px;
}
/*移动端*/
@media screen and (max-width: 900px) {
  .list_left {
    width: calc(25%);
    float: left;
    padding: 1rem 0 0;
    margin: 0 auto;
  }
  .list_right {
    width: calc(100% - 25%);
    margin: 0 auto;
    padding-top: 0.5rem;
  }
  .list_right ._list_cont {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
  ._list_menu {
    width: calc(100%);
  }
  ._list_menu ._title {
    width: calc(100%);
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
    padding-left: 0;
    text-align: center;
  }
  ._list_menu ._title ._en {
    display: none;
  }
  ._list_menu ul {
    width: calc(100% - 35%);
    position: absolute;
    left: 26%;
    background-color: #f3f6fa;
    z-index: 99;
    border-radius: 0.5rem;
    padding-bottom: 1rem;
  }
  ._list_menu ul li {
    width: calc(100% - 40px);
    padding: 0!important;
    height: 24px;
    line-height: 24px;
    margin: 0 20px;
    color: #d2303b;
    font-size: 15px;
    float: left;
    overflow: hidden;
    border-bottom: 1px dashed #a9b4bd;
  }
  ._list_menu ul li:link {
    color: #d2303b;
    cursor: pointer;
  }
  ._list_menu2 ul li {
    background-image: none;
  }
  ._list {
    width: calc(100% - 2px);
    min-height: 20rem;
    font-size: 1.2rem;
  }
  ._list table td {
    font-size: 1rem;
  }
  ._list ._title {
    width: calc(100% - 2rem);
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 0.1rem solid #d8d8d8;
  }
  ._list ._title span {
    height: 2.5rem;
    border-bottom: 0.1rem solid #004882;
    font-size: 1.2rem;
    max-width: calc(70%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  ._list ._title span font {
    font-size: 1.2rem;
    margin-right: 0.5rem;
  }
  ._list ._more {
    border-radius: 2px;
    height: 18px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 15px;
    background: #004882;
    padding: 0 10px;
  }
  ._list_cont {
    width: calc(100% - 3rem);
    margin: 0.5rem auto;
    min-height: 45rem;
  }
  ._list_cont table {
    width: calc(100%) !important;
    position: relative;
  }
  .list_table {
    width: calc(100%);
  }
  .list_table li {
    height: 3rem;
    font-size: 1rem;
    padding-left: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  .list_table li .list_text {
    width: calc(100% - 5.5rem);
    height: 3rem;
    line-height: 3rem;
    display: block;
  }
  .list_table li .list_text a {
    font-size: 1rem;
    color: #333333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  .list_table li .list_date {
    width: 5.5rem;
    color: #999;
    float: right;
    display: inline-block;
    font-size: 1rem;
    line-height: 3rem;
    text-align: right;
  }
  ._list_text {
    float: none;
    width: calc(100%);
    padding-top: 0;
  }
  ._list_text li {
    font-size: 1.2rem;
    color: #666666;
    background: url(../images/icon.png) left center no-repeat;
    padding: 0 0 0 20px;
    line-height: 3rem;
    height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  ._list_text li ._date {
    font-size: 1.2rem;
  }
  ._list_text li a {
    font-size: 1.2rem;
  }
  /*addshow*/
  .common-content {
    width: calc(100% - 2rem);
    margin: 0.5rem;
    padding: 0.5rem;
  }
  .common-content .common-content-title {
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    color: #0262d2;
    margin-bottom: 1rem;
    word-break: break-word;
  }
  .common-content .common-content-top-date {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    margin-top: 0;
    padding: 0;
  }
  .common-content .common-content-top-date a {
    font-size: 1rem;
  }
  .common-content .common-content-top-date span:first-child {
    padding-right: 1rem!important;
  }
  .common-content .common-content-subTitle {
    font-size: 1.2px;
    line-height: 24px;
  }
  .common-content .common-content-topTitle {
    font-size: 1.5px;
    line-height: 2rem;
    padding-bottom: 0.5rem;
  }
  .common-content .common-content-mainTitle {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .common-content .common-content-main {
    margin-top: 0.5rem;
  }
  .common-content .common-content-main p {
    font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
    font-size: 1.2rem !important;
    line-height: 2rem!important;
  }
  .common-content .common-content-main p a {
    font-size: 1.2rem;
  }
  .common-content .common-content-main video {
    width: calc(100%);
    height: 17rem;
  }
  .common-content .common-content-main img {
    width: calc(100%) !important;
    height: auto!important;
  }
  .page_div {
    margin: 1rem 0!important;
    font-size: 1rem!important;
    margin-right: 0.5rem !important;
    padding-left: 1rem!important;
  }
  .page_div a {
    min-width: 2rem!important;
    height: 2rem!important;
    margin: 0 0.2rem !important;
    line-height: 2rem!important;
    font-size: 1rem!important;
  }
  fieldset {
    padding: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #cbdce9;
    background: #fff;
    width: calc(100% - 1rem);
    height: auto;
  }
  fieldset legend {
    color: #1E7ACE;
    font-weight: bold;
    padding: 3px 20px 3px 20px;
    border: 1px solid #cbdce9;
    background: #fff;
    font-size: 1rem;
  }
  .fieldset_font {
    font: "宋体";
    color: #1E7ACE;
    font-size: 1rem;
    font-weight: bold;
    margin: 10px 0 10px 0;
  }
  /*title font*/
  .fieldset_font a:active {
    color: #1E7ACE;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
  }
  .fieldset_font a:link {
    color: #1E7ACE;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
  }
  .fieldset_font a:visited {
    color: #1E7ACE;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
  }
  .fieldset_font a:hover {
    color: #1E7ACE;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
  }
  fieldset div {
    clear: left;
  }
  fieldset div table td {
    width: calc(100% / 3);
    display: inline-block;
    text-align: center;
  }
  fieldset div table td:nth-child(2n+1) {
    display: none;
  }
  .jyy_title {
    background-color: #75bee9;
    font-family: "微软雅黑";
    font-size: 1.2rem;
    height: 34px;
    line-height: 34px;
    color: #FFFFFF;
    text-indent: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .jyy_cont {
    padding: 1rem;
    font-family: "微软雅黑";
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .b4-cbdce9 {
    border: 1px solid #cbdce9;
  }
  .bgstyle {
    width: 95%;
    margin: 0 auto;
    margin-top: 0;
  }
  .bgstyle th {
    font-size: 1rem;
    height: 2.5rem;
    background-color: #edf8fe;
    font-weight: normal;
    width: 30%!important;
  }
  .bgstyle td {
    height: 2.5rem;
    line-height: 1rem;
    width: calc(100% - 30%);
    background-color: #ffffff;
    font-size: 0.8rem;
  }
  .bgstyle td.lastimg {
    position: relative;
    height: 8rem;
  }
  .bgstyle td.lastimg img {
    width: 6rem;
    height: 8rem;
  }
  .bgstyle td.imgtab {
    position: relative;
    height: 8rem;
  }
  .bgstyle td.imgtab img {
    width: 6rem;
    height: 8rem;
  }
}
