.content {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
  min-height: 500px;
}

.content::before{
  position: absolute;
  content:'';
  bottom: 0;
  width: 100%;
  height: 420px;
  background: url('/template/cciubs/images/bgcolor.png') no-repeat;
  background-size: 100%;
}

.content-wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto 0;
}


/* img-content */
.img-content {
  position: relative;
  width: 1200px;
  margin: 40px auto 0;
}

.img-content .article-item-title{
  flex:1;
  max-width: 100%;
  margin-bottom: 13px;
}
.img-content-list {
  display: flex;
  flex-wrap: wrap;

}
.img-content-list img{
  flex:1;
  max-width: 285px;
  margin-right: 20px;
  background-color: #fff;
}

.img-content-list img:nth-child(4n){
  margin-right: 0 !important;
}
/* 列表 */

.content-wrap .nav {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #566273;
}

.content-wrap .nav span{
  margin: 0 10px;
}
.content-list {
  width:1200px;
  display: flex;
}

.content-list .left {
  width: 232px;
  margin-right: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  background: #FFFFFF;
}
.left-title {
  background: url(/template/cciubs/images/listbg.png) no-repeat;
  width: 232px;
  height: 60px;
  background-size: 100%;
  display: flex;
  font-weight: Bold;
  font-size: 20px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}

.left-small-title{
  height: 52px;
  width: 100%;
  text-align: center;
  line-height: 52px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  position:relative;
}

.left-small-title a {
  color:#05162E;
}

.left-small-title a:hover, .left-small-title a.active{
color:#2454C3;
}

.left-small-title span{
  position:absolute;
  right: 18px;
  top: 25px;
  width: 8px;
  height: 5px;
  background: url('/template/cciubs/images/arrow.png') no-repeat;
  transform: rotate(270deg);
  background-size: 100%;
}

.left-small-list{
  padding: 19px;
  display: none;
}



.menu-active  .left-small-list{
  display: block;
}

.menu-active .left-small-title {
  color:#2267C5;

}

.menu-active .left-small-title span {
  transform: rotate(0deg) !important;
}
.left-small-list p{
  text-align: center;
  padding: 4px 14px;
  border-radius: 13px;
  cursor: pointer;
}

.left-small-list p:hover,  .left-small-list .current {
  padding: 4px 14px;
  background: #2454C3;
  border-radius: 13px;
  color:#fff;
}

.left-small-list p {
  margin-bottom: 6px;
}

.right {
  max-width: 948px;
  flex:1;
  min-height: 560px;
  /* width: 828px; */
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 0 60px;
}

.right li {
  border-bottom: 1px solid #E5E5E5;
  height: 70px;
  align-items: center;
  display: flex;
}

.right li .dot {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #2267C5;
  display: inline-block;
  margin-right: 9px;
}

.right li .time {
  font-size: 16px;
  color: #566273;
  width: 100px;
}

.right li p {
  color: #05162E;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.right li p:hover {
  color: #2267C5;
  cursor: pointer;
}

.menu-item {
  cursor: pointer;
}



.right h3 {
  font-weight: Bold;
  font-size: 24px;
  color: #05162E;
  margin-top: 30px;
  margin-bottom: 13px;
}

.right .source {
  font-size: 14px;
  color: #566273;
  margin-bottom: 20px;
}

.right .article-detail p {
  color: #05162eff;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.right .article-detail img {
  max-width: 100% !important;
}


.right .article-detail span{
  word-break: break-all;
}

