/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
p,big,small,font,em{display:block;margin:0;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:14px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:14px;line-height:1.6;font-family: Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;}

a{color:#666;text-decoration:none;outline:none;}
a:hover {text-decoration: none;color:#cc3333;}
img{-ms-interpolation-mode:bicubic;*max-width:100%;-webkit-touch-callout:none;}


/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}




/*显示屏-滚动条样式*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background: #cc3333;
}
/*城市筛选下拉-滚动条样式*/
select::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background-color: transparent;
}
select::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #cc3333;
}
/*滚动条样式 end*/





/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}
.en {font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;   }
.pic-scale{-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;-webkit-transform: scale(1);transform: scale(1);}
.radius{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px;}
.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full {
    width:100%;
}
.container {
    width: 70%;
    margin: 0 auto;
    padding:0 15px;
}
@media (max-width: 1920px){
.container {
    min-width: 1230px;
    max-width: 1920px;
    margin: 0 auto;
    padding:0 15px;
} 
}
@media (max-width: 1700px){
.container {
    width: 96%;
    padding:0 15px;
}  
}
@media (max-width: 1024px){
.container {
    width: 100%;
    padding:0 15px;
}
}


.M10 {
    margin:10px;
}
.M20 {
    margin:20px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mb20{
    margin-bottom:20px;
}
.P10 {
    padding:10px;
}
.P20 {
    padding:20px;
}

.border {
    border: 1px solid #eee;
}
.whitebg {
    background:#fff;
}
div.flex-4 {}
div.flex-4 ul {}
div.flex-4 ul li {
    width:24%;
}


.header{
    background: url(../images/header-bg.jpg) no-repeat center top #c20505;
    height: 465px;
}

.header {
    display:flex;
    justify-content: center;
    align-items: center;
}
.header .logo{
    width:100%;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}
.header .search {
    width:100%;
    max-width: 620px;
    margin: 10px auto;
}
.header .search form {
    position: relative;
    height: 42px;
    background: #fff;
    border-radius: 21px;
    border: 1px solid #dbdbdb;
} 
.header .search .keywords {
    padding: 10px 0;
    line-height: 20px;
    border: 0;
    color: #666;
    background: url(/global/home_ss_icon.png) no-repeat 17px center #fff;
    border: 0;
    border-radius: 20px;
    padding: 10px 92px 10px 46px;
    width: 100%;
}
.header .search .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 82px;
    height: 40px;
    background: #083b90;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
}

.hot-keys {
    margin:0 0 100px 0;
    font-size: 15px;
    text-align: center;
}
.hot-keys span {
    color: #ff0000;
}
.hot-keys a {
    color:#333;
    margin-right: 15px;
}
.hot-keys a:hover {
    color: #ff0000;
}
.menu {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #083b90;
}
.menu .container {}
.menu .container ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: flex-start;
}
.menu .container ul li {
    position:relative;
    flex:1;
}
.menu .container ul li a {
    display:block;
    font-size: 18px;
    color:#fff;
    text-align: center;
    padding:10px 0;
}
.menu .container ul li a:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 50%;
    background: #0859e1;
    display: inline-block;
    vertical-align: middle;
}
.menu .container ul li:last-child a:after {
    opacity:0;
}
.menu .container ul li.active a,
.menu .container ul li a:hover {
    background: #36f;
}

.topnews {
    padding:20px 0;
}
.topnews .topnews-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
}
.topnews .topnews-item .hotnews {
    width:58%;
    padding: 10px;
    border: 1px solid #dedede;
}


.topnews .topnews-item .hotnews .top {
    position:relative;
    overflow: hidden;
}
.topnews .topnews-item .hotnews .top .photo {}
.topnews .topnews-item .hotnews .top .photo figure {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow:hidden;
}
.topnews .topnews-item .hotnews .top .photo figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all 0.6s ease;
}
.topnews .topnews-item .hotnews .top .photo:hover figure img {
    transform: scale(1.05);
}
.topnews .topnews-item .hotnews .bottom {
    position: relative;
    margin:20px 0 0 0;
    width:100%;
    overflow:hidden;
}
.topnews .topnews-item .hotnews .bottom .swiper-relative>div {
    top: 35%;
}
.topnews .topnews-item .hotnews .bottom ul li .photo {}
.topnews .topnews-item .hotnews .bottom ul li .photo figure {
    position: relative;
    width: 100%;
    padding-top: 68%;
    overflow:hidden;
}
.topnews .topnews-item .hotnews .bottom ul li .photo figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all 0.6s ease;
}
.topnews .topnews-item .hotnews .bottom ul li:hover .photo figure img {
    transform: scale(1.05);
}

