
/* 文章详情右侧 */
.dynamic_right{
    width: 291px;
    height: 800px;
    /* background: red; */
    overflow: hidden;
}
.dynamic_title{
    display: flex;
    margin-bottom:20px;
}
.dynamic_title img{
    width: 20px;
    height:23px;
    margin-right:20px;
}
.dynamic_title p{
    font-size: 22px;
    font-weight: 400;
    color: #222222;
    line-height: 26px;
}
.dynamic_ul li{
    width: 291px;
    height: 74px;
    display: flex;
    text-align: center;
}
.dynamic_ul li img{
    width: 6px;
    height: 11px;
}
.dynamic_ul li:nth-child(1){
    background-image: url(/Public/Home/images/news_img/jc2.png);
    background-size: 100% 100%;
}
.dynamic_ul li:nth-child(2){
    background-image: url(/Public/Home/images/news_img/jc3.png);
    background-size: 100% 100%;
}
.dynamic_ul li:nth-child(3){
    background-image: url(/Public/Home/images/news_img/jc1.png);
    background-size: 100% 100%;
}
.dynamic_ul li:nth-child(4){
    background-image: url(/Public/Home/images/news_img/jc4.png);
    background-size: 100% 100%;
}
.dynamic_ul li:nth-child(5){
    background-image: url(/Public/Home/images/news_img/jc5.png);
    background-size: 100% 100%;
}
.dynamic_ul li:nth-child(6){
    background-image: url(/Public/Home/images/news_img/jc6.png);
    background-size: 100% 100%;
}
.dynamic_ul li a{
    width: 100%;
    height: 74px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 74px;
    position: relative;
}
.dynamic_ul li a p img{
    position: absolute;
    right: 78px;
    top: 33px;
}
.dynamic_cs{
    display: flex;
}
.dynamic_cs li{
    width: 50%;
    text-align: center;
}
.guang{
    width: 100%;
    height:91px;
    margin-top:25px;
}

.newsWrap {
  margin: 0 auto;
  width: 291px;
  height: 330px;
  background: #ffffff;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.newsWrap .innerTitle {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.newsWrap .innerTitle img {
  width: 21px;
  height: 22px;
  margin-right: 7px;
}
.newsWrap .innerTitle span {
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  line-height: 68px;
}
.newsWrap .newsCont {
  box-sizing: border-box;
  padding-top: 5px;
}
.newsWrap .newsCont .newsContItem {
  display: flex;
  align-items: center;
  width: 100%;
  height: 31px;
}
.newsWrap .newsCont .newsContItem i {
  display: block;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent transparent #FF2804;
}
.newsWrap .newsCont .newsContItem p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.newsWrap .newsCont .newsContItem:hover p {
  color: #FF2804;
}