@charset "UTF-8";
#Allcontent {
  width: 1400px;
  margin: 0 auto;
  /*
    background: url('otherRight.png') no-repeat;
    background-size: 100% 100%;
     */
}

#Allcontent a {
  color: auto;
}

#Allcontent > div {
  margin: 12px 0;
  width: 1400px;
}

#Allcontent .contentTitle {
  width: 1400px;
  height: 139px;
  /* background: #FFFFFF; */
  -webkit-box-shadow: 0px 0px 0px 0px rgba(35, 35, 35, 0.14);
          box-shadow: 0px 0px 0px 0px rgba(35, 35, 35, 0.14);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/contentTitlebg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: -10px 0 -20px 0;
}

#Allcontent .contentTitle h2 {
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #CC0000;
  transition: all .3s;
}
#Allcontent .contentTitle h2:hover{
  transform: scale(1.1);
}

#Allcontent .contentTitle .titleDeatil {
  margin-top: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(35, 35, 35, 0.59);
}

#Allcontent .carouselBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          background-color: #fff;
}

#Allcontent .carouselBox .carouselLeft {
  width: 50%;
  z-index: 99;
}

#Allcontent .carouselBox .carouselLeft .layui-carousel-ind ul {
  float: right;
  margin-right: 10px;
}

#Allcontent .carouselBox .carouselLeft .carousePageBox {
  position: relative;
}

#Allcontent .carouselBox .carouselLeft .carousePageBox img {
  height: 100%;
  width: 100%;
}

#Allcontent .carouselBox .carouselLeft .carousePageBox .carouseTitle {
  position: absolute;
  bottom: 0;
  height: 10%;
  width: 100%;
  background: #00000091;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 46px;
}

#Allcontent .carouselBox .carouselRight {
  width: 43%;
}

#Allcontent .carouselBox .carouselRight .carouselT1 {
  margin: 5px 0 10px;
  background: url("../images/carouseRight.png") no-repeat;
  background-size: 100% 100%;
  height: 53px;
  font-size: 28px;
  font-family: Source Han Serif CN;
  font-weight: bold;
  color: #5f5959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carouselT1Active{
  color: #DA0000;
}
.carouselT1NotActive{
  color: #5f5959;
}

#Allcontent .carouselBox .carouselRight .carouselT1 span {
  margin-left: 20px;
  cursor: pointer;
  transition: all .5s;
}
#Allcontent .carouselBox .carouselRight .carouselT1 span:hover{
  transform: scale(1.1);
}

#Allcontent .carouselBox .carouselRight .carouselT2 {
  margin: 10px 0;
}

#Allcontent .carouselBox .carouselRight .carouselT2 .firstT2::after {
  content: "|";
  margin-left: 20px;
  color: #a79a9a;
}

#Allcontent .carouselBox .carouselRight .carouselT2 span {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  margin-left: 20px;
  display: none;
  cursor: pointer;
  transition: all .5s;
}
#Allcontent .carouselBox .carouselRight .carouselT2 span:hover{
  transform: scale(1.05);
}

#Allcontent .carouselBox .carouselRight .carouselT3 {
  height: 78%;
}

#Allcontent .carouselBox .carouselRight .carouselT3 ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 360px;
  display: none;
}

#Allcontent .carouselBox .carouselRight .carouselT3 ul li {
  height: 12.66667%;
  margin-left: 10px;
  list-style: disc;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #454850;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #E5E5E5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#Allcontent .carouselBox .carouselRight .carouselT3 ul li::before {
  content: '•';
  position: relative;
  left: -10px;
}

#Allcontent .carouselBox .carouselRight .carouselT3 ul li:nth-last-child(1) {
  border-bottom: 1px solid #E5E5E5;
}

#Allcontent .specilItem {
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Allcontent .specilItem .speciltitle {
  width: 4%;
  height: 100%;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #db2400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.specilbarAll{
  width: 96%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  overflow-y: hidden;
}
#Allcontent .specilItem .specilbar {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  position: absolute;
}