.topnews .topnews-item .hotnews .bottom ul li .words {
    margin:10px 0 0 0;
}
.topnews .topnews-item .hotnews .bottom ul li .words h4 {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}
.topnews .topnews-item .hotnews .bottom ul li:hover .words h4 {
    color: #c00000;
}
.topnews .topnews-item .word {
    width:40%;
    padding:10px;
    border:1px solid #dedede;
}

/*市场监督*/
.Supervision {
    padding:20px 0;

}
.Supervision .Supervision-item {
    position: relative;
    padding:10px;
    border: 1px solid #dedede;
    overflow:hidden;
}
.Supervision .Supervision-item ul {

}
.Supervision .Supervision-item ul li {
}
.Supervision .Supervision-item ul li .photo {}
.Supervision .Supervision-item ul li .photo figure {
    position: relative;
    width: 100%;
    padding-top: 68%;
}
.Supervision .Supervision-item ul li .photo figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all 0.6s ease;
}
.Supervision .Supervision-item ul li:hover .photo figure img {
    transform: scale(1.05);
}

.Supervision .Supervision-item ul li .word {
    margin:10px 0 0 0;
}
.Supervision .Supervision-item ul li .word h4 {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}
.Supervision .Supervision-item ul li:hover .word h4 {
    color: #c00000;
}
/*市场监督*/

.homenew {
    padding:20px 0;
}
.homenew .homenew-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
}
.homenew .homenew-item .left {
    width:65%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    gap:10px;
}
.homenew .homenew-item .left .list {
    width:49%;
    padding:10px;
    border:1px solid #eee;
    background:#fff;
}

.homenew .homenew-item .right {
    width:33%;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}


/*标题*/
.item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b4c1d5;
}
.item-title .txt-title {}
.item-title .txt-title h3 {
    padding: 8px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    background: #083b90;
}
.item-title .gomore {}
.item-title .gomore a {
    font-size: 16px;
    color: #083b90;
    *font-family: 宋体;
}
/*标题*/

.swiper-relative>div {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 9;
    width: 30px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 10px;
    cursor: pointer;
}
.swiper-relative .left {
    left: 10px;
    background:rgb(0,0,0,0.5) url(../images/left.svg) no-repeat center center / 20px;

}
.swiper-relative .right {
    right: 10px;
    background:rgb(0,0,0,0.5) url(../images/right.svg) no-repeat center center / 20px;
}

/*样式*/
.list-photo {
    width:100%;
}
.list-photo ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: start;
    gap:10px 10px;

}
.list-photo ul li {
    width:100%;
    position:relative;
}
.list-photo ul li .photo {}
.list-photo ul li .photo figure {
    position: relative;
    width: 100%;
    padding-top: 58.5%;
}
.list-photo ul li .photo figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all 0.6s ease;
}

