main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.newsInfoBox{
  margin: 0 0 64px 0;
}
.newsInfoBox img{
  max-width: 100%;
}
.wrap_c a,.wrap_c i{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.sitefr{
  margin: 0 0 41px 0;
  padding: 24px 0 0 0;
}
.newtitle{
  cursor: context-menu;
}
.newsInfoBox .title{
  width: 800px;
}
.newsInfoBox .title h1{
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
}
.newsInfoBox .title p span{
  margin: 0 21px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.newsInfoBox .title p{
  margin: 21px 0 36px 0;
}
.newsInfoBox .constent{
  width: 800px;
  margin: 0 0 44px 0;
  overflow-wrap: break-word; 
}
.newsInfoBox .right{
  /* padding: 111px 0 0 0; */
}
.newsInfoBox .recommend{
  width: 380px;
  height: 332px;
  border: 1px solid #F4F4F4;
  box-sizing: border-box;
  padding: 20px;
}
.newsInfoBox .recommend h3{
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  line-height: 16px;
}
.newsInfoBox .recommend .divider{
  border-top: 1px solid #0243A2;
  margin: 12px 0 7px 0;
}
.newsInfoBox .recommend .list .item{
  margin: 0 0 24px 0;
}
.newsInfoBox .recommend .list .item a{
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
}
.newsInfoBox .recommend .list .item a h4{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  line-height: 20px;
}
.newsInfoBox .recommend .list .item a:hover h4{
  color: #0243A2;
}
.newsInfoBox .recommend .list .item a .time{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin: 6px 0 0 0;
}
.newsInfoBox .recommendBtn{
  display: block;
  width: 380px;
  height: 36px;
  background: #0243A2;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}
.newsInfoBox .previous,.newsInfoBox .next{
  padding: 20px;
  width: 380px;
  height: 213px;
  border: 1px solid #F4F4F4;
  box-sizing: border-box;
  margin: 24px 0 0 0;
}
.newsInfoBox .previous h3,.newsInfoBox .next h3{
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  line-height: 16px;
}
.newsInfoBox .previous .divider,.newsInfoBox .next .divider{
  border-top: 1px solid #0243A2;
  margin: 12px 0 7px 0;
}
.newsInfoBox .previous h4,.newsInfoBox .next h4{
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  line-height: 20px;
  margin: 0 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsInfoBox .previous a:hover h4,.newsInfoBox .next a:hover h4{
  color: #0243A2;
}
.newsInfoBox .previous p,.newsInfoBox .next p{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newsmenu a:nth-child(1):hover{
  color: #0243A2;
}