@charset "utf-8";
/* Download : http://www.jb51.net *?
/* Reset css */
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img,section,header,nav{margin:0;padding:0;font-family: "PingFangSC-Light", sans-serif;}
body,button,input,select,textarea{font:14px/1.5 "Microsoft YaHei", "微软雅黑",\5b8b\4f53}
body{_overflow:auto;_height:100%;margin:0 auto;}
html{_overflow:hidden}
h1,h2,h3,h4,h5,h6{font-size:100%;margin-bottom:16px}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new,courier,monospace}
small{font-size:12px}
ul,ol,li,dl,dt,dd{list-style:none;}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
legend{color:#000}
fieldset,img{border:0}
input, textarea, select, button { 
    /*font:14px "Arial","Microsoft YaHei","黑体",sans-serif;*/
    outline: none; }
table{border-collapse:collapse;border-spacing:0}
.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:none;border:0;font-size:0}

/*a*/
a{ text-decoration:none; color:#656565;}
a:hover{ color:#000;}

/*title*/
/*自定义*/
.content-detail hr{
    margin-bottom: 16px;
    border: none;
      height: 1px;
      background: linear-gradient(to right, rgba(0, 131, 118, 0), #008376, rgba(0, 131, 118, 0));
}


/*PC端header头部的style*/



/*自定义*/

/*清浮动*/
.clearfix:after{content:"";clear:both;display:block;}
.clearfix{zoom:1;}

.fl{float:left;}
.fr{float:right;}

.hide{display:none;}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode:bicubic;
}


/* @media only screen and (max-width:767px) {
    .hidden-xs-only {
        display: none !important
    }
    .show-xs-only{
        display: block!important;
    }
} */
@media only screen and (min-width:768px) {
    .hidden-sm-and-up {
        display: none !important
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .hidden-sm-only {
        display: none !important
    }
}
@media only screen and (max-width:991px) {
    .hidden-sm-and-down {
        display: none !important
    }
}
@media only screen and (min-width:992px) {
    .hidden-md-and-up {
        display: none !important
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .hidden-md-only {
        display: none !important
    }
}
@media only screen and (max-width:1199px) {
    .hidden-md-and-down {
        display: none !important
    }
}
@media only screen and (min-width:1200px) {
    .hidden-lg-and-up {
        display: none !important
    }
}
@media only screen and (min-width:1200px) and (max-width:1919px) {
    .hidden-lg-only {
        display: none !important
    }
}
@media only screen and (max-width:1919px) {
    .hidden-lg-and-down {
        display: none !important
    }
}
@media only screen and (min-width:1920px) {
    .hidden-xl-only {
        display: none !important
    }
}

/*下面是自定义css*/
blockquote {
    background-color: #f9f9f9;
    border-left: 4px solid #007BFF;
    padding: 10px 20px;
    margin: 20px 0;
    color: #555;
    line-height: 1.6;
}

blockquote p {
    padding-top: 16px;
}

