body {
    background:#f4f4f4;
}
ol {
    padding:0;
}

ul li,ol li {
    list-style: none;
}
.container-classify {
    max-width:1170px;
}
/* .top {
    width:100%;
    height:60px;
    min-height:60px;
    background:#2b6bab;
    clear: both;
}
.logo {
    float: left;
    display: inline-block;
    text-indent: 30px;
    height:50px;
    margin-top:5px;
    width:200px;
    background: no-repeat left center;
    background-size:contain;
    
}
.s_nav {
    float: left;
    margin-bottom:0;
    min-height: 60px;
    padding:0;
}
.s_nav li {
    padding: 10px;
    float: left;
    line-height: 40px;
    position: relative;
    height:60px;
}
.s_nav li:hover .pop_ul {
    position: absolute;
    top:60px;
    height: 130px;
    opacity: 1;
    padding: 10px;
    background: #0087ff;
    min-width: 200px;
    transition:all .4s;
    z-index:1;
}
.s_nav li .pop_ul {
    display: inline-block;
    position: absolute;
    bottom: 130px;
    padding: 10px;
    min-width: 200px;
    background: #007bff;
    z-index:-1;
    height:0;
    opacity: 0;
    transition:all .4s;
}
.s_nav li .pop_ul li {
    float: left;
}
.s_nav li .pop_ul li a{
    color: #ffffff;
}
.s_nav li a {
    display: block;
    color:#ffffff;
}
.s_nav li i.animate{
    transform: rotate(-180deg);
    transition: transform .5s;
}
.s_nav li:hover i.animate {
    transform: rotate(0);
    transition: transform .5s;
}
.sub-nav {
    width: 100%;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 8px 16px 0 rgba(7,17,27,.05);
}
.sub-nav .sub-nav-ol {
    margin:0;
}
.sub-nav .sub-nav-ol li {
    float: left;
    margin-right:30px;
    line-height: 30px;
}
.sub-nav .sub-nav-ol li.current a {
    color:#ff6600;
    font-size:20px;
} */

.img-rsp-list {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100px;
    overflow: hidden;
    object-position: center;
}

.main {
    position: relative;
}
.banner-box {
    margin-top:15px;
    padding:15px 0 15px 0;
    background:#ffffff;
}
.banner-box a {
    color:#000;
    
}
.banner-box a:hover {
    color:#ff6600;
}
.time {
    position:absolute;
    bottom:-10px;
    color:#777;
    font-size:12px;
}
.img-responsive {
    width:100%;
    max-width: 100%;
    margin:0 auto;
}
.mt-15 {
    margin-top:15px;
}
.mb-15 {
    margin-bottom:15px;
}
.pt-15 {
    padding-top:15px;
}
.bg-c {
    background:#ffffff;
}
.bg-c-title {
    padding:10px 0;
    border-bottom:1px solid #e5e5e5;
    text-indent: 15px;
}
.bg-c-title h3 {
    margin: 0;
}
.bg-c-title h3 a {
    color:#000;
}
.bg-c-title h3 a:hover,.bg-c-title a:hover i {
    color:#ff6600;
}
.bg-c-title a i{
    line-height: 33px;
    font-size:30px;
    display: block;
    color:#000;
}
.bg-c div a:hover{
    text-decoration: none;
}
.bg-c div a:hover span,.bg-c div a:hover span.t{
    color:#ff6600;
}
.bg-c div a span {
    display: block;
    overflow: hidden;
    height:48px;
    color:#000;
    margin-top:10px;
}
.bg-c div a span.t{
    color:#777;
    margin-top:10px;
}
/* .h_hover {
    box-shadow: none;
    margin-bottom:15px;
    transition:all .8s;
    -webkit-transition:all .8s;
    -moz-transition:all .8s;
    -o-transition:all .8s;
    cursor: pointer;
}
.h_hover:hover {
    transition:all .2s;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -o-transition:all .2s;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.2);
	color:#ff6633;
}
.h_hover p {
	height: 45px;
    line-height: 30px;
    overflow: hidden;
    margin: 0;
    font-size: 15px;
    margin-top: 10px;
} */
.col-title {
    margin: 0 10px 20px 0;
    color: #111;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    vertical-align: top;
    white-space: nowrap;
}
.col-title a {
    color:#111;
    text-decoration: none;
   
}
.col-title-text {
    font-size:18px;
    background:#f8f8f8;
    padding:10px 15px;
    border-radius: 20px;
    margin-right:10px;
    color:#111 !important;
}
.col-title-text.current {
    background: linear-gradient(90deg,#ffb821 0,#ff5c38 45%,#ff183e);
    background-color: #ff183e;
    color: #fff !important;
    text-decoration: none;
}
.col-title a.more {
    float:right;
    color:#666; 
    font-size:14px;
}
.col-title a:hover { 
    color:#ff6633;
}
.col-title-box {
    clear:both;
    overflow: hidden;
	margin-top:20px;
	background:#ffffff;
}





