@charset "utf-8";
.v-bottom {
  align-items: flex-end;
}

.sub-header .nav {
  height: 140px;
  border-bottom: 1px solid #fb9856;
  background-color: #ff5a00;
}

.sub-header .nav .name {
  display: flex;
  align-items: center;
  height: 100%;
}

.sub-header .nav .name .left img {
  width: 80px;
}

.sub-header .nav .name .right {
  border-left: 1px solid #fb9856;
  padding-left: 10px;
}

.sub-header .nav .name .right p {
  font-size: 20px;
  margin: 14px 10px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
}

.sub-header .nav .name .right p span {
  display: block;
  font-weight: 100;
  letter-spacing: 0.5px;
  color: #e1e1e1;
}

.sub-header .nav .name .right p:first-child {
  margin-top: 0;
}

.sub-header .nav .name .right p:last-child {
  margin-bottom: 0;
}

.sub-header .nav .nav-box {
  width: 60%;
}

.sub-header .nav .nav-box .status {
  height: 35px;
  margin-bottom: 15px;
}

.sub-header .nav .nav-box .status .weather span {
  margin-right: 10px;
}

.sub-header .nav .nav-box .status .action span {
  margin-left: 20px;
  color: #fff;
}

.sub-header .nav .nav-box .nav-item {
  height: 65px;
  display: flex;
}

.sub-header .nav .nav-box .nav-item ul {
  position: relative;
}

.sub-header .nav .nav-box .nav-item ul .underline {
  transition: all .2s;
  position: absolute;
  width: 72px;
  height: 5px;
  background: #fdcd00;
  bottom: 0;
  left: 60px;
}

.sub-header .nav .nav-box .nav-item ul .underline.active {
  left: calc(100% / 6   60px);
}

.sub-header .nav .nav-box .nav-item ul li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% / 6);
  text-align: center;
  height: 100%;
  z-index: 10;
  line-height: 35px;
}

.sub-header .nav .nav-box .nav-item ul li a {
  font-size: 18px;
  color: #fff;
}

.sub-header .nav .nav-box .nav-item ul li a i {
  font-size: 24px;
  margin-right: 10px;
}