#Allcontent .specilItem .specilbar .spebarItem {
  height: 100%;
  /* width: 25%; */
  padding-left: 30px;
  box-sizing: border-box;
}
#Allcontent .specilItem .specilbar .spebarItem:hover{
  opacity: 1;
}
.specilbar:hover .spebarItem {
  opacity: 0.5;
}

#Allcontent .specilItem .specilbar .spebarItem .spebarfont1 {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  margin: 5px 0;
}

#Allcontent .specilItem .specilbar .spebarItem .spebarfont2 {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #00000071;
  line-height: 28px;
}

#Allcontent .specilItem .specilbar .spebarItem .spebarSearch {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #CC0000;
  line-height: 28px;
  float: right;
}

#Allcontent .specilItem .specilbar .spebarItem img {
  width: 100%;
  height: 100%;
}

#Allcontent .otherItem {
  height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Allcontent .otherItem .otherLeft {
  width: 58%;
  height: 100%;
  margin-right: 2%;
}

#Allcontent .otherItem .otherLeft .otherLeftContent {
  height: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
  padding-top: 5px;
}

#Allcontent .otherItem .otherLeft .otherLeftContent .leftContentItem {
  height: 12.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eeeeeeb6;
}

#Allcontent .otherItem .otherLeft .otherLeftContent .leftContentItem .contentTime {
  width: 12%;
  font-size: 16px;
  font-family: DIN;
  font-weight: bold;
  color: #DA0000;
  background: url("../images/otherTime.png") no-repeat;
  background-size: 100% 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

