*{
    padding: 0;
    border: 0;
    margin: 0;
}
html, body{
    width: 100%;
    
}
.wrapper {
    width: 1200px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -600px;
}
.header{
    width: 100%;
    min-width: 1200px;
    height: 60px;
    overflow: hidden;
    background-color: #cd1c0a;
}
.header .logo-box{
    width: 594px;
    height: 140px;
}
.header .logo-box img{
    position: relative;
    top: 38px;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}
.header .nav-box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.header .nav-item{
    float: left;
    width: 22%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    transition: color 0.1s ease 0s;
    font-weight: 600;
}
.header .nav-item:hover{
    color:#ffffff;
    background:#c21408;
    
}
.header .nav-item.active{
    color: #2f73e9;
}
.banner{
    width: 100%;
    min-width: 1200px;
    height: 400px;
    overflow: hidden;
}
.banner img{
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    -khtml-user-select: none; 
    user-select: none;
}

.content{
    width: 100%;
    min-width: 1200px;
    padding: 20px 0;
    min-height:300px;
}
.row{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px;
}
.row-item{
    width: 48%;
    box-sizing: border-box;
}
.pic{
    height: 320px;
    background-size: cover;
}
.left{
    float: left;
}
.right{
    float: right;
}
 
.category-head{
    width: 100%;
    height: 50px;

margin-bottpm:20px;
    border-bottom: 2px solid #cd1c0a;
    background:url(../images/tt_bg.png) 0 0 no-repeat;
    }
 
.category-head .title{
    font-size: 24px;
    color: #cd1c0a;
    width: 40%;
    text-indent:55px;
    line-height:50px;
}

.category-head .more{
    width: 10%;
    text-align: right;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    border-radius: 5px;
    padding: 4px 0;
    margin-top:20px;
}
.category-head .more a{
    color: #000;
}
a{
    text-decoration: none;
}
a:visited {
    color: #666666;
}
.category-list{
    width: 100%;
    list-style-type: none;
}
.isfirst{
    font-weight:bold;
    color:#c21408;
}
.category-list-item{
    padding-left: 15px;
    position: relative;
    height: 48px;

}
.category-list-item::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ddd;
    left: 0;
    top: 22px;
}
.category-list-item a{
    display: block;
    color: black;
    font-size: 16px;
    line-height: 48px;
}
.category-list-item a:hover{
    color: #cd1c0a;
    transition: color 0.2s ease 0s;
}
.category-list-item a:hover .time{
    color: #cd1c0a;
    transition: color 0.2s ease 0s;
}
.category-list-item .time{
    color: #909090;
    font-size: 16px;
}
.bottom-box{width:100%;background-color:#cd1c0a;height:100px;}
.bottom{width:1200px;margin:0 auto;overflow:hidden}
.about,.copy{float:left;width:400px;}
.bottom-logo{width:300px;height:52px; display:block;float:left;margin:24px 49px;}
.bottom-xian{width:1px;height:40px;margin-top:30px;float:left;background-color:#3479a0}
.copy{overflow:hidden}
.about{color:#ecebeb;font-size:15px;line-height:28px;margin-top:22px;}
.about img{margin-top:8px;margin-right:10px;}
.shiye{width:42px;height:53px;float:left;margin-left:40px;margin-right:12px;margin-top:23px;}
.copyright{color:#cccccc;line-height:28px;float:left;margin-top:22px;font-size: 14px;}
.copyright img{margin-top:6px;}
.copyright a{color:#cccccc;line-height:28px;}

.list-row{
    width: 1200px;
    margin: 0 auto;
}
.list-row .category-head .title{
    width: 40%;
}
.list-row .category-head .more{
    width: 90%;
}
.article{
margin:0 auto;
background:#fff;
width:1200px;
}
.article-title{
    text-align: center;
    margin-top: 28px;
    font-size: 24px;
    line-height: 1.5em;
    color: #c21408;
    width: 1180px;
    margin: 0 auto;
    padding-top:28px;
}
.article-title p{
    color: #c21408;
    padding:10px;
}
.article-content{
    padding: 10px;
    width: 1180px;
    overflow: hidden;
}
.article-content p{
    width:1150px;
    padding:10px;    
    color: #000;
    font-size:16px;
     line-height:26px;
     font-family:"Microsoft Yahei","微软雅黑";
text-indent:32px;
}
.page{
    width: 100%;
    min-width: 1200px;
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.swiper-slide{
    overflow: hidden;
}
.swiper-pagination-bullet-active{
    background-color: #ffffff;
}
.swiper-slide{
    overflow: hidden;
}
.swiper-pagination-bullet{
    background-color: #e9b658;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #ffffff;
    opacity: 1;
}
.footer{
    width: 100%;
    min-width: 1200px;
    text-align: center;
    line-height: 90px;
    height: 90px;
    background-color: #c21408;
    color: white;
    font-size: 14px;
}
.other-s{
font-size: 14px;
 line-height: 35px;
 text-align: center;
 color: #666666;
 background: #f5f5f5;
 margin: 15px auto 0 auto;
 position: relative;

}
.column { position: relative;
margin-bottom: 20px;
 border-bottom: 2px #ded5d1 solid;
 height: 70px;
 line-height: 70px;
 display: flex;
 align-items: flex-end;
 justify-content: space-between;

}
.column span {
 width: 160px;
 height: 55px;
 font-size: 28px;
 color: #d24134;
 font-weight: bold;

}
.dqwz {
 position: ABSOLUTE;
 right: 0;
 top: 20PX;
 font-size: 14PX;
 color: #333333;

}
.dqwz a {
 position: relative;
 color: #333333;
 top: 0px;

}