/*
    * @time Tue Jan 31 2023 15:58:19 GMT+0800 (中国标准时间)
    */
@charset "utf-8";
.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
}
body,
html {
    height: 100%;
}
body {
    font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica,
        Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体',
        'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    outline: 0;
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    text-decoration: none;
    color: #ff9724 !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
iframe,
img {
    border: 0;
}
img {
    vertical-align: top;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}
.part {
    width: 1200px;
    margin: 0 auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
i {
    font-style: normal;
}
.part {
    width: 1200px;
    margin: 0 auto;
}
.domMobile {
    display: none;
}
.domPc {
    display: block;
}
@media screen and (max-width: 1200px) {
    .part {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .domMobile {
        display: block;
    }
    .domPc {
        display: none;
    }
}
.crumbs {
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}
.crumbs a {
    color: #666;
}
.list-box {
    padding: 30px 0;
}
.list-box .list-cont {
    margin-top: 20px;
}
.list-more {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    margin: 20px auto;
    width: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #c62101;
    cursor: pointer;
}
.list-txt li {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
    display: flex;
    align-items: center;
}

.fbt-wz {
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}
.fbt-wz a {
    color: #666;
}
.fbt-wz a:hover {
    color: #f00;
}
.Hotnews .title {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    height: auto;
    line-height: 50px;
}
.Hotnews .title a {
    color: #0059b2;
}
.Hotnews .roundup {
    text-align: left;
    font-size: 12px;
    font-size: 12px\9;
}
.Hotnews .a1 {
    font-size: 35px;
}
.Hotnews .b2 {
    font-size: 28px;
}
.Hotnews .c3 {
    font-size: 24px;
}
.Hotnews .title a:hover {
    color: #f22400;
    text-decoration: none;
}
.tt-list li {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}
.Hotnews {
    width: 870px;
    float: left;
    padding-left: 30px;
}
.clear {
    clear: both;
}
.tt-time {
    width: 80px;
    text-align: center;
    float: left;
}
.tt-year {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #fddca4;
}
.tt-mon {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #fcc567;
}
.mob-time {
    text-align: right;
    display: none;
}
/* @media (min-width:1440px){
	.Hotnews .title{font-size: 28px;}
	.Hotnews .roundup {font-size: 14px;}
	.Hotnews .a1{font-size: 41px} .Hotnews .b2{font-size: 35px} .Hotnews .c3{font-size: 29px}
	.Hotnews{width: 1090px;}
} */
@media screen and (max-width: 1200px) {
    .Hotnews .title {
        display: block;
        text-align: left;
        line-height: 26px;
        height: auto;
        font-size: 16px;
    }
    .Hotnews .a1,
    .Hotnews .b2,
    .Hotnews .c3 {
        font-size: 16px;
    }
    .Hotnews .roundup {
        display: none;
    }
    .tt-time {
        display: none;
    }
    .mob-time {
        display: block;
    }
    .Hotnews {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .list-box {
        padding: 10px 0;
    }
    .list-box .part {
        padding: 0 3%;
    }
    .list-txt li {
        display: block;
    }
    .list-txt li a {
        width: 100%;
    }
    .list-txt li span {
        display: none;
    }
}
