/* 初始样式 */
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: url("../images/header_bg.jpg") no-repeat top center;
}
.nav_header {
  height: 40px;
  background-color: #1f5097;
}
.nav_header ul {
  width: 1400px;
  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: 132px;
  background: url("../images/header_bg.jpg") no-repeat top center;
  width: calc(100%);
}
.top_header ul {
  width: 1400px;
  margin: 0 auto;
  height: 132px;
}
.top_header ul ._logo {
  display: inline-block;
  height: 76px;
  margin-top: 25px;
}
.menu {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #1f5097;
  clear: both;
  border-radius: 0;
  margin: 0 auto;
}
/*box*/
/*nav-main*/
.nav-main {
  width: 1400px;
  margin: 0 auto;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #2e63b9;
  height: 40px;
  list-style-type: none;
  overflow: hidden;
}
.nav-main li {
  float: left;
  width: calc((100% - 300px - 90px) / 8);
  line-height: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.nav-main li a {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #ffffff;
  display: block;
}
.nav-main li a:hover {
  background: #0082e6;
  color: #ffffff;
}
.nav-main li:first-child {
  width: 70px;
  margin-left: 20px;
}
.nav-main li:hover {
  background: #0082e6;
  color: #ffffff;
  /* FF3.6-15 */
}
.nav_cont {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  list-style-type: none;
}
._button {
  background: #0082e6;
  width: 80px;
  height: 25px;
  margin-top: 8px;
  display: block;
  float: right;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}
._button a {
  display: block;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
  cursor: pointer;
}
._search {
  width: 200px;
  height: 30px;
  margin: 5px 0 0 10px;
  float: right;
}
._search ._input {
  width: 170px;
  height: 30px;
  padding: 0;
  float: left;
  display: block;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
}
._search ._input input {
  border: 0;
  outline: none;
  word-break: keep-all;
  white-space: 0;
  word-spacing: 0;
  overflow: hidden;
  display: block;
  width: calc(100% - 10px);
  height: 26px;
  line-height: 26px;
  padding: 3px 10px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}
._search ._submit {
  width: 30px;
  height: 30px;
  float: left;
  display: block;
  border: 0;
  background: #0082e6;
}
._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;
}
/*隐藏盒子设置*/
.hidden-box {
  width: calc((100% - 300px - 90px) / 8);
  border-top: 0;
  position: absolute;
  display: none;
  background: #0082e6;
  top: 0px;
  z-index: 9999;
}
.hidden-box ul {
  list-style-type: none;
  color: #fff;
  cursor: pointer;
}
.hidden-box li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px solid ;
  border-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #fff;
}
.hidden-box li:last-child {
  border-bottom: 0px solid ;
}
.hidden-box li:hover {
  background: #1f5097;
  color: #fff;
}
.hidden-box li a {
  color: #fff;
  font-size: 14px;
  display: block;
}
/*隐藏盒子位置设置*/
.hidden-loc-index-1 {
  left: 90px;
}
.hidden-loc-index-2 {
  left: calc(((1400px - 300px - 90px) / 8) + 90px);
}
.hidden-loc-index-3 {
  left: calc(((1400px - 300px - 90px) / 8) * 2 + 90px);
}
.hidden-loc-index-4 {
  left: calc(((1400px - 300px - 90px) / 8) * 3 + 90px);
}
.hidden-loc-index-5 {
  left: calc(((1400px - 300px - 90px) / 8) * 4 + 90px);
}
.hidden-loc-index-6 {
  left: calc(((1400px - 300px - 90px) / 8) * 5 + 90px);
}
.hidden-loc-index-7 {
  left: calc(((1400px - 300px - 90px) / 8) * 6 + 90px);
}
.hidden-loc-index-8 {
  left: calc(((1400px - 300px - 90px) / 8) * 7 + 90px);
}
/*end*/
/*index*/
.cont {
  width: 100%;
  margin: 0 auto;
  min-height: 480px;
  overflow: hidden;
  clear: both;
  background-color: #fff;
}
.cont ul {
  width: 1400px;
  margin: 0 auto;
}
.cont ._left {
  width: calc(66%);
  min-height: 218px;
  float: left;
}
.cont ._left ._tbody {
  margin-top: 10px;
}
.cont ._right {
  width: calc(100% - 66% - 30px);
  padding: 0 0 0 30px;
  min-height: 218px;
  float: left;
}
.cont ._right ._tbody {
  margin-top: 10px;
}
.cont ._middle {
  width: 1400px;
  padding: 15px 0 0 0;
  float: left;
}
._notice {
  height: 43px;
  width: calc(100%);
  margin-left: -5px;
  overflow: hidden;
  box-shadow: 0px 0px 7px #dcdde0;
}
._notice ._l {
  width: 50px!important;
  height: 40px!important;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  background-color: #1f5097;
  border-radius: 5px 0 0 5px;
  padding-top: 3px;
}
._notice ._r {
  display: inline-block;
  width: calc(100% - 50px - 30px);
  line-height: 43px;
  background-color: #ffffff;
  color: #333;
  font-size: 16px;
  padding: 0 15px;
}
._notice ._r .tableStyle td {
  line-height: 43px;
}
.flashplayer {
  width: calc(100%);
}
.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: 500px;
  width: calc(100%);
  margin-top: 15px;
  padding: 0!important;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
