*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
body{
    color: #000000;
    line-height: 1.5;
    font-family:"Microsoft YaHei";
}
input, button{
    border: none;
    outline: none;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
.container{
    margin: 0 auto;
    width:1200px;
    max-width: 1200px;
}
.header{
    margin-bottom: 10px;
    border-top:7px solid #a30e10;
}
.banner{
    position: relative;
    height:360px;
    background: url(banner20230303.png) no-repeat 0 0;
}
.language{
    position: absolute;
    top:13px;
    left:26px;
    z-index: 1;
}
.nav{
    padding: 11px 0 13px;
    display: flex;
    justify-content: center;
    background-color: #a30e10;
}
.nav a{
    padding: 0 24px;
    font-size: 19px;
    font-weight: bold;
    color:#fff;
    line-height: 1;
}
.nav a:hover{
    color:#ffffcc;
}
.nav a:not(:last-child) {
    border-right: 1px solid #fff;
}
.main-title{
    display: block;
    padding: 18px 5px;
    font-size:18px;
    font-weight: bold;
    color: #a30e10;
}
.news-item-title{
    font-weight: bold;
}
.slide{
    position: relative;
    margin-right:30px;
    width: 790px;
    height:590px;
}
.slide .hd{
    position: absolute;
    bottom: 13px;
    left:0;
    z-index:2;
    width:100%;
    padding-right:32px;
}
.slide .hd ul{
    display: flex;
    justify-content: flex-end;
}
.slide .hd li{
    margin-right:10px;
    cursor: pointer;
    width: 12px;
    height:12px;
    border-radius: 50%;
    background-color: #fff;
}
.slide .hd li.on{
    background-color: #fa004e;
}
.slide .bd li{
    position: relative;
}
.slide .bd li span{
    position: absolute;
    left:0;
    bottom:0;
    z-index:1;
    width:100%;
    height:46px;
    background-color: rgba(0,0,0, .5);
    font-size:20px;
    color:#fff;
    text-indent: 12px;
    font-weight: bold;
    line-height: 2;
}
.slide img{
    display: block;
    width:100%;
    height:100%;
}
.main-news-body{
    display: flex;
    margin-bottom: 38px;
}
.main-news-item{
    display: block;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.news-title{
    margin-bottom:10px;
    font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.news-date{
	color: #666666;
}
.news-section{
    margin-bottom:30px;
    display: flex;
}
.news-space{
    width: 790px;
    margin-right:31px;
}
.news-space+*{
    width:379px;
}
.news-title{
    margin-bottom:10px;
    padding: 8px 0;
    padding-right:6px;
    border-top:2px solid #a30e10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-title-text{
    font-size: 18px;
    color: #a30e10;
    font-weight: bold;
}
.news-title-more{
    font-size: 14px;
    color: #201915;
}
.news-content{
    display: flex;
    align-items: flex-start;
}
.news-img-wrapper{
    margin-right: 29px;
}
.news-img{
    display: block;
    margin-bottom: 12px;
    width: 416px;
    height:280px;
}
.news-img-desc{
    font-size: 15px;
	font-weight: bold;
}
.news-list{
    width: 352px;
}
.news-list a{
    display: block;
    line-height: 2;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list a:hover{
    color:#a30e10;
}
.news-item-title:hover{
    color:#a30e10;
}
.news-service-list{
    margin-top:10px;
    padding-right:40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.news-service-item{
    display: block;
    margin:0 8px 22px;
    width: 128px;
    height: 37px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 2.7;
    font-size: 14px;
}
.marquee li{
    height:99px;
    margin-bottom: 10px;
}
.news-searchAndSocial{
    margin-top:20px;
    margin-bottom:40px;
    display: flex;
    justify-content: space-between;
    width:100%;
}
.news-searchAndSocial>div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 50%;
    background-color: #e1e1e1;
}
.news-searchAndSocial form{
    padding-left:11px;
    display: block;
    width: 471px;
    border: 1px solid #999;
    background-color: #fff;
    margin-bottom: 20px;
}
.news-searchAndSocial form input,
.news-searchAndSocial form button{
    height:35px;
}
.news-searchAndSocial form input{
    width:73%;
}
.news-searchAndSocial form button {
    background-color: #4d4d4d;
    color:#fff;
    font-size:14px;
    font-weight: bold;
    cursor: pointer;
    width: 99px;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}
.news-searchAndSocial form img{
    vertical-align: middle;
}
.news-search-wrapper{
    margin-right:32px;
    flex-direction: column;
}
.news-search-keywords{
    width:472px;
    text-align: left;
    font-size:15px;
}
.news-social-wrapper{
    padding: 10px 0;
    font-size:14px;
}
.news-social-wrapper img{
    display: block;
    margin: 0 auto 14px;
    width:89px;
    height:89px;
}
.news-social-wrapper>div{
    margin: 0 45px;
    text-align: center;
}
.news-link-wrapper{
    position: relative;
    color:#666;
    width:100%;
    display: flex;
    justify-content: center;
}
.news-links-item{
    display: inline-block;
    padding: 5px 15px;
    color:#000;
    line-height: 2
}
.news-links-item:hover{
    background-color: #e5e5e5;
}
.news-links-content{
    display: inline-block;
}
.news-links-body{
    display: none;
    position: absolute;
    bottom:42px;
    left:0;
    z-index:1;
    width:100%;
    height:215px;
    overflow-y: auto;
    padding: 10px;
    background-color: #e5e5e5;
}
.news-links-item:hover .news-links-body{
    display: inline-block;
}
.footer{
    padding-top:37px;
    padding-bottom: 74px;
    background-color: #a30e10;
}
.footer-content{
    margin: 0 auto;
    width:70%;
    color:#fff;
    line-height: 2;
}
.footer .time{
    text-indent: 60px;
}
.footer-title{
    margin-bottom:15px;
    font-size:24px;
}
.footer-info{
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

/*************** 列表 ***********************/
.news-list_container .content{
    margin-bottom: 44px;
    display: flex;
}
.news-list_container .news-list{
    padding-left:6px;
    width:100%!important;
}
.aside{
    margin-right:25px;
    flex: 0 0 280px;
}
.aside-news-list a{
    display: block;
}
.aside-section{
    padding-bottom: 15px;
    line-height: 2;
}

.aside .more{
    margin-top:20px;
    text-align: right;
    font-size: 14px;
    color: #404040;
}
.news-list_container  .title{
    margin-bottom:10px;
    padding: 14px 0;
    border-top: 2px solid #ed2822;
    font-size:18px;
    color: #404040;
    font-weight: bold;
}
.news-list_container .content{
    margin-top: 30px;
}
.news-list_container .news-item{
    margin-top:0;
    width:100%;
}
.news-list_container .news-content{
    padding:0;
}
.news-list_container .news-content{
    padding-left:6px;
}
.news-list_container .news-list a {
    position: relative;
    padding-left: 10px;

}
.news-list_container .news-list a::before{
    content: '';
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width:2px;
    height:2px;
    background-color: #000;
}
.topic-item{
    margin-bottom: 17px;
    display: flex;
}
.topic-item img{
    margin-right:16px;
    width:105px;
    height:99px;
    border: 1px solid #e9e9e9;
}
.topic-item span{
    font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/*************** 详情 ***********************/

.crumbs {
    margin-top: 17px;
    margin-bottom: 45px;
    padding-left: 5px;
  }
  .view-content {
    margin-bottom: 40px;
    text-align: left;
  }
  .view-title {
    font-size: 24px;
    color: #000000;
    text-align: center;
  }
  .view-date {
    margin-top: 35px;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    text-align: center;
  }
  .view-content hr {
    border-color: #e5e5e5;
    margin-top: 23px;
    margin-bottom: 35px;
  }
  .view-content p {
    font-size: 14px;
    padding: 0 23px;
    text-indent: 20px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .view-content img {
    margin: 0 auto 77px;
  }
  .list-container .center {
    padding-left: 20px;
  }
  .list-title {
    margin-bottom: 19px;
  }
 li.chnlname a{font-weight:bold;}