/* 初始样式 */
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: #d3e5ff;
  height: 175px;
  position: relative;
}
.nav_header {
  height: 40px;
  background-color: #b51a1a;
}
.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: 135px;
  background: #d3e5ff url("../images/header_bg.png") no-repeat top center;
  width: calc(100%);
}
.top_header ul {
  width: 1200px;
  margin: 0 auto;
  height: 135px;
}
.top_header ul ._logo {
  display: inline-block;
  height: 71px;
  margin-top: 30px;
}
.menu {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #0c539c;
  clear: both;
  border-radius: 0;
  margin: 0 auto;
}
/*box*/
/*nav-main*/
.nav-main {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #1f5097;
  height: 40px;
  list-style-type: none;
  overflow: hidden;
}
.nav-main li {
  float: left;
  width: calc((100% - 300px - 90px) / 6);
  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: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.nav_cont {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  list-style-type: none;
}
._button {
  background: #0c539c;
  width: 114px;
  height: 28px;
  display: block;
  float: right;
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  cursor: pointer;
}
._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.2);
}
._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: #00a8e6;
}
._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) / 6);
  border-top: 0;
  position: absolute;
  display: none;
  background: #0c539c;
  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: rgba(0, 0, 0, 0.15);
  color: #fff;
}
.hidden-box li a {
  color: #fff;
  font-size: 14px;
  display: block;
}
/*隐藏盒子位置设置*/
.hidden-loc-index-1 {
  left: calc(((100% - 300px - 90px) / 6));
}
.hidden-loc-index-2 {
  left: calc(((100% - 300px - 90px) / 6));
}
.hidden-loc-index-3 {
  left: calc(((100% - 300px - 90px) / 6) * 2);
}
.hidden-loc-index-4 {
  left: calc(((100% - 300px - 90px) / 6) * 3);
}
.hidden-loc-index-5 {
  left: calc(((100% - 300px - 90px) / 6) * 4);
}
.hidden-loc-index-6 {
  left: calc(((100% - 300px - 90px) / 6) * 5);
}
/*end*/
/*index*/
.cont {
  width: 100%;
  margin: 0 auto;
  min-height: 100px;
  overflow: hidden;
  clear: both;
}
.cont ul {
  width: 1200px;
  margin: 0 auto;
}
.cont ._left {
  width: calc((100% - 30px) / 2);
  min-height: 218px;
  float: left;
}
.cont ._right {
  width: calc((100% - 30px) / 2);
  min-height: 218px;
  float: right;
}
._tbody {
  width: calc(100%);
  float: left;
  background-color: transparent;
  border-radius: 10px;
  padding: 0 0;
  border: 0px solid #e2e7ed;
}
._tbody ._title {
  width: calc(100%);
  height: 32px;
  margin-top: 15px;
  position: relative;
  border-bottom: 1px solid #cecece;
}
._tbody ._title ._line {
  display: none;
  width: calc(100%);
  height: 32px;
  border-bottom: 1px solid #cecece;
  position: absolute;
  right: 0;
  z-index: 0;
}
._tbody ._title ._font::before {
  content: "";
  width: 4px;
  height: 17px;
  position: absolute;
  background: #0c539c;
  left: 0;
  top: 9px;
}
._tbody ._title ._font {
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
  border-bottom: 2px solid #0c539c;
  height: 32px;
  padding: 10px 0 10px 15px;
}
._tbody ._title ._font ._cn {
  font-size: 16px;
  color: #0c539c;
  font-weight: bold;
  display: inline;
  text-align: center;
  margin-right: 5px;
}
._tbody ._title ._font ._en {
  width: max-content;
  color: #d9dadb;
  font-size: 16px;
  display: inline-block;
  font-weight: normal;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  bottom: -5px;
}
._tbody ._title a {
  cursor: pointer;
  border: 0;
}
._tbody ._more {
  width: 75px;
  height: 20px;
  line-height: 20px;
  display: block;
  float: right;
  cursor: pointer;
  color: #666666;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  position: relative;
  z-index: 222;
}
._tbody ._cont {
  width: calc(100% - 0px);
  min-height: 187px;
  padding: 8px 0;
  overflow: hidden;
  clear: both;
}
._l1 {
  min-height: 350px;
  padding-top: 15px;
}
._l1 ._player {
  width: calc(100%);
  height: 287px;
  float: left;
}
._l1 ._player .shutter {
  border-radius: 0;
}
._l1 ._player .shutter-desc {
  display: none;
}
._l1 .l1_table {
  width: calc(100% - 40px);
  min-height: 50px;
  padding: 15px 20px;
  background-color: #0c539c;
  float: left;
}
._l1 .l1_table ul {
  width: calc(100%);
}
._l1 .l1_table ul li {
  width: calc(100% - 20px);
  line-height: 25px;
  height: 25px;
  font-size: 14px;
  color: #424542;
  background: url("../images/w_icon.png") no-repeat left center;
  padding-left: 20px;
}
._l1 .l1_table ul li ._text {
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
._l1 .l1_table ul li ._text a {
  font-size: 14px;
  color: #fff;
}
._l1 .l1_table ul li ._date {
  font-size: 14px;
  color: #fff;
  float: right;
  display: block;
}
._l1 .l1_table ul li a {
  font-size: 14px;
  color: #fff;
}
._l2 {
  width: calc(100%);
}
._l2 .l2_table {
  width: calc(100%);
  min-height: 190px;
  padding-top: 15px;
}
._l2 .l2_table ul {
  width: calc(100%);
}
._l2 .l2_table ul li {
  width: calc(100% - 20px);
  line-height: 45px;
  height: 45px;
  font-size: 16px;
  color: #424542;
  background: url("../images/icon.png") no-repeat left center;
  padding-left: 20px;
}
._l2 .l2_table ul li ._text {
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 16px;
  color: #424542;
}
._l2 .l2_table ul li ._text a {
  font-size: 16px;
  color: #424542;
}
._l2 .l2_table ul li ._date {
  font-size: 16px;
  color: #bbbbbb;
  float: right;
  display: block;
}
._l3 {
  width: calc(100%);
  margin-bottom: 15px;
}
._l3 .l3_table {
  width: calc(100%);
  min-height: 150px;
  padding-top: 15px;
}
._l3 .l3_table ul {
  width: calc(100%);
}
._l3 .l3_table ul li {
  width: calc(100% - 35px);
  line-height: 45px;
  height: 45px;
  font-size: 16px;
  color: #424542;
  background: url("../images/l3_icon.png") no-repeat left center;
  padding-left: 35px;
}
._l3 .l3_table ul li ._text {
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 16px;
  color: #424542;
}
._l3 .l3_table ul li ._text a {
  font-size: 16px;
  color: #424542;
}
._l3 .l3_table ul li ._date {
  font-size: 16px;
  color: #bbbbbb;
  float: right;
  display: block;
}
._r1 {
  width: calc(100%);
  min-height: 320px;
  padding-top: 15px;
}
._r1 li {
  width: calc(100%);
  height: 80px;
  background: #fff;
  padding: 20px 0;
  float: left;
  border-bottom: 1px solid #e3e3e3;
}
._r1 li .date {
  width: 73px;
  height: 73px;
  float: left;
  margin-right: 15px;
}
._r1 li .date ._d {
  display: block;
  font-size: 60px;
  height: 40px;
  color: #0c539c;
  text-align: center;
  margin-top: 15px;
}
._r1 li .date ._ym {
  display: block;
  font-size: 14px;
  color: #0c539c;
  text-align: center;
}
._r1 li .tit {
  width: calc(100% - 73px - 15px);
  height: 30px;
  line-height: 27px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
._r1 li .txt {
  font-size: 14px;
  color: #999999;
  text-align: left;
  width: calc(100% - 73px - 15px);
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
._r1 li:last-child {
  border-bottom: 0;
}
._r2 {
  width: calc(100%);
}
._r2 .r2_table {
  width: calc(100%);
  min-height: 290px;
  padding-top: 15px;
}
._r2 .r2_table ul {
  width: calc(100%);
}
._r2 .r2_table ul li {
  width: calc(100% - 20px);
  line-height: 45px;
  height: 45px;
  font-size: 16px;
  color: #424542;
  background: url("../images/icon.png") no-repeat left center;
  padding-left: 20px;
}
._r2 .r2_table ul li ._text {
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 16px;
  color: #424542;
}
._r2 .r2_table ul li ._text a {
  font-size: 16px;
  color: #424542;
}
._r2 .r2_table ul li ._date {
  font-size: 16px;
  color: #bbbbbb;
  float: right;
  display: block;
}
._r3 {
  width: calc(100%);
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
._r3 li {
  width: calc((100% - 29px) / 2);
  height: 122px;
  box-shadow: inset 0 0 18px rgba(210, 226, 247, 0.58);
  border: 1px solid rgba(232, 241, 252, 0.3);
  border-radius: 10px;
  position: relative;
}
._r3 li a {
  display: block;
  width: calc(100%);
  height: calc(100%);
}
._r3 li ._icon {
  width: 70px;
  height: 56px;
  display: inline-block;
  margin-top: 30px;
  margin-left: 30px;
}
._r3 li ._font {
  display: inline-block;
  font-size: 24px;
  color: #0c539c;
  font-weight: bold;
  text-align: left;
  position: absolute;
  margin-top: 35px;
}
._r3 li ._enfont {
  display: inline-block;
  font-size: 14px;
  color: #a9bdd1;
  width: max-content;
  font-weight: normal;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
}
._r3 li ._tel {
  display: inline-block;
  font-size: 18px;
  color: #0c539c;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: -2px;
}
._r3 li:last-child ._icon {
  margin-right: 10px;
  padding-top: 3px;
}
/*bottom*/
.bottom {
  background: #1f5097;
  width: calc(100%);
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-family: "微软雅黑";
  clear: both;
}
.bottom ul {
  width: calc(1200px);
  margin: 0 auto;
}
.bottom ul ._icon {
  float: right;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 10px;
}
.bottom ul ._icon img {
  width: 80px;
}
/*list*/
.list_left {
  width: 200px;
  float: left;
  height: calc(100%);
  position: relative;
}
.list_left ._cont {
  min-height: 140px;
}
.list_left ._tbody + ._tbody {
  margin-top: 15px;
}
.list_right {
  width: calc(100% - 200px - 15px);
  margin: 0 0 0 15px;
  float: left;
  min-height: calc(100%);
  position: relative;
}
._list_menu {
  width: calc(100%);
  height: 788px;
  background-color: #fff;
  position: relative;
  margin: 20px 0;
  border-radius: 10px;
}
._list_menu ._title {
  width: calc(100% - 20px);
  height: 44px;
  background: #1f5097;
  font-weight: bold;
  text-align: left;
  padding: 9px 0 0 20px;
  border-radius: 0;
}
._list_menu ._title .font {
  color: #fff;
  font-size: 16px;
  display: block;
  height: 20px;
}
._list_menu ._title ._en {
  font-size: 12px;
  font-weight: normal;
  display: block;
  height: 18px;
  line-height: 18px;
  color: #fff;
}
._list_menu ul {
  width: calc(100%);
}
._list {
  width: calc(100%);
  min-height: 700px;
  background: #fff;
  font-size: 16px;
  padding: 10px 0 0 0;
  border-radius: 10px;
}
._list ._title {
  width: calc(100%);
  height: 32px;
  margin-top: 10px;
  position: relative;
  border-bottom: 2px solid #0c539c;
}
._list ._title ._font::before {
  content: "";
  width: 4px;
  height: 17px;
  position: absolute;
  background: #0c539c;
  left: 0;
  top: 3px;
}
._list ._title ._font {
  flex-shrink: 0;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  position: relative;
  height: 32px;
  font-size: 16px;
  color: #0c539c;
  font-weight: normal;
}
._list ._title ._font ._cn {
  font-size: 16px;
  color: #0c539c;
  font-weight: bold;
  display: inline;
  text-align: center;
  margin-right: 5px;
}
._list ._title a {
  cursor: pointer;
  border: 0;
}
._list ._title2 {
  width: calc(100% - 70px);
  height: 25px;
  padding: 10px 0 0;
  margin: 0 auto;
}
._list ._title2 ._font {
  display: block;
  float: left;
}
._list ._title2 ._font ._en {
  color: #8e8e8e;
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}
._list ._title2 ._font ._cn {
  font-size: 20px;
  color: #aa1f24;
  font-weight: bold;
  display: inline-block;
}
._list ._title2 ._font ._cn:before {
  content: "";
  width: 4px;
  height: 22px;
  background: #aa1f24;
  float: left;
  margin: 2px 10px 0 0;
  display: none;
}
._list ._title2 a {
  cursor: pointer;
  border: 0;
}
._list2 {
  width: calc(100%);
  min-height: 700px;
  background: #fff;
  font-size: 16px;
  margin: 20px 0;
  padding: 10px 0 0 0;
  border-radius: 10px;
}
._list2 ._title {
  width: calc(100% - 70px);
  height: 43px;
  line-height: 43px;
  border-bottom: 2px solid #d8d8d8;
  margin: 0 auto;
}
._list2 ._title span {
  display: block;
  height: 43px;
  position: absolute;
  border-bottom: 2px solid #b22222;
  font-size: 18px;
  color: #b22222;
}
._list2 ._title span font {
  font-size: 18px;
  font-weight: bold;
  color: #b22222;
  margin-right: 10px;
}
._list2 ._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;
}
._list2 ._title2 {
  width: calc(100% - 70px);
  height: 25px;
  padding: 10px 0 0;
  margin: 0 auto;
}
._list2 ._title2 ._font {
  display: block;
  float: left;
}
._list2 ._title2 ._font ._en {
  color: #8e8e8e;
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}
._list2 ._title2 ._font ._cn {
  font-size: 20px;
  color: #aa1f24;
  font-weight: bold;
  display: inline-block;
}
._list2 ._title2 ._font ._cn:before {
  content: "";
  width: 4px;
  height: 22px;
  background: #aa1f24;
  float: left;
  margin: 2px 10px 0 0;
  display: none;
}
._list2 ._title2 a {
  cursor: pointer;
  border: 0;
}
._list_cont {
  width: calc(100% - 0px);
  margin: 5px auto;
  min-height: 730px;
}
.list_table {
  width: calc(100%);
  padding-top: 10px;
}
.list_table ul {
  width: calc(100%);
}
.list_table ul li {
  width: calc(100% - 20px);
  line-height: 42px;
  height: 42px;
  font-size: 16px;
  color: #666;
  border-bottom: 1px dashed #d9d9d9;
  background: url("../images/icon.png") no-repeat left center;
  padding-left: 20px;
}
.list_table ul li ._text {
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.list_table ul li ._text a {
  font-size: 16px;
  color: #666;
}
.list_table ul li .list_date {
  color: #999;
  float: right;
  display: inline-block;
  font-size: 14px;
  width: 90px;
}
/*show*/
.tdfont {
  font-size: 14px;
  line-height: 40px;
  color: #373737;
  padding: 10px 0 ;
  font-family: "weiruanyahei";
}
.showtitle {
  font-size: 24px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #000000;
  font-family: "weiruanyahei";
}
.timefont {
  color: #373737;
  font-size: 14px;
  font-family: "weiruanyahei";
}
/*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: 16px;
  line-height: 36px;
  /* text-align: right; */
}
.common-content-main p a {
  font-size: 16px;
}
