body{
  max-width:640px;
  margin:0 auto;
  background:#0069ad;
}
#firstbody {width:100vw;margin:0 auto;overflow:hidden}
#fbLeft {width: 90%;border-radius: 5px;margin: 5% auto;border: 1px solid #fff;}
#fbLeft img {width:100%; height:200px;}
#fbRight {width: 100%;margin:0 auto;padding: 10px;height:auto;}
#fbRight dt {height: 6vw;line-height: 6vw;font-size: 20px;font-weight:bold;color: #fff;}
#fbRight dt a {font-family:Tahoma, Geneva, sans-serif;font-weight:normal;font-size: 16px;float:right}
#fbRight dd ul {padding:10px 0}
#fbRight dd li {height:40px;line-height:40px;border-bottom:1px dashed #DDD}
.title-nowrap{
    width: auto;
    max-width: 90%;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    position: relative;
    color: #fff;
}
#fbRight dd li span {color:#999}
.hot-flag{
  background-image: url(/ht/img/hot.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 2%;
  width: 20px;
  background-position: center;
  display: inline-flex;
  height: 20px;
}
.ad {width:100vw;margin:5px auto;}
.ad img {width:100%;height:auto;}
.xftitle {position:absolute;text-align:center;width: 100%;background:rgba(0,0,0,0.6);height: auto;line-height:40px;color:#FFF;bottom:0}

}
#secondbody {width:1140px;margin:0 auto;background:#FFF;padding:30px;overflow:hidden}
#sbLeft {width:550px;float:left}
#sbRight {width:550px;float:right}
#sbLeft dt {background:url(../image/26069129.png) left center no-repeat ;background-size:38px;margin-bottom:20px;}
#sbRight dt {background:url(../image/26069130.png) left center no-repeat;background-size:38px;margin-bottom:20px;}
.iTitle {height:40px;line-height:40px;font-size:26px;font-weight:bold;border-bottom:1px solid #DDD;padding-left:40px;padding:10px 0 10px 40px;}
.iTitle a {font-family:Tahoma, Geneva, sans-serif;font-weight:normal;font-size:14px;float:right}
#sbLeft dd  {height:40px;line-height:40px;border-bottom:1px dashed #DDD;font-size:14px;overflow:hidden}
#sbLeft dd span {float:right;color:#999}
#sbRight dd {height:40px;line-height:40px;border-bottom:1px dashed #DDD;font-size:14px;overflow:hidden}
#sbRight dd span {float:right;color:#999}
.more{
    background: #fe8d00;
    padding: 0 15px;
    border-radius: 7px;
    line-height: 2;
    color: #595757;
    letter-spacing: 1px;
    font-weight: bold;
}
.compose_mobile{
    background:#014099;
    display:flex;
}
.compose_mobile a{
    width:25%;
}
.compose_img{
    width:100%;
}
.title-list-m{
    display:flex;
    border-bottom: unset !important;
    margin-top: 20px;
}
.item-left-m {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 1;
  border: 1px solid #ffffff;
}

.item-year-m {
  width: 48px;
  height: 25px;
  font-size: 14px;
  color: #fff;
  line-height: 2;
  text-align: center;
  background: #cb2411;
  font-weight: bold;
  letter-spacing: 1px;
}

.item-date-m {
  width: 50px;
  height: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  line-height: 25px;
}

.item-right-m {
  flex: 1;
  border-bottom: 1px dashed #fff;
  margin-left: 3%;
  height: 50px;
  padding-top: 5px;
  display: flex;
  justify-content: flex-start;
  width: 80%;
}
.new-flag{
  background-image: url(/ht/img/7new.png);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: left top;
  padding-left: 2%;
}
.new-img{
    height:40px;
    width:auto;
}
.m-home{
    border: none !important;
}
@media (max-width: 640px) {
    .header-1{
        border:none;
    }
    #fbRight dd ul{
      padding:0;
    }
}
.m-header-1{
  display:flex;
}
.m-header-right{
  width: 40%;
  float:right;
  display: flex;
  justify-content: space-between;
}
.menu-m{
  width: 60%;
}
.search-m{
  width: 40%;
}.menu-m img{
  width:70%;
}
.search-m img{
  width:100%;
}
#mobile_navbar{
  position: absolute;
  z-index: 99;
  overflow-x: clip;
  top: 0;
  left: 0;
  width: 100%;
}
.m-bg{
  background:#0069ad;
}
.line-plex{
    background: #ffffff;
    width: 1vw;
    position: absolute;
    height: 6vw;
}
.m-title{
    padding-left:2vw;
}
.mobile-menu{
  margin-top:5%;
}