#Allcontent .otherItem .otherLeft .otherLeftContent .leftContentItem .contentItemAll {
  width: 65%;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1F1F1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          /* justify-content: center; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}

#Allcontent .otherItem .otherLeft .otherLeftContent .leftContentItem .contentItemBtn {
  width: 15%;
  background: url("../images/otherBtn.png") no-repeat;
  background-size: 50% 40%;
  background-position-x: right;
  background-position-y: center;
}

#Allcontent .otherItem .otherRight {
  width: 40%;
  height: 100%;
}

#Allcontent .otherItem .otherRight .otherRightContent {
  height: 88%;
}

#Allcontent .otherItem .otherRight .otherRightContent .otherRightIcon {
  height: 35%;
  width: 100%;
  background: url("../images/otherRight.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 2%;
}

#Allcontent .otherItem .otherRight .otherRightContent .otherRightItem {
  width: 100%;
  height: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Allcontent .otherItem .otherRight .otherRightContent .otherRightItem > div {
  height: 18.7%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}

#Allcontent .otherItem .otherRight .otherRightContent .otherRightItem > div span {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1F1F1F;
}

#Allcontent .otherItem .otherRight .otherRightContent .otherRightItem > div > span:nth-last-child(1) {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #00000071;
}

#Allcontent .bentItem {
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 25px 0;
}

#Allcontent .bentItem .bentChild {
  height: 100%;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#Allcontent .bentItem .bentChild > div {
  width: 100%;
}

#Allcontent .bentItem .bentChild .bentTitle {
  height: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Allcontent .bentItem .bentChild .bentTitle .bentTitleBack {
  height: 100%;
  width: 50%;
  background: url("../images/bg_white.png") no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Allcontent .bentItem .bentChild .bentTitle .bentCheckMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #0086CA;
}
#Allcontent .bentItem .bentChild .bentTitle .bentCheckMore a{
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

#Allcontent .bentItem .bentChild .bentImg {
  height: 50%;
  margin-top: 1%;
}

#Allcontent .bentItem .bentChild .bentImg img {
  height: 100%;
  width: 100%;
}

#Allcontent .bentItem .bentChild .bentNews {
  height: 40%;
}

#Allcontent .bentItem .bentChild .bentNews .bentNewsItem {
  height: 20%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          border-bottom: 1px solid rgba(229,229,229,0.5);
}

#Allcontent .bentItem .bentChild .bentNews .bentNewsItem .bentLocaltion {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

#Allcontent .bentItem .bentChild .bentNews .bentNewsItem .bentInfo {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1F1F1F;
}
#Allcontent .bentItem .bentChild .bentNews .bentNewsItem .bentInfo a {
  color: #fff;
}

#Allcontent .bentItem .bentChild .bentNews .bentNewsItem .bentTiem {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

#Allcontent #specilWork .spebarSearch {
  color: #0086CA;
}

#Allcontent .smallItem {
  height: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Allcontent .smallItem .smallItemChild {
  width: 30%;
  height: 100%;
}

#Allcontent .smallItem .smallItemChild .smallItemContent {
  width: 100%;
  height: 90%;
}

#Allcontent .smallItem .smallItemChild .smallItemContent .smallContentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16.8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eeeeee;
}

#Allcontent .smallItem .smallItemChild .smallItemContent .smallContentItem .contentItemAll {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1F1F1F;
}

#Allcontent .smallItem .smallItemChild .smallItemContent .smallContentItem .contentItemTime {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #0000006e;
}

#Allcontent .imgItem {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          margin: 30px 0 20px 0;
}

#Allcontent .imgItem a {
  height: 100%;
  width: 20%;
}
#Allcontent .imgItem a  img{
  height: 100%;
  width: 100%;
}

#Allcontent .fixedItem {
  height: 124px;
    width: 197px;
    margin: 0;
    background-image: url(../images/fixedItembg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 20%;
    right: 5%;
}

#Allcontent .fixedItem > div {
  height: 100%;
  position: absolute;
  top: 147%;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}



#Allcontent .fixedItem > div img {
  padding: 10px;
  height: 40px;
  width: 40px;
  border: 1px solid red;
  background-color: white;
}

#Allcontent .fixedItem  .detailimgbox{
  position: absolute;
  right: 70px;
  top: 7px;
}
#Allcontent .fixedItem  .detailimgbox img{
  height: 150px;
  width: 150px;
}

#Allcontent .redLineTitle {
  background: url("../images/otherTop.png") no-repeat;
  background-position: bottom;
  background-position-x: left;
  background-repeat: no-repeat;
  height: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Allcontent .redLineTitle span {
  font-size: 12px;
  font-weight: 400;
  color: #0000007e;
}

#Allcontent .redLineTitle span:nth-child(1) {
  font-size: 24px;
  font-family: Source Han Sans CN;
  color: #DA0000;
}

#Allcontent img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#Allcontent img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#Allcontent  .moveBox{
position: absolute;
}
.bgt{
  position: absolute;
  top: 294px;
  height: 100%;
  width: 100%;
  background-image: url("../images/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.bgr{
  position: absolute;
    top: 1505px;
    height: 600px;
    width: 100%;
    background-image: url(../images/bg_red.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.bgr1{
  position: absolute;
    top: 1625px;
    height: 600px;
    width: 100%;
    min-width: 1400px;
    background-image: url(../images/bg_red.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

#Allcontent .bentItem .bentChild .bentNews1 {
  height: 40%;
}
#Allcontent .bentItem .bentChild .bentNews1 .bentNewsItem {
  height: 20%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          border-bottom: 1px solid rgba(229,229,229,0.5);
}
#Allcontent .bentItem .bentChild .bentNews1 .bentNewsItem .bentLocaltion {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
  width:20%;
}
#Allcontent .bentItem .bentChild .bentNews1 .bentNewsItem .bentInfo {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1F1F1F;
  width:71%;
}
#Allcontent .bentItem .bentChild .bentNews1 .bentNewsItem .bentInfo a {
  color: #fff;
}

#Allcontent .bentItem .bentChild .bentNews1 .bentNewsItem .bentTiem {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
  width: 12%;
}

.dflex{
  position:absolute;
  width:450px !important;
  height:190px !important;
  border:solid 0px #2F74A7;
  cursor:pointer;z-index:999
}

.dflex a img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=index.css.map */