._tbody {
  width: calc(100%);
  float: left;
  clear: both;
  overflow: hidden;
}
._tbody ._title {
  width: calc(100% - 0px);
  height: 25px;
  padding: 10px 0;
  border-bottom: 2px solid #d9d9d9;
}
._tbody ._title ._font {
  font-size: 24px;
  color: #d2303b;
  font-weight: bold;
  padding: 2px 0 0 0;
  display: block;
  float: left;
}
._tbody ._title a {
  cursor: pointer;
  border: 0;
}
._tbody ._more {
  width: 50px;
  height: 15px;
  display: block;
  float: right;
  cursor: pointer;
  color: #999;
  font-size: 14px;
  margin-top: 2px;
}
._tbody .more {
  color: #d2303b;
  font-size: 16px;
}
._tbody ._cont {
  width: calc(100% - 0px);
  min-height: 187px;
  padding: 8px 0;
  overflow: hidden;
  clear: both;
}
._l1 {
  height: 420px;
}
._l1 .up {
  width: calc(100%);
  height: 200px;
}
._l1 .up .up_left {
  float: left;
  width: calc(60%);
  height: 329px;
  box-shadow: 1px 1px 7px #dcdde0;
}
._l1 .up .up_left img {
  width: 100%;
  height: 100%;
}
._l1 .up .up_left .featured {
  width: 100%!important;
  height: 100%!important;
}
._l1 .up .up_right {
  float: left;
  width: calc(100% - 60% - 25px);
  padding: 0 0 0 25px;
}
._l1 .up .up_right ._txt {
  width: calc(100%);
  display: block;
  font-size: 16px;
  color: #808080;
  line-height: 40px;
  text-align: left;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._l1 .tableStyle tr {
  background: url("../images/icon.png") no-repeat left center;
}
._l1 .tableStyle tr td {
  padding: 0 0 0 20px;
  border-bottom: 1px dashed #cccccc;
  font-size: 16px;
  color: #666;
}
._l1 .tableStyle tr td a {
  color: #666;
}
._l1 .tableStyle tr td ._date {
  color: #999;
}
._l1 .tableStyle tr td:first-child {
  width: 0px!important;
  padding: 0!important;
}
._l1 .tableStyle tr td:first-child img {
  width: 0!important;
  padding-right: 0!important;
}
._r1 {
  min-height: 260px;
}
._r1 ._cont {
  padding-top: 16px;
}
._r1 ._cont .tableStyle tr {
  background: url("../images/icon.png") no-repeat left center;
}
._r1 ._cont .tableStyle tr td {
  padding: 0 0 0 20px;
  border-bottom: 1px dashed #cccccc;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._r1 ._cont .tableStyle tr td a {
  color: #666;
}
._r1 ._cont .tableStyle tr td ._date {
  color: #999;
}
._r1 ._cont .tableStyle tr td:first-child {
  width: 0px!important;
  padding: 0!important;
}
._r1 ._cont .tableStyle tr td:first-child img {
  width: 0!important;
  padding-right: 0!important;
}
.banner {
  height: 134px;
  min-height: auto;
  overflow: hidden;
}
.banner ul {
  padding-top: 17px;
}
.banner ul li {
  width: calc((100% - 50px - 42px) / 3);
  height: 87px;
  border: 7px solid #ffffff;
  box-shadow: 0px 0px 7px #dcdde0;
  float: left;
  margin-left: 25px;
}
.banner ul li a {
  cursor: pointer;
  border: 0;
}
.banner ul li img {
  width: 100%;
  height: 100%;
}
.banner ul li:first-child {
  margin-left: 0;
}
.media {
  height: 310px;
  overflow: hidden;
  clear: both;
  width: calc(100%);
  padding-top: 5px;
}
.media .media_left {
  width: calc((100%) / 3 * 2);
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.media .media_left li {
  width: calc((100% - 50px - 20px) / 2);
  height: 80px;
  padding: 10px;
  margin-left: 20px;
  margin-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 7px #dcdde0;
  float: left;
}
.media .media_left li .date {
  width: 73px;
  height: 73px;
  background-color: #015bae;
  float: left;
  margin-right: 15px;
}
.media .media_left li .date ._d {
  display: block;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.media .media_left li .date ._ym {
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.media .media_left li .tit {
  width: calc(100% - 73px - 10px - 15px);
  height: 30px;
  line-height: 25px;
  font-size: 16px;
  color: #333;
  float: left;
  display: flex;
}
.media .media_left li .txt {
  font-size: 14px;
  color: #999;
  text-align: left;
  width: calc(100% - 73px - 10px - 15px);
  float: left;
  display: flex;
}
.media .media_left li:first-child {
  margin-left: 0;
}
.media .media_left li:nth-child(3n) {
  margin-left: 0 ;
}
.media .media_right {
  width: calc((100% - 50px) / 3);
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.media .media_right li {
  width: calc((100% - 20px) / 2);
  height: 100px;
  margin-top: 20px;
  position: relative;
}
.media .media_right li ._pic {
  width: calc(100%);
  height: calc(100%);
}
.media .media_right li ._pic ._txt {
  width: calc(100%);
  height: 25px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.media .media_right li ._pic img {
  width: calc(100%);
  height: calc(100%);
  position: relative;
}
.banner2 {
  height: 108px;
  min-height: auto;
  overflow: hidden;
  clear: both;
}
.banner2 ul {
  padding-top: 17px;
}
.banner2 ul li {
  width: calc((100% - 50px) / 3);
  height: 74px;
  float: left;
  margin-left: 25px;
  text-align: center;
}
.banner2 ul li a {
  cursor: pointer;
  border: 0;
}
.banner2 ul li:first-child {
  margin-left: 0;
}
.focus {
  height: 90px;
  min-height: auto!important;
  overflow: hidden;
  clear: both;
}
.focus ul {
  padding-top: 10px;
}
.focus ul li {
  width: calc((100% - 64px) / 9);
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-justify: inherit;
  float: left;
  text-align: center;
  font-size: 14px;
  text-shadow: #000 1px 1px 2px;
  color: #fff; vertical-align: middle;
}
.focus ul li a {
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  height: 100%;vertical-align: middle;
}
.focus ul li + li {
  margin-left: 8px;
}
.focus ul li:nth-child(1) {
  background-color: #5e5872;
}
.focus ul li:nth-child(2) {
  background-color: #1f8c62;
}
.focus ul li:nth-child(3) {
  background-color: #408ce6;
  letter-spacing: -1px;
}
.focus ul li:nth-child(4) {
  background-color: #536480;
}
.focus ul li:nth-child(5) {
  background-color: #3c789e;
}
.focus ul li:nth-child(6) {
  background-color: #51b7ec;
}
.focus ul li:nth-child(7) {
  background-color: #408ce6;
}
.focus ul li:nth-child(8) {
  background-color: #536480;
}
.focus ul li:nth-child(9) {
  background-color: #3c789e;
}
.focus ul li:nth-child(10) {
  background-color: #3c789e;
}
.xrld_table {
  margin: 20px auto 50px;
  border-collapse: collapse;
}
.xrld_table th {
  height: 80px;
  line-height: 80px;
  border: 0px solid #d9d9d9;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.xrld_table td {
  line-height: 39px;
  font-size: 18px;
  color: #333333;
  border: 0px solid #d9d9d9;
}
.xrld_table td ._name {
  display: block;
  width: calc(100% - 20px);
  padding-right: 20px;
}
.xrld_table td ._aa {
  display: block;
  width: calc(100% - 20px);
  padding-left: 20px;
}
.tableStyle {
  width: 100%;
  margin: 0 auto;
}
.tableStyle td {
  padding: 0 5px 0 0;
  line-height: 39px;
  text-align: left;
  font-size: 16px;
  color: #333333;
}
.tableStyle td ._date {
  display: block;
  float: right;
  color: #929292;
}
.tableStyle td a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.jgdh {
  width: calc(100%);
  margin: 20px auto 0;
}
.jgdh li {
  width: calc((100% - 80px) / 5);
  float: left;
  background: url("../images/jgdh_bg.png") no-repeat center center;
  height: 61px;
  margin: 0 0 15px 0;
  position: relative;
}
.jgdh li .uu {
  position: absolute;
  float: left;
  display: none;
  width: 200px;
  border: 2px solid #ffffff;
  border-width: 0 2px 2px 2px;
  background-color: #1b4997;
  z-index: 999;
  left: 30px;
  top: 52px;
  border-radius: 0 0 5px 5px;
}
.jgdh li .uu li {
  width: 100%;
  float: left;
  margin-left: 0;
  background-image: none;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.jgdh li .uu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.jgdh li .uu li a:hover {
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.2);
}
.jgdh li .uu ul {
  top: 0;
  left: 150px;
}
.jgdh li span {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}
.jgdh li + li {
  margin-left: 20px;
}
.jgdh li:nth-child(5n+1) {
  margin-left: 0;
}
.jgdh_banner {
  width: calc(1400px);
  background: url("../images/jgdh_banner.png") no-repeat;
  height: 226px;
  margin: 25px auto 10px;
  overflow: hidden;
}
.zjqg_screen_1 {
  width: calc(100%);
  position: relative;
}
.zjqg_screen_1 ul {
  width: 1400px;
  min-height: 500px;
  margin: 0 auto;
  position: relative;
}
.zjqg_screen_1 ul .bg {
  background: url("../images/zjqg_screen_bg.png") no-repeat;
  width: 433px;
  height: 433px;
  position: absolute;
  z-index: 0;
  top: 200px;
  left: -150px;
}
.zjqg_screen_1 ul .screen_1_title {
  width: calc(100%);
  position: relative;
  margin-top: 30px;
}
.zjqg_screen_1 ul .screen_1_title .title_l {
  background: url("../images/zjqg_title_l.png") no-repeat;
  width: 372px;
  height: 131px;
  position: absolute;
  top: 0;
  left: 0;
}
.zjqg_screen_1 ul .screen_1_title .title_font {
  background: url("../images/zjqg_title_font.png") no-repeat;
  width: 665px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
}
.zjqg_screen_1 ul .screen_1_cont {
  width: calc(100%);
  position: absolute;
  top: 50px;
  right: 0;
  text-align: right;
}
.zjqg_screen_1 ul .screen_1_cont .img {
  display: block;
  height: 432px;
  width: 989px;
  background: url("../images/xzqg_pic.png") no-repeat;
  position: absolute;
  right: 0;
}
.zjqg_screen_1 ul .screen_1_cont .button {
  width: calc(100% - 989px - 200px);
  position: absolute;
  padding-left: 155px;
  top: 100px;
}
.zjqg_screen_1 ul .screen_1_cont .button li {
  width: calc(100%);
  height: 45px;
  text-align: center;
  border-radius: 10px;
  background-color: #1b4997;
  margin-bottom: 15px;
}
.zjqg_screen_1 ul .screen_1_cont .button li .font {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 45px;
}
.zjqg_screen_1 ul .screen_1_cont .button li a {
  cursor: pointer;
  border: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
}
.zjqg_screen_2 {
  width: calc(100%);
  position: relative;
  min-height: 500px;
}
.zjqg_screen_2 .bg {
  background: rgba(244, 244, 244, 0.67);
  width: calc(100%);
  height: 151px;
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.zjqg_screen_2 .bg .bg_img {
  background: url("../images/zjqg_screen2_bg.png") no-repeat center center;
  height: 235px;
  width: calc(100%);
  display: block;
  position: absolute;
  bottom: 0;
}
.zjqg_screen_2 .screen_2_title {
  width: 342px;
  height: 111px;
  position: relative;
  background: url("../images/szqg_title.png") no-repeat center center;
  text-align: center;
  margin: 20px auto 0;
  clear: both;
}
.zjqg_screen_2 .screen_2_title span {
  width: 198px;
  height: 45px;
  text-align: center;
  border-radius: 10px;
  background-color: #1b4997;
  display: block;
  position: absolute;
  bottom: -25px;
  left: 70px;
  margin: 0 auto;
}
.zjqg_screen_2 .screen_2_title span font {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 45px;
}
.zjqg_screen_2 .screen_2_title span a {
  cursor: pointer;
  border: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
}
.zjqg_screen_2 .screen_2_cont {
  width: calc(100%);
  margin: 50px auto 0;
  position: relative;
}
.zjqg_screen_2 .screen_2_cont ul {
  width: calc(1400px);
  position: relative;
  margin: 0 auto;
}
.zjqg_screen_2 .screen_2_cont ul li {
  width: calc(100% / 3);
  background-repeat: no-repeat;
  height: 312px;
  float: left;
}
.zjqg_screen_2 .screen_2_cont ul li:nth-child(1) {
  background-image: url("../images/szqg_pic1.png");
  background-position: left;
}
.zjqg_screen_2 .screen_2_cont ul li:nth-child(2) {
  background-image: url("../images/szqg_pic2.png");
  background-position: center;
}
.zjqg_screen_2 .screen_2_cont ul li:nth-child(3) {
  background-image: url("../images/szqg_pic3.png");
  background-position: right;
}
.zjqg_screen_3 {
  width: calc(100%);
  position: relative;
}
.zjqg_screen_3 .bg {
  background: url("../images/zjqg_screen_bg.png") no-repeat;
  width: 433px;
  height: 433px;
  position: absolute;
  z-index: 0;
  top: 200px;
  right: 20px;
}
.zjqg_screen_3 ul {
  width: 1400px;
  min-height: 500px;
  margin: 50px auto 0;
  position: relative;
}
.zjqg_screen_3 ul .screen_3_title {
  width: calc(100%);
  position: relative;
  margin-top: 50px;
}
.zjqg_screen_3 ul .screen_3_title .title_font {
  background: url("../images/zzqg_title_font.png") no-repeat;
  width: 665px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}
.zjqg_screen_3 ul .screen_3_title .title_r {
  background: url("../images/zzqg_title_r.png") no-repeat;
  width: 372px;
  height: 131px;
  position: absolute;
  top: 0;
  right: 0;
}
.zjqg_screen_3 ul .screen_3_cont {
  width: calc(100%);
  position: absolute;
  top: 50px;
  right: 0;
  text-align: right;
}
.zjqg_screen_3 ul .screen_3_cont .img {
  display: block;
  height: 432px;
  width: 989px;
  background: url("../images/zzqg_pic.png") no-repeat;
  position: absolute;
  left: 0;
}
.zjqg_screen_3 ul .screen_3_cont .button {
  width: calc(100% - 989px - 200px);
  position: absolute;
  padding-right: 155px;
  top: 100px;
  right: 0;
}
.zjqg_screen_3 ul .screen_3_cont .button li {
  width: calc(100%);
  height: 45px;
  text-align: center;
  border-radius: 10px;
  background-color: #1b4997;
  margin-bottom: 15px;
}
.zjqg_screen_3 ul .screen_3_cont .button li .font {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 45px;
}
.zjqg_screen_3 ul .screen_3_cont .button li a {
  cursor: pointer;
  border: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
}
.zjqg_screen_4 {
  width: calc(100%);
  position: relative;
}
.zjqg_screen_4 .bg {
  background: #f3f8fb url("../images/xzqg_bg.png") no-repeat 10% bottom;
  width: calc(100%);
  height: 250px;
  position: absolute;
  z-index: 0;
  top: 50px;
  left: 0;
}
.zjqg_screen_4 ul {
  width: 1400px;
  min-height: 370px;
  margin: 50px auto 0;
  position: relative;
}
.zjqg_screen_4 ul .screen_4_title {
  width: calc(100%);
  position: relative;
  margin-top: 50px;
}
.zjqg_screen_4 ul .screen_4_title .title_l {
  background: url("../images/xzqg_title_l.png") no-repeat;
  width: 372px;
  height: 131px;
  position: absolute;
  top: 0;
  left: 0;
}
.zjqg_screen_4 ul .screen_4_cont {
  width: calc(100%);
  position: absolute;
  top: 50px;
  right: 0;
  text-align: right;
}
.zjqg_screen_4 ul .screen_4_cont .img_1 {
  display: block;
  height: 313px;
  width: 468px;
  background: url("../images/xzqg_pic1.png") no-repeat;
  position: absolute;
  right: 0;
  top: -50px;
}
.zjqg_screen_4 ul .screen_4_cont .img_2 {
  display: block;
  height: 313px;
  width: 468px;
  background: url("../images/xzqg_pic1.png") no-repeat;
  position: absolute;
  right: calc(468px + 70px);
  top: -50px;
}
.zjqg_screen_4 ul .screen_4_cont .button {
  width: calc(100% - 864px - 250px - 70px);
  position: absolute;
  padding-left: 110px;
  top: 100px;
  left: 0;
}
.zjqg_screen_4 ul .screen_4_cont .button li {
  width: calc(100%);
  height: 45px;
  text-align: center;
  border-radius: 10px;
  background-color: #1b4997;
  margin-bottom: 15px;
}
.zjqg_screen_4 ul .screen_4_cont .button li .font {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 45px;
}
.zjqg_screen_4 ul .screen_4_cont .button li a {
  cursor: pointer;
  border: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
}
/*bottom*/
.bottom {
  background: #0a5aad;
  width: calc(100%);
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-family: "微软雅黑";
  clear: both;
}
.bottom ul {
  width: calc(1400px);
  margin: 0 auto;
}
.bottom ul ._icon {
  float: right;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 10px;
}
.bottom ul ._icon img {
  width: 80px;
}
.link {
  width: calc(100%);
  background-color: #0a5aad;
  height: 100px;
}
.link ul {
  width: calc(1400px);
  margin: 0 auto;
}
.link .title {
  display: block;
  float: left;
  margin-top: 28px;
  background: url(../images/link_title.png) no-repeat top center;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 104px;
  height: 51px;
}
.link .txt {
  width: calc(100% - 104px - 120px);
  display: block;
  float: left;
  margin-top: 30px;
  padding: 10px 0 0 80px;
  text-align: center;
}
.link .txt span {
  text-align: center;
  padding: 0 8px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.link .txt span a {
  display: block;
  font-size: 14px;
  color: #fff;
}
/*list*/
.list_left {
  width: 220px;
  float: left;
  min-height: calc(100%);
  background: #fff;
}
.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%);
}
._list_menu {
  width: calc(100%);
}
._list_menu ._title {
  width: calc(100% - 20px);
  height: 45px;
  line-height: 45px;
  background: #d2303b;
  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: 205px;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  background: #ffe7e9 url(../images/arrow.png) 195px center no-repeat;
  margin-top: 1px;
  color: #d2303b;
  font-size: 15px;
  float: left;
  overflow: hidden;
}
._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;
  margin-top: 15px;
}
._list table td {
  font-size: 16px;
}
._list_cont {
  width: calc(100% - 40px);
  margin: 5px auto;
  min-height: 600px;
}
._list_cont .xinxi_fieldset {
  width: calc(100%);
  margin: 20px 0 0 0;
  height: auto;
  border: 1px dashed #bdbdbd;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
}
._list_cont .xinxi_fieldset legend {
  font-family: "weiruanyahei";
  font-size: 16px;
  font-weight: bold;
  color: #01448b;
  background-color: #FFF;
  margin-left: 30px!important;
  display: block;
}
._list_cont .fwrx_fieldset {
  width: calc(100%);
  margin: 20px 0 0 0;
  height: auto;
  border: 1px dashed #bdbdbd;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  min-height: 300px;
}
._list_cont .fwrx_fieldset legend {
  font-family: "weiruanyahei";
  font-size: 16px;
  font-weight: bold;
  color: #01448b;
  background-color: #FFF;
  margin-left: 30px!important;
  display: block;
}
._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 #2e63b9;
  font-size: 18px;
  color: #2e63b9;
}
._list ._title span font {
  font-size: 18px;
  font-weight: bold;
  color: #2e63b9;
  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: #003771;
  padding: 0 10px;
}
.list_table {
  width: calc(100%);
}
.list_table td {
  border-bottom: 1px dashed #cccccc;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
  padding-left: 5px;
}
.list_table td a {
  font-size: 16px;
  color: #333333;
}
.list_table td .list_date {
  font-size: 16px;
  color: #999999;
  float: 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: "宋体";
}