.sub-header .nav .nav-box .nav-item ul li:hover .ndiv {
  display: flex;
  opacity: 1;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv {
  transition: all .2s;
  position: absolute;
  display: none;
  opacity: 0;
  width: 150%;
  background-color: #fff;
  border-radius: 5px;
  top: 65px;
  left: -50%;
  box-shadow: 0 2px 5px 0 #a1a1a1;
  z-index: 2;
  padding: 10px 65px;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left {
  width: 70%;
  padding-right: 20px;
  border-right: 1px solid #e1e1e1;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-header {
  margin-bottom: 20px;
  color: #ff5a00;
  border-bottom: 1px solid #e1e1e1;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-header .left {
  border-bottom: 5px solid #ff5a00;
  color: #000;
  font-size: 20px;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-header .left span {
  font-size: 20px;
  color: #ff5a00;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-header .left i {
  margin-right: 10px;
  font-size: 20px;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-header .right i {
  font-size: 30px;
  color: #e6e6e6;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left {
  width: 60%;
  padding-right: 20px;
  border-right: 1px solid #e1e1e1;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div {
  transition: all .4s;
  width: 48%;
  color: #000;
  padding: 15px 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px 3px #f1f1f1;
  cursor: pointer;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div a {
  color: #a1a1a1;
  font-size: 16px;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div i {
  font-size: 20px;
  margin-right: 10px;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div i.i1 {
  color: #ff5a00;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div i.i2 {
  color: #e84259;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div i.i3 {
  color: #2d95ec;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div i.i4 {
  color: #35d125;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div:hover.d1 {
  background: #ff5a00;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div:hover.d2 {
  background: #e84259;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div:hover.d3 {
  background: #2d95ec;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div:hover.d4 {
  background: #35d125;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div:hover a {
  color: #fff;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-left div:hover i {
  color: #fff;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-right {
  width: 40%;
  padding-left: 20px;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-right div {
  transition: all .4s;
  width: 100%;
  color: #000;
  padding: 15px 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px 3px #f1f1f1;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-right div a {
  color: #a1a1a1;
  font-size: 16px;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-right div i {
  font-size: 20px;
  margin-right: 10px;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-right div i.i1 {
  color: #2581f6;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-right div i.i2 {
  color: #ffb237;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-right div:hover.d1 {
  background: #2581f6;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-right div:hover.d2 {
  background: #ffb237;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-right div:hover a {
  color: #fff;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-left .n-content .b-right div:hover i {
  color: #fff;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-right {
  width: 30%;
  padding-left: 20px;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-right .n-header {
  margin-bottom: 26px;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-right .n-header span {
  font-size: 20px;
  padding-bottom: 2px;
  color: #666;
  border-bottom: 5px solid #ff5a00;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-right .n-content div {
  transition: .4s all;
  padding: 14px 10px;
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-right .n-content div a {
  color: #666;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-right .n-content div:hover {
  background: #ff5a00;
}

.sub-header .nav .nav-box .nav-item ul li .ndiv .n-right .n-content div:hover a {
  color: #fff;
}

.sub-header .breadcrumb {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}

.sub-header .breadcrumb > div {
  padding-left: 15px;
}

.sub-header .breadcrumb a {
  color: #666;
  font-size: 14px;
}

.sub-header .breadcrumb a:hover {
  color: #ff5a00;
  text-decoration: underline;
}

.sub-header .breadcrumb a:last-child:hover {
  color: #666;
  text-decoration: none;
  cursor: default;
}

.sub-header .breadcrumb span {
  color: #666;
  padding: 0 10px;
}

.sub-content {
  color: #666;
  padding: 30px;
}

.sub-content .f-full {
  width: 100%;
  margin-bottom: 20px;
}

.sub-content .f-full .name {
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #ff5a00;
  border-bottom: 1px solid #d1d1d1;
}

.sub-content .f-full .f-name {
  padding: 30px 0 10px;
  font-size: 18px !important;
  font-weight: bold;
  color: #ff5a00;
  text-indent: 0 !important;
}

.sub-content .f-full .f-name img {
  vertical-align: middle;
  margin-right: 15px;
  width: 30px;
}

.sub-content .f-full.mail {
  background-color: #fff;
  box-shadow: 0 0 20px 0px #e1e1e1;
  border-radius: 3px;
  margin-bottom: 20px;
}

.sub-content .f-full.mail .content .contact {
  display: flex;
  padding-top: 30px;
}

.sub-content .f-full.mail .content .contact > a {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-content .f-full.mail .content .contact > a > div {
  text-align: center;
}

.sub-content .f-full.mail .content .contact > a > div i {
  font-size: 45px;
  color: #fff;
}

.sub-content .f-full.mail .content .contact > a > div p {
  color: #fff;
  font-size: 16px;
  text-indent: 0;
}

.sub-content .f-full.mail .content .contact > a:first-child {
  margin-right: 20px;
  background: -moz-linear-gradient(45deg, #eb7235, #ef9c49);
  background: -webkit-gradient(linear, 0 100%, 100% 0%, from(#eb7235), to(#ef9c49));
  background: -webkit-linear-gradient(45deg, #eb7235, #ef9c49);
  background: -o-linear-gradient(45deg, #eb7235, #ef9c49);
}

.sub-content .f-full.mail .content .contact > a:last-child {
  background: -moz-linear-gradient(45deg, #418df0, #65abff);
  background: -webkit-gradient(linear, 0 100%, 100% 0%, from(#418df0), to(#65abff));
  background: -webkit-linear-gradient(45deg, #418df0, #65abff);
  background: -o-linear-gradient(45deg, #418df0, #65abff);
}

.sub-content .f-full.mail .content .item {
  width: calc(100% / 2);
  padding: 0 30px 30px;
}

.sub-content .f-full.mail .content .item:first-child {
  border-right: 1px inset;
  border-image: -webkit-linear-gradient(#fff, #d1d1d1, #fff) 20 30 20;
  border-image: -moz-linear-gradient(#fff, #d1d1d1, #fff) 20 30 20;
  border-image: linear-gradient(#fff, #d1d1d1, #fff) 20 30 20;
}

.sub-content .f-full.mail .content .item .text {
  height: 150px;
  overflow: auto;
}

.sub-content .f-full.mail .content .item h2 {
  font-size: 18px;
  text-align: center;
  padding: 0px 0 10px;
}

.sub-content .f-full.mail .content .item h2.rt {
  padding: 20px 0 25px;
}

.sub-content .f-full.mail .content .item p {
  text-indent: 28px;
  font-size: 14px;
  line-height: 30px;
}

.sub-content .f-full.mail .content .item .btn {
  margin-top: 30px;
}

.sub-content .f-full.mail .content .item .btn a {
  width: calc(50% - 40px);
  height: 35px;
  margin: 0 20px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  align-items: center;
}

.sub-content .f-full.mail .content .item .btn a i {
  width: 35px;
  height: 100%;
  background-color: #f1f1f1;
  color: #666;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}

.sub-content .f-full.mail .content .item .btn a i.iconemail {
  font-size: 20px;
}

.sub-content .f-full.mail .content .item .btn a span {
  font-size: 16px;
  color: #666;
  margin: 0 auto;
}

.sub-content .f-full.mail .content .item ul li {
  padding: 5px 15px;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-content .f-full.mail .content .item ul li:last-child {
  margin: 0;
}

.sub-content .f-full.mail .content .item ul li a {
  font-size: 15px;
  color: #666;
}

.sub-content .f-full.mail .content .item ul li a:hover {
  text-decoration: underline;
  color: #ff5a00;
}

.sub-content .f-full.hot-img > div > div {
  height: 100%;
  position: relative;
}

.sub-content .f-full.hot-img > div > div:hover .more {
  display: block;
}

.sub-content .f-full.hot-img > div > div .more {
  position: absolute;
  display: none;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 18px;
}

.sub-content .f-full.hot-img > div > div a:last-child {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 2%;
  letter-spacing: .8px;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.sub-content .f-full.hot-img > div > div a:last-child:hover {
  text-decoration: underline;
}

.sub-content .f-full.hot-img > div > div img {
  width: 100%;
  height: 100%;
}

.sub-content .f-full.video-news {
  box-shadow: 0 0 20px 0px #e1e1e1;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
}

.sub-content .f-full.video-news .swiper-video {
  width: 94%;
}

.sub-content .f-full.video-news .control {
  position: absolute;
  top: 140px;
  height: 80px;
  width: 16px;
  background: #e1e1e1;
  outline: none;
  border-radius: 3px;
  transition: 0.2s all;
  line-height: 80px;
  cursor: pointer;
}

.sub-content .f-full.video-news .control:hover {
  background: #ff5a00;
  color: #fff;
}

.sub-content .f-full.video-news .control.v-prev {
  left: 20px;
}

.sub-content .f-full.video-news .control.v-next {
  right: 20px;
}

.sub-content .f-full.video-news .content {
  width: 100%;
  height: 200px;
  margin: 20px 0;
}

.sub-content .f-full.video-news .content .item {
  width: 100%;
  height: 100%;
}

.sub-content .f-full.video-news .content .item .thumb {
  height: 80%;
}

.sub-content .f-full.video-news .content .item .thumb img {
  width: 100%;
  height: 100%;
}

.sub-content .f-full.video-news .content .item a {
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  line-height: 35px;
  font-size: 16px;
  background: #f1f1f1;
  border: 1px solid #c1c1c1;
}

.sub-content .f-full.video-news .content .item a:hover {
  color: #ff5a00;
  text-decoration: underline;
}

.sub-content .f-full .left {
  width: 66%;
  padding-right: 10px;
  height: 450px;
}

.sub-content .f-full .right {
  width: 34%;
  padding-left: 10px;
  height: calc(430px / 2);
}

.sub-content .f-full .right div:first-child {
  margin-bottom: 20px;
}

.sub-content .f-left {
  width: 66%;
  padding-right: 10px;
}

.sub-content .f-left.w-50 {
  width: 50%;
}

.sub-content .f-left .article-box {
  padding: 0 20px 40px;
  box-shadow: 0 0 20px 0px #e1e1e1;
  border-radius: 3px;
  margin-bottom: 20px;
  color: #666;
}

.sub-content .f-left .article-box .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 10px;
}

.sub-content .f-left .article-box .intro {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.sub-content .f-left .article-box .intro span {
  font-size: 14px;
}

.sub-content .f-left .article-box .article img {
  width: 100%;
  margin: 10px auto;
}

.sub-content .f-left .article-box .article p {
  font-size: 14px;
  text-indent: 28px;
  line-height: 24px;
}

.sub-content .f-left .box {
  box-shadow: 0 0 20px 0px #e1e1e1;
  border-radius: 3px;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}

.sub-content .f-left .box.tabs-box-two {
  padding: 0;
}

.sub-content .f-left .box.tag-list .name {
  padding: 21px 0;
  font-size: 18px;
  font-weight: bold;
  color: #ff5a00;
  border-bottom: 1px solid #d1d1d1;
}

.sub-content .f-left .box.tag-list ul {
  padding: 22px 0 6px !important;
}

.sub-content .f-left .box.tag-list ul li {
  margin-bottom: 15px;
}

.sub-content .f-left .box.tag-list ul li:last-child {
  margin-bottom: 0;
}

.sub-content .f-left .box.tag-list ul li::before {
  content: "" !important;
}

.sub-content .f-left .box.tag-list ul li .tag {
  display: block;
  padding: 2px 10px;
  background: #63b450;
  color: #fff;
  border-radius: 10px;
  margin-right: 10px;
}

.sub-content .f-left .box.tag-list ul li .tag.off {
  background-color: #d1d1d1;
  color: #000;
}

.sub-content .f-left .box.tag-list ul li a {
  margin: 0 !important;
  font-size: 16px;
  color: #666;
}

.sub-content .f-left .box.tag-list ul li a:hover {
  color: #ff5a00;
}

.sub-content .f-left .box.tag-list ul li span {
  color: #a1a1a1;
  font-size: 14px;
}

.sub-content .f-left .c-box,.sub-content .f-left .c-box2 {
  box-shadow: 0 0 20px 0px #e1e1e1;
  border-radius: 3px;
  margin-bottom: 20px;
}

.sub-content .f-left .c-box.list {
  padding: 0 !important;
}

.sub-content .f-left .c-box .name {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #ff5a00;
  border-bottom: 1px solid #d1d1d1;
}

.sub-content .f-left .c-box .name a {
  font-size: 18px;
  font-weight: bold;
  color: #ff5a00;
}

.sub-content .f-left .c-box .name.duo {
  border-bottom: none;
  background: #e4e4e4;
  padding: 20px;
}

.sub-content .f-left .c-box .t-header {
  background-color: #fff;
  position: relative;
}

.sub-content .f-left .c-box .t-header.lf {
  border-bottom: 0;
  margin: 0;
}

.sub-content .f-left .c-box .t-header > a {
  padding: 10px 20px;
  font-size: 16px;
  color: #666;
}

.sub-content .f-left .c-box .t-header > a.active {
  font-weight: bold;
  color: #ff5a00;
}

.sub-content .f-left .c-box .t-header .active_bar {
  position: absolute;
  left: 0;
  display: block;
  margin: 40px 16px;
  width: 72px;
  height: 3px;
  background-color: #ff5a00;
  transition: all .3s;
}

.sub-content .f-left .c-box .thumb {
  display: block;
  width: 100%;
  margin: 15px 0;
}

.sub-content .f-left .c-box .hot-ss {
  margin: 20px 0;
}

.sub-content .f-left .c-box .hot-ss .item {
  position: relative;
  width: calc((100% - 40px) / 3);
  margin: 0 10px;
}

.sub-content .f-left .c-box .hot-ss .item:first-child {
  margin-left: 0;
}

.sub-content .f-left .c-box .hot-ss .item:last-child {
  margin-right: 0;
}

.sub-content .f-left .c-box .hot-ss .item .thumb {
  margin: 0;
  height: 140px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-content .f-left .c-box .hot-ss .item .tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 15px;
  font-size: 15px;
  color: #fff;
  background-color: #2faef6;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.sub-content .f-left .c-box .hot-ss .item .title {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.sub-content .f-left .c-box .hot-ss .item .title:hover {
  text-decoration: underline;
  color: #ff5a00;
}

.sub-content .f-left .c-box .area span {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 7px 18px;
  background-color: #e1e1e1;
  font-size: 14px;
  cursor: pointer;
}

.sub-content .f-left .c-box .area span.active {
  background-color: #ff5a00;
  color: #fff;
}

.sub-content .f-left .c-box .ss {
  padding-bottom: 20px;
  height: 189px;
  display: none;
}

.sub-content .f-left .c-box .ss.active {
  display: block;
}

.sub-content .f-left .c-box .ss .item {
  display: inline-block;
  padding: 0 10px 0 0;
  border: 1px solid #d1d1d1;
  margin: 10px 10px 0 0;
  color: #666;
  font-size: 14px;
}

.sub-content .f-left .c-box .ss .item span {
  background-color: #f1f1f1;
  display: inline-block;
  padding: 7px 10px;
  margin-right: 10px;
  color: #ff5a00;
  font-weight: bold;
}

.sub-content .f-left .c-box .fs-show {
  margin: 20px 0 0;
}

.sub-content .f-left .c-box .fs-show .item {
  position: relative;
  width: calc((100% - 40px) / 3);
  margin: 0 10px;
}

.sub-content .f-left .c-box .fs-show .item:first-child {
  margin-left: 0;
}

.sub-content .f-left .c-box .fs-show .item:last-child {
  margin-right: 0;
}

.sub-content .f-left .c-box .fs-show .item .thumb {
  margin: 0;
  height: 140px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-content .f-left .c-box .fs-show .item .tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 15px;
  font-size: 15px;
  color: #fff;
  background-color: #ff5a00;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.sub-content .f-left .c-box .fs-show .item .title {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.sub-content .f-left .c-box .fs-show .item .title:hover {
  text-decoration: underline;
  color: #ff5a00;
}

.sub-content .f-left .c-box .ly-box {
  margin: 20px 0 0;
  padding-bottom: 15px;
}

.sub-content .f-left .c-box .ly-box .item {
  position: relative;
  width: calc((100% - 40px) / 3);
  margin: 0 10px;
}

.sub-content .f-left .c-box .ly-box .item:first-child {
  margin-left: 0;
}

.sub-content .f-left .c-box .ly-box .item:last-child {
  margin-right: 0;
}

.sub-content .f-left .c-box .ly-box .item .thumb {
  margin: 0;
  height: 90px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 90px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.sub-content .f-left .c-box ul {
  padding: 20px 20px 15px;
}

.sub-content .f-left .c-box ul li {
  position: relative;
  margin-bottom: 15px;
}
.sub-content .f-left .t-content ul li {
  position: relative;
  margin-bottom: 15px;
}
.sub-content .f-left .c-box ul li::before,.sub-content .f-left .t-content ul li::before{
  content: '·';
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 16px;
  color: #a1a1a1;
}

.sub-content .f-left .c-box ul li a,.sub-content .f-left .t-content ul li a {
  font-size: 16px;
  margin-left: 20px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 70%;
}

.sub-content .f-left .c-box ul li a:hover,.sub-content .f-left .t-content ul li a:hover {
  color: #ff5a00;
}

.sub-content .f-left .c-box ul li .date,.sub-content .f-left .t-content ul li .date {
  color: #a1a1a1;
  font-size: 14px;
}

.sub-content .f-left .c-box.tabs-tag li::before {
  content: '';
}

.sub-content .f-left .c-box.tabs-tag li .tag {
  padding: 2px 8px;
  margin-right: 10px;
  display: block;
  color: #fff;
  background: #ff5a00;
  font-size: 16px;
}

.sub-content .f-left .c-box.tabs-tag li a {
  margin-left: 0;
}

.sub-content .f-left .c-box.list-box {
  padding: 0 20px;
}

.sub-content .f-left .tabs-box .name {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #ff5a00;
  border-bottom: 1px solid #d1d1d1;
}

.sub-content .f-left .tabs-box .t-header,.sub-content .f-left .tabs-box .tabnew2 {
  background: #e4e4e4;
}

.sub-content .f-left .tabs-box .t-header > a {
  display: block;
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
}
.sub-content .f-left .tabs-box .tabnew2 > li {
  display: block;
  
 
 
}
.sub-content .f-left .tabs-box .tabnew2 > li a{
  display: block;
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
}
.sub-content .f-left .tabs-box .t-header > a > a {
  font-size: 18px;
  cursor: pointer;
  color: #666;
}

.sub-content .f-left .tabs-box .t-header > a.active {
  color: #ff5a00;
  background: #fff;
  font-weight: bold;
}
.sub-content .f-left .tabs-box .tabnew2 > li.active a{
  color: #ff5a00;
  background: #fff;
  font-weight: bold;
}
.sub-content .f-left .tabs-box .t-header > a.active a {
  color: #ff5a00;
  background: #fff;
  font-weight: bold;
}

.sub-content .f-left .tabs-box .t-header .bs {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.sub-content .f-left .tabs-box .t-header .bs a {
  font-size: 16px;
  color: #ff5a00;
  font-weight: bold;
  display: none;
}

.sub-content .f-left .tabs-box .t-header .bs a.active {
  display: block;
}

.sub-content .f-left .tabs-box .t-content ul {
  padding: 20px 20px 15px;
  /* display: none; */
}

.sub-content .f-left .tabs-box .t-content ul.active {
  display: block;
}

.sub-content .f-left .tabs-box .t-content ul li .tag {
  display: block;
  padding: 2px 10px;
  border-radius: 10px;
  margin-right: -10px;
  z-index: 1;
}

.sub-content .f-left .tabs-box .t-content ul li .tag.on {
  background-color: #63b450;
  color: #fff;
}

.sub-content .f-left .tabs-box .t-content ul li .tag.off {
  background-color: #d1d1d1;
  color: #000;
}

.sub-content .f-left .tabs-box.bm-info .name {
  margin: 0 20px;
}

.sub-content .f-left .tabs-box.bm-info .thumb {
  margin: 15px 20px;
  width: calc(100% - 40px);
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-content .f-left .tabs-box.bm-info .t-header {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 20px 2px;
}

.sub-content .f-left .tabs-box.bm-info .t-header > a {
  padding: 10px 20px;
}

.sub-content .f-left .tabs-box.bm-info .t-header .active_bar {
  position: absolute;
  left: 0;
  display: block;
  margin: 43px 20px;
  width: 72px;
  height: 3px;
  background-color: #ff5a00;
  transition: all .3s;
}

.sub-content .f-right {
  width: 34%;
  padding-left: 10px;
}

.sub-content .f-right.w-50 {
  width: 50%;
}

.sub-content .f-right .list-nav {
  box-shadow: 0 0 20px 0px #e1e1e1;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 20px;
}

.sub-content .f-right .list-nav ul li {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.sub-content .f-right .list-nav ul li span {
  display: block;
  padding: 5px 15px;
  background-color: #e1e1e1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sub-content .f-right .list-nav ul li span i {
  font-size: 26px;
}

.sub-content .f-right .list-nav ul li a {
  font-size: 18px;
  margin-left: 30px;
  color: #666;
}

.sub-content .f-right .list-nav ul li:hover {
  background-color: #ff5a00;
  color: #fff;
  border: 1px solid #ff5a00;
}

.sub-content .f-right .list-nav ul li:hover span {
  background-color: #ff5a00;
  overflow: hidden;
}

.sub-content .f-right .list-nav ul li:hover span i {
  color: #fff;
  position: relative;
  animation: arrowmove .3s;
  -webkit-animation: arrowmove .3s;
}

.sub-content .f-right .list-nav ul li:hover a {
  color: #fff;
}

.sub-content .f-right .list-nav ul li.active {
  background-color: #ff5a00;
  color: #fff;
  border: 1px solid #ff5a00;
}

.sub-content .f-right .list-nav ul li.active span {
  background-color: #ff5a00;
}

.sub-content .f-right .list-nav ul li.active a {
  color: #fff;
}

.sub-content .f-right .box {
  box-shadow: 0 0 20px 0px #e1e1e1;
  border-radius: 3px;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}

.sub-content .f-right .box.tabs-box-two {
  padding: 0;
}

.sub-content .f-right .box.tag-list ul {
  padding: 22px 0 6px !important;
}

.sub-content .f-right .box.tag-list ul li::before {
  content: "" !important;
}

.sub-content .f-right .box.tag-list ul li .tag {
  display: block;
  padding: 2px 10px;
  background: #63b450;
  color: #fff;
  border-radius: 10px;
  margin-right: 10px;
}

.sub-content .f-right .box.tag-list ul li .tag.off {
  background-color: #d1d1d1;
  color: #000;
}

.sub-content .f-right .box.tag-list ul li a {
  margin: 0 !important;
  font-size: 16px;
  color: #666;
}

.sub-content .f-right .box.tag-list ul li a:hover {
  color: #ff5a00;
}

.sub-content .f-right .box.tag-list ul li .date {
  color: #a1a1a1;
  font-size: 14px;
}

.sub-content .f-right .box .name {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #ff5a00;
  border-bottom: 1px solid #d1d1d1;
}

.sub-content .f-right .box .t-header, .sub-content .f-right .box2 .tabnew2{
  background: #e4e4e4;
}

.sub-content .f-right .box .t-header > a {
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
  display: block;
}
.sub-content .f-right .box2 .tabnew2 > li {
 
  cursor: pointer;
  display: block;
}
.sub-content .f-right .box2 .tabnew2 > li a{
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
  display: block;
}
.sub-content .f-right .box .t-header > a.active {
  color: #ff5a00;
  background: #fff;
  font-weight: bold;
}
.sub-content .f-right .box2 .tabnew2 > li.active a{
  color: #ff5a00;
  background: #fff;
  font-weight: bold;
}
.sub-content .f-right .box .t-header > a.active a {
  color: #ff5a00;
  background: #fff;
  font-weight: bold;
}

.sub-content .f-right .box .t-content {
  display: none;
  padding: 0 20px;
}

.sub-content .f-right .box .t-content.active {
  display: block;
}

.sub-content .f-right .box .t-content .sub-t-header {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
}

.sub-content .f-right .box .t-content .sub-t-header > a {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  display: block;
}
.sub-content .f-right .box2 .t-content .sub-t-header  li {
 
  cursor: pointer;
  display: block;
}
.sub-content .f-right .box2 .t-content .sub-t-header  li a{
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  display: block;
}
.sub-content .f-right .box .t-content .sub-t-header .active_bar,.sub-content .f-right .box2 .t-content .sub-t-header .active_bar {
  position: absolute;
  left: 0;
  display: block;
  margin: 39.5px 20px;
  width: 72px;
  height: 3px;
  background-color: #ff5a00;
  transition: all .3s;
}

.sub-content .f-right .box .t-content ul {
  display: none;
  padding: 14.5px 0;
}
.sub-content .f-right .box2 .t-content .erji {
  
  padding: 14.5px 0;
}
.sub-content .f-right .box .t-content ul li {
  position: relative;
  margin-bottom: 15px;
}
.sub-content .f-right .box2 .t-content .erji li {
  position: relative;
  margin-bottom: 15px;
}
.sub-content .f-right .box .t-content ul li .tag,.sub-content .f-right .box2 .t-content .erji li .tag {
  display: block;
  padding: 2px 10px;
  background: #63b450;
  color: #fff;
  border-radius: 10px;
  margin-right: 10px;
}

.sub-content .f-right .box .t-content ul li .tag.off,.sub-content .f-right .box2 .t-content .erji li .tag.off {
  background-color: #d1d1d1;
  color: #000;
}

.sub-content .f-right .box .t-content ul li a, .sub-content .f-right .box2 .t-content .erji li a{
  font-size: 16px;
  color: #666;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-content .f-right .box .t-content ul li a:hover,.sub-content .f-right .box2 .t-content .erji li a:hover {
  color: #ff5a00;
}

.sub-content .f-right .box .t-content ul li .date,.sub-content .f-right .box2 .t-content .erji li .date {
  color: #a1a1a1;
  font-size: 14px;
}

.sub-content .f-right .box .t-content ul.active {
  display: block;
}

.sub-content .f-right .box .content .weibo_list {
  margin-top: 20px;
}

.sub-content .f-right .box .content .input {
  width: 50%;
  margin-top: 10px;
  font-size: 16px;
}

.sub-content .f-right .box .content .input span {
  font-size: 16px;
  margin: 0 10px 0 5px;
  color: #666;
}

.sub-content .f-right .box .content .input span.full {
  width: 65px;
  margin: 0 10px 0 0;
}

.sub-content .f-right .box .content .input input {
  width: 90px;
  height: 26px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding-left: 10px;
}

.sub-content .f-right .box .content .input .jeinpbox {
  width: 100%;
}

.sub-content .f-right .box .content .input .select {
  width: 100%;
  height: 26px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.sub-content .f-right .box .content .input .select span {
  font-size: 16px;
}

.sub-content .f-right .box .content .input.full {
  width: 100%;
}

.sub-content .f-right .box .content .input.full .jeinpbox {
  width: calc(100% - 75px);
}

.sub-content .f-right .box .content .input.full .jeinpbox input {
  width: calc(100% - 2px);
}

.sub-content .f-right .box .content .input.full .select {
  width: calc(100% - 75px);
}

.sub-content .f-right .box .content .input.full input {
  width: calc(100% - 75px);
}

.sub-content .f-right .box .content.swiper {
  width: 100%;
  height: 570px;
  padding-top: 5%;
}

.sub-content .f-right .box .content.swiper .swiper-container {
  height: 90%;
  margin-top: 5%;
}

.sub-content .f-right .box .content.swiper .swiper-slide {
  padding: 5px 0;
}

.sub-content .f-right .box .content.swiper .item {
  border: 1px solid #e1e1e1;
  width: 90%;
  height: 100%;
  position: relative;
}

.sub-content .f-right .box .content.swiper .item img {
  width: 80%;
  height: 60%;
  margin-top: 20px;
}

.sub-content .f-right .box .content.swiper .item div {
  position: absolute;
  height: 30px;
  width: 100%;
  bottom: 0;
  background-color: #f1f1f1;
}

.sub-content .f-right .box .content.swiper .item div a {
  line-height: 30px;
  font-size: 16px;
}

.sub-content .f-right .box .content.swiper .item div a:hover {
  text-decoration: underline;
  color: #ff5a00;
}

.sub-content .f-right .box .content ul {
  padding: 20px 0 0;
}

.sub-content .f-right .box .content ul li {
  position: relative;
  margin-bottom: 15px;
}

.sub-content .f-right .box .content ul li::before {
  content: '·';
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 16px;
  color: #a1a1a1;
}

.sub-content .f-right .box .content ul li:last-child {
  margin: 0;
}

.sub-content .f-right .box .content ul li a {
  font-size: 16px;
  margin-left: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-content .f-right .box .content ul li a:hover {
  color: #ff5a00;
}

.sub-content .f-right .box .content ul li .date {
  color: #a1a1a1;
  font-size: 14px;
}

.sub-content .f-right .box .grid {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
}

.sub-content .f-right .box .grid .item {
  color: #666;
  display: block;
  width: calc((100% - 30px) / 3);
  height: 80px;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
  background-color: #f9f9f9;
  border-radius: 5px;
  transition: all .2s;
}

.sub-content .f-right .box .grid .item i {
  margin: 16px 0 5px;
  display: block;
  font-size: 26px;
}

.sub-content .f-right .box .grid .item:first-child i {
  font-size: 30px;
  margin: 16px 0 0;
}

.sub-content .f-right .box .grid .item:hover {
  background-color: #ff5a00;
  color: #fff;
}

.sub-content .f-right .box .search-btn a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  width: 260px;
  text-align: center;
  background-color: #ff5a00;
  margin: 20px auto 0;
}

.sub-content .f-right .box.special {
  padding: 0 20px;
}

.sub-content .f-right .box.special .content {
  position: relative;
}

.sub-content .f-right .box.special .content .control {
  background-color: #e1e1e1;
  position: absolute;
  margin: auto;
  width: 80px;
  height: 20px;
  left: 0;
  right: 0;
  transition: all .2s;
  text-align: center;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
}

.sub-content .f-right .box.special .content .control:hover {
  background-color: #ff5a00;
}

.sub-content .f-right .box.special .content .control:hover i {
  color: #fff;
}

.sub-content .f-right .box.special .content .control i {
  font-size: 20px;
}

.sub-content .f-right .box.special .content .control.prev {
  top: 10px;
}

.sub-content .f-right .box.special .content .control.next {
  bottom: 10px;
}

.sub-content .f-right .box.wbcg {
  padding: 0 20px;
}

.sub-content .f-right .lybtn {
  justify-content: space-between;
}

.sub-content .f-right .lybtn .item {
  display: flex;
  width: 100%;
  height: 155px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: calc((100% - 15px) / 2);
}

.sub-content .f-right .lybtn .item a {
  height: 100%;
}

.sub-content .f-right .lybtn .item i {
  display: block;
  margin-top: 40px;
  font-size: 50px;
  color: #ffcf5c;
}

.sub-content .f-right .lybtn .item p {
  font-size: 16px;
  color: #fff;
}

.sub-content .f-right .lybtn .item:first-child {
  background: -moz-linear-gradient(45deg, #488deb, #6cadfa);
  background: -webkit-gradient(linear, 0 100%, 100% 0%, from(#488deb), to(#6cadfa));
  background: -webkit-linear-gradient(45deg, #488deb, #6cadfa);
  background: -o-linear-gradient(45deg, #488deb, #6cadfa);
}

.sub-content .f-right .lybtn .item:last-child {
  background: -moz-linear-gradient(45deg, #ba0028, #ff0a3f);
  background: -webkit-gradient(linear, 0 100%, 100% 0%, from(#ba0028), to(#ff0a3f));
  background: -webkit-linear-gradient(45deg, #ba0028, #ff0a3f);
  background: -o-linear-gradient(45deg, #ba0028, #ff0a3f);
}

@media (max-width: 960px) {
  .main-container .sub-header .status {
    display: none;
  }
  .main-container .sub-header .nav-item {
    display: none !important;
  }
  .main-container .sub-header .banner {
    display: none;
  }
  .main-container .sub-header .nav li a {
    font-size: 12px !important;
  }
  .main-container .sub-header .nav {
    height: auto;
  }
  .main-container .sub-header .nav .underline {
    width: 60px !important;
    left: 75px !important;
  }
  .main-container .sub-header .name {
    display: none;
  }
  .main-container .sub-header .nav-box {
    width: 100%;
  }
  .main-container .sub-header .mind {
    display: none;
  }
  .main-container .sub-header .search {
    display: none;
  }
  .main-container .sub-header .hot-news {
    height: auto;
    padding: 20px 0;
    text-align: center;
  }
  .main-container .sub-header .hot-news p {
    text-align: center;
  }
  .main-container .sub-header .hot-news a {
    text-align: center;
    font-size: 14px !important;
  }
  .main-container .news-lb span {
    font-size: 12px !important;
  }
  .sub-content {
    padding: 20px !important;
  }
  .sub-content .hot-img > div {
    height: 200px !important;
    width: 100% !important;
    padding: 0 !important;
    display: none;
  }
  .sub-content .hot-img > div:first-child {
    display: block;
  }
  .sub-content .f-left {
    padding: 0 !important;
  }
  .sub-content .f-left a, .sub-content .f-left span {
    font-size: 10px !important;
  }
  .sub-content .f-left .c-box ul li a {
    max-width: 60% !important;
  }
  .sub-content .f-left .c-box .hot-ss .item {
    width: 100%;
  }
  .sub-content .f-left .c-box .fs-show .item {
    width: 100%;
  }
  .sub-content .f-left .c-box .ss {
    height: auto;
  }
  .sub-content .f-left .c-box .ss .item {
    font-size: 12px;
  }
  .sub-content .f-left .name {
    font-size: 14px !important;
  }
  .sub-content .f-left .tabs-box .t-header div {
    padding: 14px;
    font-size: 12px;
  }
  .sub-content .f-right {
    padding: 0 !important;
  }
  .sub-content .f-right .list-box a {
    font-size: 12px !important;
  }
  .sub-content .f-right .tag-list .content a {
    font-size: 12px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
  }
  .sub-content .f-right .tag-list .content span {
    font-size: 12px !important;
  }
  .sub-content .f-right .tabs-box-two .t-header > a {
    display: block;
    padding: 14px;
    font-size: 12px;
  }
  .sub-content .f-right .tabs-box-two ul a {
    font-size: 12px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
  }
  .sub-content .f-right .tabs-box-two ul span {
    font-size: 12px !important;
  }
  .sub-content .f-right .sub-t-header > div {
    padding: 10px 10px !important;
    font-size: 12px !important;
  }
  .sub-content .f-right .sub-t-header .active_bar {
    width: 97px !important;
    margin: 34.5px 5px !important;
  }
  .sub-content .f-right .name {
    font-size: 14px !important;
  }
  .sub-content .f-right .box .content .input span {
    font-size: 12px;
  }
  .sub-content .f-right .list-nav ul li span {
    padding: 0 15px !important;
  }
  .sub-content .f-right .list-nav ul li a {
    font-size: 12px;
  }
  .sub-content .f-full .name {
    font-size: 14px !important;
  }
  .sub-content .f-full.mail .content .item {
    width: 100% !important;
  }
  .sub-content .f-full.mail .content .item a {
    font-size: 12px !important;
  }
}

@keyframes arrowmove {
  0% {
    left: 0;
  }
  50% {
    left: 40px;
  }
  51% {
    left: -40px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes arrowmove /*safari and chrome*/ {
  0% {
    left: 0;
  }
  50% {
    left: 40px;
  }
  51% {
    left: -40px;
  }
  100% {
    left: 0;
  }
}

.select {
  position: relative;
  padding-left: 11px;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  outline: none;
}

.select::before {
  position: absolute;
  transition: all .4s;
  right: 10px;
  top: 4px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e614";
}

.select.active::before {
  top: 3px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select .dropdown {
  position: absolute;
  right: 0;
  left: 0;
  top: 35px;
  display: none;
  padding: 0;
  border-radius: inherit;
  border: 1px solid #d2d2d2;
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}

.select .dropdown::before {
  position: absolute;
  right: 13px;
  bottom: 100%;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #d2d2d2 transparent;
}

.select .dropdown::after {
  position: absolute;
  right: 15px;
  bottom: 100%;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}

.select .dropdown.active {
  display: block;
}

.select .dropdown li {
  font-size: 14px;
  padding: 5px 20px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-align: left;
}

.select .dropdown li:first-of-type {
  border-radius: 3px 3px 0 0;
}

.select .dropdown li:last-of-type {
  border-radius: 0 0 3px 3px;
}

.select .dropdown li:hover {
  color: #fff;
  background-color: #ff5a00;
}

/*分页*/
.pagination .whj_jquerypaginationcss-1{
    text-align: center;
    display: flex;
    justify-content: center;
}
.pagination .whj_jquerypaginationcss-1 .whj_border{
    border:1px solid #ddd;
    padding:2px 10px;
    margin: 0 5px;
    display: inline-block\9;
    cursor: pointer;
}
.whj_color{
    display: inline-block;
}
.pagination .whj_jquerypaginationcss-1 .whj_border.whj_checked{
    background:rgb(36,163,167);
    color:#fff ;
}
.whj_color{
    margin-left: 10px;
    margin-right: 10px;
}
.pagination .whj_jquerypaginationcss-1 input{
    width: 50px;
    padding: 6px;
}