<!--左边样式-->
.content-sidebar {
     background: #fff;
     position: relative;
     top: 15px;

 }
.content-sidebar.fixed {
    position: fixed;
    top: 8px;
}
.content-sidebar.absolute {
    position: absolute;
    bottom: 0;
    top: auto;
}

.row1 {
    position: relative;
}

.content-sidebar dl {
    position: relative;
    margin: 0;
}

.content-sidebar dl dt {
    position: absolute;
    top: 12px;
    left: -20px;
}

.content-sidebar dl .show-list {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.content-sidebar dl .show-list::before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #000;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.content-sidebar dl .show-list.add::after {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background: #000;
    border-radius: 1px;
    position: absolute;
    left: 5px;
    top: 20%;
    margin-top: -1px;
}

.content-sidebar dd {
    margin: 0;
    padding: 6px 0;
    letter-spacing: 0.5px;
}

.content-sidebar dd a {
    color: #5e5d5b;
    display: inline-block;
    padding: 2px 4px;
    transition: 0.1s;
}
.content-sidebar dd a:hover {
    color: #fff;
    background: #ff5a00;
    border-radius: 3px;
}

.content-sidebar dd.current a {
    color: #ff5a00;
    background: transparent;
}

@media (max-width: 1199px) {
    .content-sidebar {
        font-size: 12px;
        margin-left: 0;
        padding-right: 0;
    }

    .content-sidebar dt {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .content-sidebar {
        display: none;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: auto;
        margin: 10.75rem auto;
    }
    .modal-body .container1 {
        width: 100% !important;
    }
}
.picScroll-top {
    width: 27.5%;
    border: 1px solid transparent;
    height: 82px;
    float: right;
    overflow: hidden;
    position: relative;
    padding: 0.375rem;
    padding-bottom: 0;
}

@media (max-width: 576px) {
    .picScroll-top {
        width: 100%
    }
}
.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll-top .bd ul li {
    zoom: 1;
    width: 90vw;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a2a2a2
}
.picScroll-top .bd ul li a {
    margin: 0;
    padding: 0;
    color: #a2a2a2
}
.search nav .active {
    background-color: #fff !important;

}
/*.navbar-nav > li:hover .dropdown-menu li{*/
    /*padding-top: 0.65rem;*/
    /*padding-bottom: 0.65rem;*/
/*}*/
/*.navbar-nav > li:hover .dropdown-menu li:hover{*/
    /*background: #242e47;*/
/*}*/
.dropdown-menu{ min-width: 100% !important; }

.demo1{
    position: relative;
}
.demo1:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #db6c4a;
    transition: all .3s;
}
.demo1:hover:before{
    width: 100%;
    left: 0;
    right: 0;
}
@media (max-width: 992px){
    #nav > ul:first-child > li:not(:first-child) {
        padding-left: 0 !important;
    }
}
.navbar {
    /*顶部导航跟随，不绝对*/
    position: relative;
    padding: 0rem;
}
@media (min-width: 1200px)
.container {
    width: 1170px;
}
@media (min-width: 992px)
.container {
    width: 970px;
}
@media (min-width: 768px)
.container {
    width: 750px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}
#main-container {
    font-size: 13px;
}
ul.icon_toplist {
    margin: 3px 0 0 2px;
}
/*滚动框-------------------开始*/
.picScroll-top {

    width: 27.5%;

    border: 1px solid #fff;

    height: 82px;

    float: right;

    overflow: hidden;

    position: relative;

    padding: 0.375rem;

    padding-bottom: 0;

}
@media (max-width: 576px) {

    .picScroll-top {

        width: 100%

    }

}
.picScroll-top .bd ul {

    overflow: hidden;

    zoom: 1;

}
.picScroll-top .bd ul li {

    zoom: 1;

    width: 90vw;

    height: 24px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    color: #a2a2a2

}
.picScroll-top .bd ul li a {

    margin: 0;

    padding: 0;

    color: #a2a2a2

}
.search-list .current{
    background: #f4f6f8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
@media (min-width: 992px)
.search-input {
    height: 36px;
    border: none;
    border-radius: 2px;
    position: relative;
}
.panel {
     margin-bottom: 0px;
    /*background-color: #fff;*/
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
@media (min-width: 576px)
#body {
    padding-top: 0rem !important;
}
.panel-default > .panel-body {
    position: relative;
    padding: 5px 0;
}
.iconfont {
    /*font-family: "iconfont" !important;*/
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
.container {
    width: 1170px!important;
}
@media (min-width: 576px)
@media (min-width: 1200px)
.container {
    width: 92%;
}
/*.container {*/
    /*width: 77%;*/
/*}*/
#common_header{
    width: 76.4%;
}
#common_footer{
    width: 79.4%;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
     color: #fff;
     /*background-color: #222222;*/
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px !important;
    padding: 5px 0;
    margin: 5px 0 0;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
     margin-right: 0rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
@media (min-width: 992px)
.navbar-nav > li:hover .dropdown-menu {
    /*display: block;*/
    background: #fff!important;
    text-align: left;
}
.icon_toplist{
    background: #fff!important;
    border-radius: 10px!important;
}
ul.icon_toplist li {
    position: relative;
    height: 90px;
    padding-top: 8px;
    /*width: 8.33%;*/
    text-align: center;
    cursor: pointer;
     border: 0px solid #fff;
    margin-bottom: 10px;
}
.picScroll-top {
    margin-top: 15px;margin-right: 5px;
}
/*滚动框-------------------结束*/
/* logo 搜索区 通知 手机端不显示*/
@media screen and (max-width: 768px) {

 .s-none{

display:none; }

}
.holiday—countdown div {
    width: 16.5%;
    float: left;
    text-align: left;
}

.holiday—countdown {
    /*background: #d9edf7;*/
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    padding-left: 10px;
}
.holiday—countdown .holiday {
    color: #5a98de;
}
.holiday—countdown span {
     margin: 0 4px;
 }
.holiday—countdown .day {
    color: #ff4300;
}
.holiday—countdown span {
    margin: 0 4px;
}
/*@media (min-width: 1200px)*/
    /*.container {*/
        /*width: 1170px;*/
    /*}*/
    
/*电脑端ICON才右移*/
@media screen and (min-width: 1200px) {

 .topfoot-maleft{

margin-left:8.5% !important; }

}

/*脚部图片显示*/
.footimg:hover img{
 display:block;
 height: 100px;
 width: 100px;
 /*position:fixed; right:22%; bottom:90px*/
 position:absolute;left:0px;top:10px;
}
.footimg img{
  display:none;
}

/*控制手机端tabs */
@media screen and (max-width: 768px) {
 .mobitabs  strong{
     font-size: 13px !important; 
     margin-right: 20px !important;
     margin-left:0px !important;
  }
}

.otext {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    right: 20px;
    top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #ff6600;
}



















