/* 初始样式 */
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: #14468f;
  height: 176px;
  position: relative;
}
.nav_header {
  height: 40px;
  background-color: #1f5097;
}
.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: 136px;
  background: #14468f url("../images/header_bg.jpg") no-repeat top center;
  width: calc(100%);
}
.top_header ul {
  width: 1200px;
  margin: 0 auto;
  height: 136px;
}
.top_header ul ._logo {
  display: inline-block;
  height: 71px;
  margin-top: 30px;
}
.menu {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #1f5097;
  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: #2e63b9;
  height: 40px;
  list-style-type: none;
  overflow: hidden;
}
.nav-main li {
  float: left;
  width: calc((100% - 245px) / 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: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.nav_cont {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  list-style-type: none;
}
._button {
  background: #b22222;
  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.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% - 245px) / 8);
  border-top: 0;
  position: absolute;
  display: none;
  background: #1f5097;
  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% - 245px) / 8));
}
.hidden-loc-index-2 {
  left: calc(((100% - 245px) / 8));
}
.hidden-loc-index-3 {
  left: calc(((100% - 245px) / 8) * 2);
}
.hidden-loc-index-4 {
  left: calc(((100% - 245px) / 8) * 3);
}
.hidden-loc-index-5 {
  left: calc(((100% - 245px) / 8) * 4);
}
.hidden-loc-index-6 {
  left: calc(((100% - 245px) / 8) * 5);
}
.hidden-loc-index-7 {
  left: calc(((100% - 245px) / 8) * 6);
}
.hidden-loc-index-8 {
  left: calc(((100% - 245px) / 8) * 7);
}
/*end*/
/*index*/
.cont {
  width: 100%;
  margin: 0 auto;
  min-height: 350px;
  overflow: hidden;
  clear: both;
}
.cont ul {
  width: 1200px;
  margin: 0 auto;
}
.cont ._left {
  width: calc(68%);
  min-height: 218px;
  float: left;
}
.cont ._left ._tbody {
  margin-top: 20px;
}
.cont ._right {
  width: calc(100% - 68% - 20px);
  padding: 0 0 0 20px;
  min-height: 218px;
  float: left;
}
.cont ._right ._tbody {
  margin-top: 20px;
}
._tbody {
  width: calc(100% - 40px);
  float: left;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  border: 1px solid #e2e7ed;
}
._tbody ._title {
  width: calc(100% - 0px);
  height: 25px;
  padding: 10px 0;
  margin-top: 10px;
}
._tbody ._title ._font {
  display: block;
  float: left;
}
._tbody ._title ._font ._en {
  color: #8e8e8e;
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}
._tbody ._title ._font ._cn {
  font-size: 20px;
  color: #1f5097;
  font-weight: bold;
  display: inline-block;
}
._tbody ._title ._font ._cn:before {
  content: "";
  width: 4px;
  height: 22px;
  background: #aa1f24;
  float: left;
  margin: 2px 10px 0 0;
  display: none;
}
._tbody ._title a {
  cursor: pointer;
  border: 0;
}
._tbody ._title2 {
  width: calc(100% - 0px);
  height: 25px;
  padding: 10px 0;
  margin-top: 10px;
  border-bottom: 2px solid #d3d3d3;
}
._tbody ._title2 ._font {
  display: block;
  float: left;
  position: relative;
}
._tbody ._title2 ._font ._line {
  width: 100%;
  height: 2px;
  background-color: #1f5097;
  display: block;
  position: absolute;
  bottom: -12px;
}
._tbody ._title2 ._font ._en {
  color: #8e8e8e;
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}
._tbody ._title2 ._font ._cn {
  font-size: 16px;
  color: #1f5097;
  font-weight: bold;
  display: inline-block;
}
._tbody ._title2 ._font ._cn:before {
  content: "";
  width: 4px;
  height: 16px;
  background: #1f5097;
  float: left;
  margin: 4px 10px 0 0;
}
._tbody ._title2 a {
  cursor: pointer;
  border: 0;
}
._tbody ._more {
  width: 60px;
  height: 20px;
  line-height: 20px;
  display: block;
  float: right;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  margin-top: 2px;
  background: #1f5097;
  text-align: center;
  border-radius: 50px;
}
._tbody ._cont {
  width: calc(100% - 0px);
  min-height: 187px;
  padding: 8px 0;
  overflow: hidden;
  clear: both;
}
._tbody ._cont .tableStyle {
  width: calc(100%);
}
._tbody ._cont .tableStyle li {
  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;
}
._tbody ._cont .tableStyle li ._text {
  width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
._tbody ._cont .tableStyle li ._text a {
  font-size: 16px;
  color: #666;
}
._tbody ._cont .tableStyle li ._date {
  color: #999;
  float: right;
  width: 50px;
  display: inline-block;
}
._l1 {
  height: 387px;
}
._l1 .up_left {
  float: left;
  width: 416px;
  height: 292px;
}
._l1 .up_left img {
  width: 100%;
  height: 100%;
}
._l1 .up_left .featured {
  width: 100%!important;
  height: 100%!important;
}
._l1 .up_left .shutter {
  border-radius: 0;
}
._l1 .up_right {
  float: left;
  width: calc(100% - 416px - 20px);
  padding: 0 0 0 20px;
}
._l1 .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 .tablelist {
  width: calc(100%);
}
._l1 .tablelist li {
  line-height: 42px;
  height: 42px;
  font-size: 16px;
  color: #666;
  border-bottom: 1px dashed #d9d9d9;
  background: url("../images/icon_table.png") no-repeat left center;
  padding-left: 20px;
}
._l1 .tablelist li ._text {
  width: calc(100% - 60px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
._l1 .tablelist li ._text a {
  font-size: 16px;
  color: #666;
}
._l1 .tablelist li ._date {
  color: #999;
  float: right;
  width: 53px;
  display: inline-block;
}
._l2 {
  min-height: 300px;
}
._l2 ._cont .pic {
  padding-top: 30px;
  width: calc(100%);
}
._l2 ._cont .pic li {
  width: calc((100% - 100px) / 3);
  float: left;
}
._l2 ._cont .pic li + li {
  margin-left: 50px;
}
._r1 {
  min-height: 387px;
}
._r1 ._cont .tableStyle {
  width: calc(100%);
}
._r1 ._cont .tableStyle li {
  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;
}
._r1 ._cont .tableStyle li ._text {
  width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
._r1 ._cont .tableStyle li ._text a {
  font-size: 16px;
  color: #666;
}
._r1 ._cont .tableStyle li ._date {
  color: #999;
  float: right;
  width: 50px;
  display: inline-block;
}
._r2 {
  min-height: 300px;
}
.second {
  width: calc(100%);
  height: 310px;
  overflow: hidden;
  clear: both;
  padding-top: 0;
  background-color: #fff;
}
.second .second_li {
  width: calc((100% - 180px) / 3);
  padding: 0 30px;
  margin-top: 10px;
  background: #fff;
  display: inline-block;
}
.second .second_li .img {
  width: calc(100%);
  height: 155px;
  background-color: #e3e3e3;
}
.second .second_li .img img {
  width: 100%;
  height: 100%;
}
.tableA {
  width: calc(100%);
  padding-top: 10px;
}
.tableA ul {
  width: calc(100%);
}
.tableA 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;
}
.tableA ul li ._text {
  width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.tableA ul li ._text a {
  font-size: 16px;
  color: #666;
}
.tableA ul li ._date {
  color: #999;
  float: right;
  width: 50px;
  display: inline-block;
}
/*bottom*/
.bottom {
  background: #0a5aad;
  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;
  margin: 20px 0;
  padding: 10px 0 0 0;
  border-radius: 10px;
}
._list ._title {
  width: calc(100% - 70px);
  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 #1f5097;
  font-size: 18px;
  color: #1f5097;
}
._list ._title span font {
  font-size: 18px;
  font-weight: bold;
  color: #1f5097;
  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 ._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% - 70px);
  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;
}