.list-photo ul li .word {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 10px;
    font-size: var(--fs16);
    color: #fff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, .5) 100%);
}
.list-photo ul li .word h4 {
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
/*样式*/


/*样式*/
.list-0 {}
.list-0 ul {}
.list-0 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:0 2%;
    padding:10px 0px;
    border-bottom: 1px dotted #ccc;
}
.list-0 ul li:last-child {
    border-bottom: none;
}
.list-0 ul li a {
    width: 100%;
    font-size: 16px;
    color: #333;
    *font-family: 宋体;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.list-0 ul li a::before {
    content: "";
    width: 4px;
    height: 4px;
    /* transform: rotate(180deg); */
    background: url(../images/caret-left.svg) no-repeat left center / 100%;
    background: #333;
    margin: -2px 15px 0 0;
    /* margin-top: -2px; */
    display: inline-block;
    vertical-align: middle;
}
.list-0 ul li a:hover {
    color: #c00000;
}
.list-0 ul li time {
    width:120px;
    font-size: 16px;
    color: #333;
    text-align: right;
    opacity:0.6;
}
/*样式*/

/*样式1*/
.list-1 {}
.list-1 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    gap:20px 0;
}
.list-1 ul li{
    padding:20px 0;
    border-bottom: 1px solid #ccc;
}
.list-1 ul li:last-child {
    border-bottom:none;
}
.list-1 ul li a {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    gap:10px 0;
}
.list-1 ul li .photo {
    width:30%;
}
.list-1 ul li .photo figure {
    position: relative;
    width: 100%;
    padding-top: 68%;
}
.list-1 ul li .photo figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all 0.6s ease;
    padding:10px;
    border: 1px solid #eee;
}
.list-1 ul li .word {
    width:68%;
}
.list-1 ul li .word h4 {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list-1 ul li:hover .word h4 {
    color:#c00000;
}
.list-1 ul li .word p {
    margin:10px 0 20px 0;
    font-size: 12px;
    color: #666;
    line-height: 1.8;
}
.list-1 ul li .word time {
    font-size: 12px;
    color: #999;
}
/*样式1*/


/*样式2*/
.list-2 {}
.list-2 ul {}
.list-2 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:0 2%;
    padding:10px 10px;
    border-bottom: 1px dotted #ccc;
}
.list-2 ul li:last-child {
    border-bottom: none;
}
.list-2 ul li span{
    font-size: 16px;
    font-weight: bold;
}
.list-2 ul li:nth-child(1n+1) span {
    color: #3ac5d3;
}
.list-2 ul li:nth-child(2n+2) span {
    color: #b6d95c;
}
.list-2 ul li:nth-child(3n+3) span {
    color: #ffc124;
}
.list-2 ul li:nth-child(4n+4) span {
    color: #e56c08;
}
.list-2 ul li:nth-child(5n+5) span {
    color: #3ac5d3;
}
.list-2 ul li a {
    width: 100%;
    font-size: 16px;
    color: #333;
    *font-family: 宋体;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.list-2 ul li a:hover {
    color: #c00000;
}
.list-2 ul li time {
    width:180px;
    font-size: 16px;
    color: #333;
    text-align: right;
    opacity:0.6;
}
/*样式2*/


/*样式3*/
.list-3 {}
.list-3 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    gap:20px 0;
}
.list-3 ul li{
    width:32%;
}
.list-3 ul li:last-child {
    border-bottom:none;
}
.list-3 ul li a {
    gap:10px 0;
}
.list-3 ul li .photo {
    width:100%;
}
.list-3 ul li .photo figure {
    position: relative;
    width: 100%;
    padding-top: 68%;
}
.list-3 ul li .photo figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all 0.6s ease;
}
.list-3 ul li .word {
    width:100%;
    padding: 2rem;
}
.list-3 ul li .word h4 {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list-3 ul li:hover .word h4 {
    color:#c00000;
}
.list-3 ul li .word p {
    margin:20px 0 20px 0;
    font-size: 12px;
    color: #666;
    line-height: 1.8;
}
.list-3 ul li .word time {
    font-size: 12px;
    color: #999;
}
/*样式*/

/*样式4*/
.list-4 {}
.list-4 ul {}
.list-4 ul li {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap:2% 0;
    padding:10px 0px;
    border-bottom: 1px dotted #ccc;
}
.list-4 ul li:last-child {
    border-bottom: none;
}
.list-4 ul li a {
    width: 100%;
    font-size: 16px;
    color: #333;
}
.list-4 ul li a:hover {
    color: #c00000;
}
.list-4 ul li time {
    width:100%;
    font-size: 14px;
    color: #999;
}
/*样式*/


/*分页页码*/
.page {
    padding:4px 0px;
    text-align:center;
    overflow:hidden;
}
.page  li {
    display:inline-block;
    width: 30px;
    line-height: 30px;
    margin:0 4px;
    border-radius: 0px;
    font-size:14px;
    text-align:center;
    color:#000;
    border: 1px solid #f1f1f1;
    background:#fff;
}
.page  li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size:14px;
    color:#000;
}
.page li:hover {
    text-decoration:none;
}
.page li.active {
    background:#cc3333;
    border:1px solid #cc3333;
}
.page li.active a {
    color:#fff;
}

.page li span.current {
    color:#cc3333 ;
}
/*分页页码 end*/


/*尾部*/
footer {
    padding:50px 0;
    background: #083b90;
}
footer .container {

}
.footer {
    text-align: center;
}
.footer .footer-logo {
    
}
.footer .footer-menu {
    padding:20px 0 60px 0;
    
}
.footer .footer-menu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.footer .footer-menu ul li {
    position:relative;
    padding: 0 20px;
    
}
.footer .footer-menu ul li a {
    font-size: 16px;
    color: #fff;
}
.footer .footer-menu ul li a:hover{
    color:#cc3333;
}
.footer .footer-menu ul li::before {
    opacity:0.6;
    position:absolute;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 1px;
    height: 16px;
    background:#fff;
    display: inline-block;
    vertical-align: middle;
}
.footer .footer-menu ul li:first-child::before {
    display:none;
}
.footer .footer-copy {
}
.footer .footer-copy p {
    font-size: 14px;
    color: #fff;
}
.footer .footer-copy a {
    font-size: 14px;
    color: #fff;
}
/*尾部*/

/*PC端和移动端显示和隐藏  公共样式*/
.pc {
    display:block !important;
}
.mobile {
    display:none !important;
}
@media screen and (max-width:1024px){
.pc {
    display:none !important;
}
.mobile {
    display:block !important;
}
}