/*html{*/

/*-webkit-filter: grayscale(100%);*/

/*-moz-filter: grayscale(100%);*/

/*-ms-filter: grayscale(100%);*/

/*-o-filter: grayscale(100%);*/

/*filter: grayscale(100%);*/

/*filter: gray;*/

/*}*/
/*html,body {*/
/*    -webkit-filter: grayscale(1);*/
/*    filter: grayscale(1);*/
/*}*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #f0f0f0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f0f0f0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #f0f0f0;
}
.list_right {
  padding-left: 90px !important;
}
.list_right ul {
  padding: 0px;
}
.list_right li {
  border-bottom: solid 1px #e0e0e0;
  float: left;
  padding: 8px;
  width: 100% !important;
  margin-bottom: 6px;
}
.list_right li .date,
.list_right li .item {
  font-size: 12px;
  margin-top: 5px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.list_right li .desc {
  font-size: 12px;
  margin-top: 8px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.list_right li .text {
  margin-top: 0px;
  line-height: 20px;
  text-align: left;
  height: 20px;
  overflow: hidden;
  font-size: 14px;
  color: #000;
}
.list_right li .text a {
  font-size: 14px;
  color: #000;
}
.list_right li .text,
.list_right li .date,
.list_right li .desc {
  width: 100% !important;
}
.list_right .right_wrapper {
  padding-left: 90px;
}
.list_right img {
  width: 80px;
  float: left;
}
.nav-sub-swiper-container {
  overflow: hidden;
}
.nav-sub-swiper-container .swiper-slide {
  text-align: center;
}
.swiper-slide img{
  /*width: 100%;*/
  height: 175px;
}
.nav-sub-swiper-container .swiper-slide.swiper-slide-active a {
  display: inline-block;
  border-bottom: solid 2px #ff8c00;
  color: #ff8c00;
}
.container,
.nav-swiper-container,
.navbar,
.pic-swiper-container,
.footer {
  max-width: 750px !important;
  margin: 0 auto;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 13px;
  vertical-align: baseline;
  color: #333;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  /*    background: #f7f7f7;
*/
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*.clearfix:after {*/
/*  content: ".";*/
/*  display: block;*/
/*  height: 0;*/
/*  clear: both;*/
/*  visibility: hidden;*/
/*}*/
.fr {
  float: right;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  /* opacity: 0.8*/
}
.navbar {
  margin-bottom: 0;
}
.nav > li > a {
  padding: 15px 14px;
}
.search_wrapper {
  width: 96%;
  padding-left: 60px;
  line-height: 28px;
  margin-top: 11px;
  position: relative;
}
.search_wrapper select {
  color: #fff;
  width: 60px;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  height: 30px;
  text-align: center;
  background: transparent;
}
.search_wrapper select:focus {
  outline: none;
}
.search_wrapper select option {
  font-size: 12px;
}
.search_wrapper input[type="text"] {
  display: block;
  width: 92%;
  background: transparent;
  border: none;
  font-size: 13px;
  border: solid 1px #fff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #aaa;
  color: #fff;
  text-indent: 40px;
  display: none;
}
.search_wrapper input[type="text"]:focus {
  outline: none;
}
.search_wrapper input[type="submit"] {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  background: url(../images/search1.png) center center no-repeat;
  background-size: cover;
  border: none;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
}
.search_wrapper input[type="submit"]:focus {
  outline: none;
}
.navbar-default {
  border: none;
  height: 70px;
  background: #ffffff;
}
.navbar-default .login {
  width: 150px;
  line-height: 70px;
  height: 70px;
  overflow: hidden;
  float: right;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.navbar-default .login a {
  color: #fff;
  font-size: 13px;
  padding: 0 8px;
}
.navbar-default .navbar-nav {
  position: initial;
  text-align: right;
  float: right;
}
.navbar-default .navbar-nav li {
  float: none;
  position: initial;
  display: inline-block;
}
.navbar-default .navbar-nav li:hover {
  /*background:#fff;*/
}
.navbar-default .navbar-nav li:hover .arrow-down {
  /* display: none;*/
}
.navbar-default .navbar-nav li:hover a {
  color: #fff;
  position: relative;
}
.navbar-default .navbar-nav li:hover .subnav {
  display: block;
}
.navbar-default .navbar-nav li:hover .subnav > li a {
  color: #333;
}
.navbar-default .navbar-nav li .subnav {
  position: absolute;
  z-index: 5;
  padding-left: 20%;
  box-shadow: 3px 3px 3px #888;
  display: none;
  /*               
*/
  left: 0;
  top: 70px;
  width: 100%;
  right: 0;
  background: #ffffff;
  text-align: center;
}
.navbar-default .navbar-nav li .subnav li {
  padding: 0 10px;
  text-align: left;
}
.navbar-default .navbar-nav li .subnav li:hover a {
  color: #888;
}
.navbar-default .navbar-nav li .subnav li a {
  padding: 0 10px;
  color: #333;
}
.navbar-default .navbar-nav li .subnav li a {
  line-height: 45px;
}
.navbar-default .navbar-nav li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}
body {
  background: #f5f5f5;
}
* {
  font-size: 14px;
}
a:hover {
  text-decoration: none;
}
.swiper-pagination-bullet-active {
  background: #ff8c00;
}
.container {
  margin-top: 20px;
  padding: 0;
}
div.index-block:nth-of-type(1){
    margin-bottom: 20px;
}
div.index-block:nth-of-type(2){
    background: #E7DACA;
    padding: 20px 0;
}
.white {
  background: #fff;
}
.search_wrapper_bottom {
  display: none;
}
.index-block {
    margin-top: 20px;
  /*margin-bottom: 30px;*/
}
.index-block .right-recom {
  width: 295px;
  float: right;
}
.index-block .right-recom h2 {
  font-size: 18px;
  color: #ff8c00;
  line-height: 42px;
  background: url(../images/recon.png) left center no-repeat;
  padding-left: 30px;
}
.index-block .right-recom .hots {
  padding: 0px 0;
}
.index-block .right-recom .hots li {
  position: relative;
  padding: 9px 15px;
}
.index-block .right-recom .hots li.text-l {
  padding: 1px 15px;
}
.index-block .right-recom .hots li .info_s {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.index-block .right-recom .hots li .info_s a {
  font-size: 13px;
}
.index-block .right-recom .hots li .info_s .cat {
  color: #888;
}
.index-block .right-recom .hots li .info {
  width: 170px;
  float: right;
}
.index-block .right-recom .hots li .info .cat {
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.index-block .right-recom .hots li .info .cat a {
  color: #888;
}
.index-block .right-recom .hots li .info .title {
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.index-block .right-recom .hots li .tag {
  background: red;
  position: absolute;
  left: 15px;
  top: 9px;
  padding: 0 3px;
  font-size: 12px;
  border-radius: 3px;
  line-height: 16px;
  color: #fff;
}
.index-block .right-recom .hots li img {
  width: 80px;
  border-radius: 8px;
}
.index-block .right-recom2 {
  width: 295px;
  float: right;
}
.index-block .right-recom2 h2 {
  font-size: 18px;
  color: #ff8c00;
  line-height: 42px;
  background: url(../images/recon.png) left center no-repeat;
  padding-left: 30px;
}
.index-block .right-recom2 .hots {
  padding: 0px 0;
}
.index-block .right-recom2 .hots li {
  position: relative;
  padding: 9px 15px 6px;
}
.index-block .right-recom2 .hots li .info_s {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.index-block .right-recom2 .hots li .info_s a {
  font-size: 13px;
}
.index-block .right-recom2 .hots li .info_s .cat {
  color: #888;
}
.index-block .right-recom2 .hots li .info {
  width: 170px;
  float: right;
}
.index-block .right-recom2 .hots li .info .title {
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.index-block .right-recom2 .hots li .tag {
  background: red;
  position: absolute;
  left: 15px;
  top: 9px;
  padding: 0 3px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  color: #fff;
}
.index-block .right-recom2 .hots li .tag.green {
  background: gray;
}
.index-block .right-recom2 .hots li img {
  height: 50px;
  width: 80px;
  border-radius: 8px;
}
.index-block .video_list {
  padding: 10px;
}
.index-block .video_list li {
  position: relative;
  width: 29.33%;
  margin: 0px 2% 10px;
  float: left;
}
.index-block .video_list li a {
  display: block;
}
.index-block .video_list li .gray {
  font-size: 12px;
}
.index-block .video_list li:hover .cover {
  display: block;
  cursor: pointer;
}
.index-block .video_list li img {
  width: 100%;
  border-radius: 10px;
}
.index-block .video_list li .title {
  color: #666666;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 13px;
  text-align: center;
}
.index-block .list_style1 {
  /*margin: 15px 15px 0;*/
}
.index-block .list_style1 li {
 
}
.index-block .list_style1 li a {
  display: block;
    text-align: left;
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    position: relative;
}
.index-block .list_style1 li:hover .cover {
  border-radius: 10px;
  display: block;
  cursor: pointer;
}
.index-block .list_style1 li .cover {
  display: none;
  background: rgba(250, 140, 0, 0.8) url(../images/jia1.png) center center no-repeat;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 30px;
}
.index-block .list_style1 li img {
    height: 94px;
  width: 100%;
 border-top-left-radius: 20px; 
}
.index-block .list_style1 li .title {
  color: #666666;
  line-height: 30px;
  height: 57px;
  background: #fff;
  overflow: hidden;
  font-size: 13px;
  text-align: center;
  padding: 0 8px;
}
.description{
    text-align: left;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}
.ellipsis {  
    white-space: nowrap; /* 防止文字换行 */  
    overflow: hidden; /* 隐藏超出容器的部分 */  
    text-overflow: ellipsis; /* 超出时显示省略号 */  
}
.index-block .list_style2 {
  margin: 15px 15px 0;
}
.index-block .list_style2 li {
  position: relative;
  width: 23%;
  float: left;
  margin: 10px 1%;
}
.index-block .list_style2 li a {
  display: block;
}
.index-block .list_style2 li:hover .cover {
  border-radius: 10px;
  display: block;
  cursor: pointer;
}
.index-block .list_style2 li .cover {
  display: none;
  background: rgba(250, 140, 0, 0.8) url(../images/jia1.png) center center no-repeat;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 30px;
}
.index-block .list_style2 li img {
  width: 100%;
  height: 110px;
  border-radius: 10px;
}
.index-block .list_style2 li .title {
  color: #666666;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 13px;
  text-align: center;
}
.index-block .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-block .index-title h3 {
  margin: 0px 0;
  line-height: 18px;
  padding-left: 8px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  background: url(/wapcms/images/title-background.png) no-repeat;
  /*height: 40px;*/
  /*background-size: contain;*/
  /*line-height: 20px;*/
  height: 30px;
  background-size: 100% 100%;
  line-height: 20px;
  padding: 6px 12px;
}
.arrow-down {
  margin-left: -10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 10px;
  width: 10px;
  transform: translate(2px, -2px) rotate(-45deg);
  -webkit-transform: translate(2px, -2px) rotate(-45deg);
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  display: inline-block;
  -moz-transform: translate(2px, -2px) rotate(-45deg);
  -ms-transform: translate(2px, -2px) rotate(-45deg);
  -o-transform: translate(2px, -2px) rotate(-45deg);
}
.pad {
  width: 100%;
  height: 66px;
}
.loadding {
  display: none;
}
.weui-tabbar {
  display: none;
  position: fixed;
  z-index: 500;
  border-top: solid 1px #ccc;
  bottom: 0;
  padding: 8px 5px;
  width: 100%;
  color: #888;
  background-color: #fff;
}
.weui-tabbar a > p {
  line-height: 20px;
  color: #999;
  font-size: 12px;
}
.weui-tabbar .glyphicon {
  font-size: 16px;
  padding: 5px 0;
}
.weui-tabbar>.active{
     border: 1px solid #947445;
    border-radius: 30px;
     background: #947445;
}
.weui-tabbar__item {
   
  display: block;
  /*-webkit-box-flex: 1;*/
  /*-webkit-flex: 1;*/
  /*flex: 1;*/
  width: 54px;
  height: 100%;
  padding: 5px 0 0;
  position: relative;
  font-size: 16px;
  color: #999999;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tabbar_item img{
    width:26px;
}
.more {
  line-height: 40px;
  display: flex;    
  align-items: center;
}
.footer {
  background: #444444;
  text-align: center;
  line-height: 30px;
  color: #e0e0e0;
  font-size: 13px;
  padding: 30px 0;
}
.breadcumb {
  border-bottom: solid 2px #ff8c00;
  line-height: 30px;
}
.breadcumb a {
  font-size: 13px;
}
.share_row {
  font-size: 16px;
  width: 250px;
  padding: 5px 0;
  float: right;
}
.content {
  padding: 20px;
  line-height: 24px;
}
.content img {
  width: 100%;
  height: auto;
}
.filter {
  margin: 20px 0;
  padding: 20px 25px;
}
.filter .filter-row {
  margin: 10px 0;
}
.filter .filter-row .item {
  display: inline-block;
}
.filter .filter-row .item.type {
  margin-right: 20px;
}
.filter .filter-row .item.type a {
  background: #7f7f8c;
  color: #fff;
  width: 80px;
  text-align: center;
  border-radius: 9px;
  border-top-right-radius: 0px;
}
.filter .filter-row .item a {
  display: block;
  font-size: 13px;
  padding: 8px 15px;
}
.filter .filter-row .item.active {
  background: #ffe4c4;
}
.filter .filter-row .item.active a {
  color: #ff8c00;
}
.gray {
  color: #aaa;
}
.yellow {
  color: #ff8c00 !important;
}
.search_result_count {
  font-size: 13px;
  line-height: 50px;
  border-bottom: solid 1px #e0e0e0;
}
.search_result_count b {
  color: #ff8c00;
}
.search_result_count .sort {
  width: 190px;
  float: right;
  text-align: right;
}
.search_result_count .sort a {
  padding-left: 10px;
  display: inline-block;
}
.search_result_count .sort a.active {
  color: #ff8c00;
  border-bottom: solid 1px #ff8c00;
}
.pagnation {
  margin: 30px auto;
  text-align: center;
}
.pagnation li {
  display: inline-block;
  margin: 10px;
  background: #fff;
  line-height: 20px;
  padding: 4px 10px;
}
.pagnation li.active {
  background: #ff8c00;
}
.pagnation li.active a {
  color: #fff;
}
.navbar-brand {
  padding: 5px;
}
.btn-s {
  display: inline-block;
  color: #fff;
}
.btn-s a {
  background: #ff8c00;
  color: #fff;
  display: block;
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 20px;
  margin-right:162px;
  width:100px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  margin: 0 auto;
}
.top_container {
  /*background: url(../images/topbg.png) center top no-repeat;*/
  /*background-size: 100%;*/
  height: 256px;
}
.nav-swiper-container {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
}
.nav-swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 20px;
  line-height: 22px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  overflow: hidden;
}
.nav-swiper-container .swiper-slide.active {
  /*background: #fff;*/
}
.nav-swiper-container .swiper-slide.active a {
  /*color:@yellow;*/
  border-bottom: solid 3px #fff;
}
.nav-swiper-container .swiper-slide a {
  font-size: 16px;
  color: #000;
}
.pic-swiper-container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  background: #fff;
  width: 90%;
  margin: 10px auto;
  border-radius: 10px;
  padding: 0px 0;
  position: relative;
}
.pic-swiper-container .title {
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pic-swiper-container .title a {
  color: #fff;
}
.pic-swiper-container img {
  /*width: 100%;*/
}
.category{
    width:93%;
    height:80px;
    background:#fff;
    border-radius:12px;
    position: relative;
    top: -40px;
    z-index: 1;
    margin: 0 auto;
    display:flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;  
    overflow: hidden; /* 确保背景图片不会溢出盒子 */  
}
.category::before,  
.category::after,
.category-inner::before,
.category-inner::after {  
  content: "";  
  position: absolute;  
  background-image: url('/cms/images/corner.png');  
  background-size: cover; /* 设定背景图片大小 */  
  background-repeat: no-repeat; /* 不重复图片 */  
}  
  
.category::before {  
  top: 5px;  
  left: 5px;  
  width: 12px;
  height: 12px;
  background-position: left top; /* 将图片定位在左上角 */  
}  
  
.category::after {  
  bottom: 5px;  
  right: 5px;  
   width: 12px;
  height: 12px;
  background-position: right bottom; /* 将图片定位在右下角 */  
  transform: rotate(180deg); /* 旋转图片以匹配右下角 */  
}  
.category-inner{
   position: absolute;
   width: 100%;
    height: 100%;
}
.category-inner::before {  
  bottom: 5px;  
  left: 5px;  
  width: 12px;  
  height: 12px;  
  background-position: left bottom; /* 定位图片到左下角 */  
   transform: rotate(270deg);
}  
.category-inner::after {  
  right: 5px;  
  top: 5px;  
  width: 12px;  
  height: 12px;  
  background-position: right top; /* 定位图片到右上角 */  
   transform: rotate(90deg);
} 
.category dl {
     margin-top: 15px;
    height: 100%;
}
.category dl dt{
    text-align: center;
    height:36px;
}
.category dl dd h2{
    font-size: 16px;
}
.category dl dd{
    margin-top: 8px;
    font-weight: 600;
}
.category dl dt img{
    height: 100%;
}
.loadding {
  position: fixed;
  left: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 25px;
  width: 130px;
  text-align: center;
  border-radius: 4px;
  top: 40%;
  margin-left: -65px;
  z-index: 40;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  color: #e0e0e0;
}
.mobile-right-nav {
  position: fixed;
  width: 85px;
  float: left;
  margin-top: 40px;
  background: #f8f8f8;
}
.mobile-right-nav .mobile-right-nav-sub {
  display: none;
  position: absolute;
  left: 85px;
  right: 0;
  top: 0;
  z-index: 50;
  height: 100vh;
  background: #fff;
}
.mobile-right-nav .mobile-right-nav-sub li {
  width: 36%;
  margin: 10px 7%;
  float: left;
  border: solid 1px #aaa;
}
.mobile-right-nav .mobile-right-nav-sub li a {
  color: #ff8c00 !important;
}
.mobile-right-nav .item {
  line-height: 30px;
  text-align: center;
  height: 30px;
  overflow: hidden;
}
.mobile-right-nav .item.active {
  background: #ff8c00;
}
.mobile-right-nav .item.active a {
  color: #fff;
}
.mobile-right-nav .item a {
  font-size: 14px;
  color: #ff8c00;
}
.pagnation {
  margin: 10px auto;
}
.weui-tabbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.bottom_nav {
  position: fixed;
  width: 100%;
  bottom: 66px;
  top: 0;
  z-index: 10;
  display: none;
  line-height: 30px;
  background: #fff;
  text-align: center;
  background: #f5f5f5;
}
.bottom_nav .item {
  padding-top: 10px;
}
.bottom_nav .item.active .main_left {
  background: #ff8c00;
  color: #fff;
}
.bottom_nav .item .main_left {
  width: 85px;
  float: left;
  color: #ff8c00;
}
.bottom_nav .item .mobile-right-nav-sub {
  display: none;
  position: absolute;
  top: 0;
  left: 85px;
  bottom: 0;
  background: #fff;
}
.bottom_nav .item .mobile-right-nav-sub li {
  width: 36%;
  margin: 10px 7%;
  float: left;
  border: solid 1px #aaa;
}
.index-block .video_list li:hover .cover {
  display: none;
}
.more a {
  color: #999;
  font-size: 14px;
}
.filter {
  margin-top: 0px !important;
}
.filter .filter-row .item a {
  padding: 8px 6px !important;
}
.pagnation li {
  margin: 5px !important;
}
.pagnation li a {
  font-size: 13px !important;
}
.breadcumb {
  text-indent: 1em;
}
.navbar-default {
  height: auto;
}
.navbar-default .navbar-toggle {
  background: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  color: #fff;
}
.navbar-default .login {
  text-align: center;
  line-height: 44px;
  height: 44px;
}
.navbar-default .navbar-nav {
  width: 100%;
}
.navbar-default .navbar-nav li {
  float: none;
  width: 100%;
}
.navbar-default .navbar-nav li a {
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.index-block .left-part {
  width: 93%;
    margin: 0 auto;
}
.clearfix1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.index-block .left-part .list_style1 {
  
}
.index-block .left-part .list_style1 .cover {
  display: none;
}
.index-block .left-part .list_style1 li {
  /*width: 29.33%;*/
  margin-top: 12px;
}
.index-block .left-part .list_style1 li.half {
  width: 46%;
  margin: 15px 2% 0;
}
.index-block .left-part .list_style1 li img {
  height: auto;
}
.index-block .left-part .list_style2 {
  margin: 0;
  margin: 5px 15px;
}
.index-block .left-part .list_style2 .cover {
  display: none;
}
.index-block .left-part .list_style2 li {
  width: 46%;
  margin: 15px 2%;
}
.index-block .left-part .list_style2 li img {
  height: auto;
}
.index-block .left-part .more a {
  font-size: 14px;
}
.index-block .left-part .more img{
    margin: 0 0 0 4px;
    width: 16px;
    height: 16px;
}
.index-block .left-part a {
  font-size: 12px;
}
.navbar-brand > img {
  height: 40px;
  /*width: 260px;*/
}
.navbar-collapse {
  padding: 0;
}
.list_right {
  padding-top: 40px !important;
}
.filter_mobile {
  position: fixed;
  z-index: 3;
  background: #fff;
  display: flex;
  width: 100%;
}
.filter_mobile .item {
  line-height: 30px;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.filter_mobile .item span {
  color: #ff8c00;
  font-size: 12px;
  padding-left: 5px;
}
.filter_mobile .sub_filter {
  padding: 15px 0;
  display: none;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
  background: #fff;
}
.filter_mobile .sub_filter li {
  width: 29.333%;
  float: left;
  margin: 5px 2%;
  border-radius: 4px;
  background: #f0f0f0;
}
.topbar {
  background: #ff8c00;
  line-height: 40px;
  height: 40px;
  width: 100%;
}
.video-icon{
    width: 24px!important;
    height: 24px!important;
    border-top-left-radius: 0!important;
    position: absolute;
    right: 10px;
    bottom: 10px;
}