@charset "UTF-8";
html,
body {
  width: 100%;
}

body::-webkit-scrollbar {
  width: 4px;
  /*height: 4px;*/
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.laiyang {
  width: 100%;
}

.laiyang .container {
  position: relative;
  width: 1200px;
  /* height: 100%; */
  margin-left: 50%;
  transform: translateX(-50%);
}

.laiyang footer {
  margin-top: 40px;
}

.laiyang footer img {
  display: block;
  width: 100%;
}

.laiyang .head {
  height: 480px;
  width: 100%;
  background-image: url(banner.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.laiyang .head .container {
  position: relative;
  width: 1200px;
  height: 100%;
  /* margin-left: 50%; */
  transform: translateX(-50%);
  margin-bottom: 30px;
}

.laiyang .head > div {
  position: absolute;
}

.laiyang .head .right-top {
  top: 3%;
  right: 3%;
  z-index: 2;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
}

.laiyang .head .img-left-logo {
  left: 10%;
  top: 16%;
  display: flex;
  align-items: center;
}

.laiyang .head .img-left-logo img {
  width: 80px;
  height: 87px;
}

.laiyang .head .img-left-logo .head-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  text-shadow: 0 0 5px #fff;
}

.laiyang .head .img-left-logo .head-name .ch {
  font-family: SourceHanSansCN-Heavy;
  font-size: 35px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #e8020e;
  margin-bottom: 5px;
}

.laiyang .head .img-left-logo .head-name .en {
  font-family: MicrosoftYaHei-Bold;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #e8020e;
}

.laiyang .head .head-list {
  width: 40%;
  top: 15%;
  height: 70%;
  left: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.laiyang .head .head-list .item {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #1c649f;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.laiyang .head .nav {
  width: 100%;
  height: 10%;
  bottom: 0px;
  left: 0;
  display: none;
}

.laiyang .head .nav > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.laiyang .head .nav > ul a {
  width: 100%;
  height: 100%;
}

.laiyang .head .nav > ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex: 1;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #1c649f;
}

.laiyang .head .nav > ul li i {
  width: 30px;
  height: 30px;
  background: url("./shouye.png") center no-repeat;
  background-size: 18px 18px;
  margin-right: 5px;
}

.laiyang .head .nav > ul li:hover {
  background-color: #e3e3e5;
}

.laiyang .laiyang-body .body1 {
  width: 100%;
  /* height: 440px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 0;
}

.laiyang .laiyang-body .body1 .left {
  width: 32%;
  height: 314px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f7f7f7;
}
.laiyang .laiyang-body .body1 .center {
  width: 40%;
  height: 314px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.laiyang .laiyang-body .body1 .center .img {
  margin-top: 140px;
  height: 120px;
  margin-left: 15px;
  background-color: #f3f3f3;
}
.laiyang .laiyang-body .body1 .left .left-top {
  margin: 20px 0 0 0;
  color: #1c649f;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.laiyang .laiyang-body .body1 .left .right-grey {
  width: 80%;
  position: relative;
  bottom: 6px;
  border-bottom: 3px solid #dedede;
}

.laiyang .laiyang-body .body1 .left .meet-title {
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-family: "Arial Narrow Bold";
  border-bottom: 1px solid rgb(186, 53, 55);
  color: rgb(186, 53, 55);
}

.laiyang .laiyang-body .body1 .left .meet-title a {
  color: rgb(186, 53, 55);
}

.laiyang .laiyang-body .body1 .left > .intro {
  font-weight: bold;
  padding-top: 20px;
  line-height: 23px;
}

.laiyang .laiyang-body .body1 .left .intro span {
  font-weight: normal;
}

.laiyang .laiyang-body .body1 .left img {
  display: block;
  height: 100%;
}

.laiyang .laiyang-body .body1 .right {
  width: 28%;
  height: 100%;
  height: 314px;
}

.laiyang .middle-ad {
  /* width: 100%; */
  width: 1200px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.laiyang .laiyang-body .middle-ad {
  /* display: inline; */
}

.laiyang .search_box {
  height: 142px;
  width: 1200px;
  margin: 0px auto;
  background: url("./1804250348520889488.png") center;
  background-repeat: no-repeat;
  background-size: cover;
}

.laiyang .search_con {
  width: 1099px;
  height: 101px;
  background: url("./1804250346084679451.jpg") center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 25px 0 0 65px;
  float: left;
  border-radius: 5px;
}

.laiyang .search_form {
  margin-left: 105px;
  position: relative;
  overflow: hidden;
  width: 360px;
  float: left;
}

.laiyang .search_form .text_input {
  margin: 30px 0 0 0;
  float: left;
  width: 182px;
  height: 43px;
  border: none !important;
  background: url("./1804250355510327943.jpg") center no-repeat;
  line-height: 43px;
  font-size: 17px;
  color: #333;
  padding-left: 20px;
  border-left: 1px solid #d7d7d7;
  padding-right: 50px;
  outline: medium;
}

.search_form input:focus {
  /* outlineÃ¯Â¼Å¡none; */
}

.search_form2 {
  margin-left: 10px;
  position: relative;
  overflow: hidden;
  width: 417px;
  float: left;
}

.laiyang .sear_zhi_btn {
  width: 150px;
  height: 50px;
  background: url("./1804250346085094961.png") no-repeat;
  float: right;
  margin: 26px 0 0 0px;
  margin-right: 10px;
  cursor: pointer;
}

.search_form2 .text_input {
  margin: 30px 0 0 0;
  float: left;
  width: 182px;
  height: 43px;
  border: none !important;
  background: url("./1804250355510327943.jpg") center no-repeat;
  border-radius: 0px;
  line-height: 43px;
  font-size: 17px;
  color: #333;
  padding-left: 20px;
  border-left: 1px solid #d7d7d7;
  padding-right: 50px;
  outline: medium;
  color: #333;
}

.search_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 25px;
  bottom: 26px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.laiyang .laiyang-body .middle-ad .search {
  width: 100%;
  display: flex;
  background: url(./images/double-input-background.jpg) center;
}

.laiyang .middle-ad img {
  width: 100%;
}

.laiyang .laiyang-body .body2 {
  height: 320px;
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}

.laiyang .laiyang-body .body2 > div {
  width: 48%;
}

.laiyang .laiyang-body .body3 {
  display: flex;
  justify-content: space-between;
}

.laiyang .laiyang-body .body3 img {
  width: 1200px;
}

.laiyang-body > .council-title {
  color: #1c649f;
  font-weight: bold;
  padding: 20px 0 20px 0;
  margin-bottom: 16px;
  margin-top: 20px;
  text-align: center;
}

.laiyang .laiyang-body .line-four {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.laiyang .laiyang-body .line-four .lc {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.laiyang .laiyang-body .line-four .lc .title {
  margin: 30px 0 15px;
  height: 28px;
  text-align: left;
  line-height: 28px;
  font-size: 24px;
  color: #323232;
  font-weight: normal;
}

.laiyang .laiyang-body .line-four .lc .items .left {
  background: url(../images/item_left_bg.png) repeat-x;
  text-align: center;
  float: left;
  width: 280px;
  height: 327px;
  color: #fff;
  margin-right: 16px;
}

.laiyang .laiyang-body .line-four .lc .items h3 {
  line-height: 50px;
  margin-top: 28px;
  font-size: 22px;
  font-weight: 400;
}

.laiyang .laiyang-body .line-four .lc .items p {
  color: #fff;
}

.laiyang .laiyang-body .line-four .lc .items p.p1 {
  opacity: 0.8;
  color: #fff;
  text-align: center;
}

.laiyang .laiyang-body .line-four .lc .items p.p2 {
  margin-top: 20px;
  color: #fff;
}

.laiyang .laiyang-body .line-four .amount {
  font-size: 40px;
}

.laiyang .laiyang-body .line-four .lc .items p.p3 {
  opacity: 0.8;
  color: #fff;
}

.laiyang .laiyang-body .line-four .lc .items p.p4 {
  margin-top: 12px;
  line-height: 50px;
}

.laiyang .laiyang-body .line-four .lc .items .btn {
  color: #ff6200;
  background-color: #ffe7d8;
  height: 40px;
  width: 192px;
  transition: color 0.4s, opacity 0.4s;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.laiyang .laiyang-body .line-four .lc .items .btn:hover {
  opacity: 0.8;
}

.laiyang .laiyang-body .line-four .lc .items a {
  transition: color 0.4s, opacity 0.4s;
  color: #fff;
}

.laiyang .laiyang-body .line-four .lc .items .right {
  float: left;
  width: 1200px;
  position: relative;
  overflow: hidden;
}

.laiyang .laiyang-body .line-four .lc .items .right ul li {
  background-color: #fff;
  margin-right: 13px;
  text-align: center;
  float: left;
  width: 280px;
  height: 327px;
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}

.laiyang .laiyang-body .line-four .lc .items .right ul li h3 a {
  color: #323232;
}

.laiyang .laiyang-body .line-four .lc .items .right ul li p.p1 {
  color: #b0b0b0;
}

.laiyang .laiyang-body .line-four .lc .items .right ul li p.p2 {
  color: #ff6825;
}

.laiyang .laiyang-body .line-four .lc .items .right .tempWrap {
  width: 1152px !important;
  left: 30px;
}

.laiyang .laiyang-body .line-four .lc .items .right ul li p.p3 {
  color: #b0b0b0;
}

.laiyang .laiyang-body .line-four .lc .items .right ul li p.p4 {
  color: #666;
}

.laiyang .laiyang-body .line-four .lc .items .right ul li .btn {
  background-color: #ff6200;
  color: #fff;
}

.laiyang .laiyang-body .line-four .lc .items .right ul li .btn.sq {
  background-color: #e6e6e6;
}

.laiyang .laiyang-body .line-four .lc .items .right .next,
.laiyang .laiyang-body .line-four .lc .items .right .prev {
  /* opacity: 0; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  width: 28px;
  height: 62px;
  line-height: 62px;
  color: #b4b4b4;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  /* background: rgba(0, 0, 0, .2); */
  font-family: simsun;
  transition: all ease-in 0.4s;
}

.laiyang .laiyang-body .line-four .lc .items .right .next {
  left: 0px;
}

.laiyang .laiyang-body .line-four .lc .items .right .prev {
  right: 0px;
}

.laiyang .laiyang-body .line-four .left-arrow {
  height: 40px;
  transform: rotate(-180deg);
  margin-top: 80px;
}

.laiyang .laiyang-body .line-four .right-arrow {
  height: 40px;
  margin-top: 80px;
}

.laiyang .laiyang-body .body4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.laiyang .laiyang-body .body4 .content-body {
  width: 35%;
}

.laiyang .laiyang-body .body4 .content-list {
  width: 20%;
}

.laiyang .laiyang-body .body4 .content-list > div {
  display: flex;
  align-items: center;
  /* height: 20px; */
  padding: 12px 35px;
  margin-bottom: 5px;
  background: #f7f7f7;
}

.laiyang .laiyang-body .body4 .content-list > div a {
  margin-left: 10px;
}

/* left */

.laiyang .left.body5 {
  width: 1200px;
  box-sizing: border-box;
  height: 84px;
  padding: 5px;
  border: 1px solid #ccc;
  margin: 5px auto;
  overflow: hidden;
}

.laiyang .left.body5 ul {
  list-style-type: none;
  float: left;
}

.laiyang .left.body5 ul li {
  font-size: 0;
  margin-right: 5px;
  float: left;
}

/* left */

.laiyang .laiyang-body .body6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}

.laiyang .laiyang-body .body6 .left {
  width: 60%;
  background-color: #f7f7f7;
}

.laiyang .laiyang-body .body6 .left .head-line {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.laiyang .laiyang-body .body6 .left .head-line > span {
  margin-left: 1rem;
}

.laiyang .laiyang-body .body6 .left .head-line > span a {
  color: #000;
}

.laiyang .laiyang-body .body6 .left .head-line > span a:hover {
  color: red;
  font-weight: bold;
}

.laiyang .laiyang-body .body6 .left .head-line > div {
  margin-right: 1rem;
  border-radius: 5px;
  border: solid 1px #1c649f;
  padding: 3px;
}

.laiyang .laiyang-body .body6 .left .head-line > div:hover {
  background-color: #d0d0d0;
}

.laiyang .laiyang-body .body6 .left .head-line > div img {
  margin-right: 5px;
}

.laiyang .laiyang-body .body6 .left .head-line > div a {
  display: flex;
  align-items: center;
  color: #1c649f;
}

.laiyang .laiyang-body .body6 .left .content-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.laiyang .laiyang-body .body6 .left .content-table > div {
  width: 100%;
  display: flex;
  margin: 10px 0;
}

.laiyang .laiyang-body .body6 .left .content-table > div a {
  width: 100%;
  display: flex;
}

.laiyang .laiyang-body .body6 .left .content-table > div a span {
  text-align: center;
}

.laiyang .laiyang-body .body6 .left .content-table > div span {
  text-align: center;
}

.laiyang .laiyang-body .body6 .left .content-table > div span:nth-of-type(1) {
  width: 25%;
}

.laiyang .laiyang-body .body6 .left .content-table > div span:nth-of-type(2) {
  width: 45%;
}

.laiyang .laiyang-body .body6 .left .content-table > div span:nth-of-type(3) {
  width: 15%;
  color: #2d70a6;
}

.laiyang .laiyang-body .body6 .left .content-table > div span:nth-of-type(4) {
  width: 15%;
}

.laiyang .laiyang-body .body6 .left .content-table > div a {
  color: #333;
}

.laiyang .laiyang-body .body6 .left .content-table > div a:hover {
  color: red;
}

.laiyang .laiyang-body .body6 .left .content-table > div a span:nth-of-type(1) {
  width: 25%;
}

.laiyang .laiyang-body .body6 .left .content-table > div a span:nth-of-type(2) {
  width: 45%;
}

.laiyang .laiyang-body .body6 .left .content-table > div a span:nth-of-type(3) {
  width: 15%;
  color: #2d70a6;
}

.laiyang .laiyang-body .body6 .left .content-table > div a span:nth-of-type(4) {
  width: 15%;
}

.laiyang .laiyang-body .body6 .left .content-table > div:first-child span {
  font-weight: bold;
  color: #000;
}

.laiyang .laiyang-body .body6 .right {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.laiyang .laiyang-body .body6 .right > div {
  width: 100%;
  height: 23%;
}

.laiyang .laiyang-body .body6 .right > div a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url("./xiayijikaobei2.png") no-repeat;
  background-color: #f7f7f7;
  background-position: 350px;
  font-family: MicrosoftYaHei;
  font-size: 17px;
  font-weight: normal;
  color: #333333;
}

.laiyang .laiyang-body .body6 .right > div a img {
  margin-left: 5em;
  margin-right: 1em;
}

.laiyang .laiyang-body .body6 .right > div a:hover {
  background-color: #a8a8a8;
}

.laiyang .laiyang-body .body7 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.laiyang .laiyang-body .body7 > div {
  width: 32%;
  background: #f7f7f7;
}

.laiyang .laiyang-body .body7 > div .head-line {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
}

.laiyang .laiyang-body .body7 > div .info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.laiyang .laiyang-body .body7 > div .info a {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 5px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}

.laiyang .laiyang-body .body7 > div .info a:hover {
  background: #c1c1c1;
}

.laiyang .laiyang-body .body7 > div .info a img {
  flex-shrink: 0;
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}

.laiyang .laiyang-body .body7 > div .info a:last-child span {
  font-size: 40px;
}

.laiyang .laiyang-body .body8 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.laiyang .tab-card {
  width: 100%;
  height: 100%;
}

#triangle-topright {
}
.laiyang .tab-card .tab-head {
  text-align: center;
  width: 100%;
  height: 16%;
  position: relative;
}
.laiyang .tab-card .tab-head .sj {
  right: 0;
  position: absolute;
  border-top: 25px solid #1c649f;
  border-left: 25px solid transparent;
}
.laiyang .tab-card .tab-head .line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 3px;
  background-color: #1c649f;
}

.laiyang .tab-card .tab-head .tabs {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  cursor: pointer;
}

.laiyang .tab-card .tab-head > .tab-head-top {
  padding: 20px 20px 0 20px;
  flex-direction: row;
  justify-content: space-between;
}

.laiyang .tab-card .tab-head .tabs .more {
  position: absolute;
  right: 0;
}

.laiyang .tab-card .tab-head .tabs .tab-item-active {
  position: relative;
  color: #1c649f;
}

.laiyang .tab-card .tab-head .tabs .tab-item-active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1c649f;
  position: absolute;
  bottom: -1px;
}

.laiyang .tab-card .tab-head .tabs .more {
  font-size: 14px;
  letter-spacing: 0px;
  color: #666666;
}

.laiyang .tab-card .tab-head .tabs .tab-item {
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.laiyang .tab-card .tab-head .tabs .tab-item i {
  width: 30px;
  height: 30px;
  background: url("./dongtai.png") center no-repeat;
  background-size: 18px 18px;
}

.laiyang .tab-card .tab-head .tabs .tab-item:not(:nth-of-type(1)) {
  border-left: 1px solid #e4e4e4;
}

.laiyang .tab-card .tab-content {
  width: 100%;
}

.laiyang .tab-card .tab-content .content1 {
  width: 100%;
}

.laiyang .tab-card .tab-content .content1 .headline {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3.5rem;
  letter-spacing: 0px;
  color: #c90000;
}

.laiyang .tab-card .tab-content .content1 .subtitle {
  font-family: MicrosoftYaHei;
  font-size: 17px;
  height: 100px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  text-indent: 1rem;
  position: relative;
  background: url("./tj.png") center no-repeat;
  background-size: cover;
}

.laiyang .tab-card .tab-content .content1 .subtitle .subtitle-title {
  font-size: 1.4rem;
  color: #ffffff;
  padding-top: 30px;
  padding-left: 20%;
}

.laiyang .tab-card .tab-content .content1 .subtitle span {
  position: absolute;
  bottom: 4px;
  right: 6px;
  color: #ffffff;
}

.laiyang .tab-card .tab-content .content1 .content-list {
  width: 100%;
}

.laiyang .tab-card .tab-content .content1 .content-list li {
  position: relative;
  display: flex;
  background: rgb(247, 247, 247);
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 5px 0 5px;
  align-items: center;
  font-family: MicrosoftYaHei;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
  line-height: 2.7rem;
}

.laiyang .tab-card .tab-content .content2 .content-list {
  background: rgb(247, 247, 247);
}

.laiyang .tab-card {
  background: rgb(247, 247, 247);
}

.laiyang .tab-card .tab-content .content2 .content-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 20px 0 20px;
  align-items: center;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
  line-height: 2.7rem;
}

.laiyang .tab-card .tab-content .content2 .content-list li:hover {
  color: red;
}

.laiyang .tab-card .tab-content .content1 .content-list li:hover {
  color: red;
}

.laiyang .tab-card .tab-content .content1 .content-list li .little-title {
  margin-left: 14px;
}

.laiyang .tab-card .tab-content .content1 .content-list li .time {
  color: #999999;
}

.laiyang .tab-card .tab-content .content1 .content-list li:hover .time {
  color: red;
}

/* .laiyang .body2.tab-card .tab-content .content1 .content-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1c649f;
} */

.laiyang .footer {
  color: #ffffff;
  line-height: 1.5;
  padding: 2rem 0;
}

/* 飘窗 */

.cloud {
  width: 278px;
  height: 77px;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #ddd;
  z-index: 999;
}

.cloud .images {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: -18px;
  background-color: #f00;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.cloud .images:hover {
  background-color: #000;
}

#cloud a img {
  width: 230px;
  height: 130px;
}

.content-list-item a {
  color: #000;
}

.vertical {
  width: 28px;
  margin: 0 auto;
  line-height: 25px;
  font-size: 20px;
  float: left;
  margin-left: 60px;
  background: rgb(243, 243, 243);
  text-align: center;
  padding-bottom: 2px;
}
.vertical a {
  color: #333333;
}
.vertical:hover {
  background: rgb(220, 220, 220);
}

#box {
  width: 400px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  margin-left: 40%;
  margin-top: 16%;
  opacity: 0.5;
}

input {
  width: 260px;
  border: 1px solid #e2e2e2;
  height: 35px;
  float: left;
  background-image: url(ss.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 5px center;
  padding: 0 0 0 40px;
  border-radius: 15px 0px 0px 15px;
}

#search {
  width: 74px;
  height: 35px;
  float: right;
  background: blue;
  color: white;
  text-align: center;
  line-height: 35px;
  border-radius: 0px 15px 15px 0px;
  margin-top: 40px;
}

.pic {
  position: relative;
  float: left;
  margin-left: 12px;
}
.yb-box {
  height: auto !important;
  margin-bottom: 44px;
  display: flex;
}
.yb-pic {
  text-align: center;
  width: 50%;
}
.yb-pic img {
  width: 440px;
  height: auto;
}
.yb-pic .yb-text {
  width: 440px;
  opacity: 0.8;
  height: 60px;
  text-align: center;
  color: #333;
  line-height: 30px;
  margin: 0 auto;
}

.ms {
  /*绝对位置*/
  position: absolute;
  background: #808080;
  /*透明度*/
  opacity: 0.8;
  /*span标签的大小*/
  width: 225px;
  height: 30px;
  /*偏移到div上*/
  left: 0;
  /*span标签下移*/
  bottom: 0.1px;
  text-align: center;
  color: white;

  line-height: 30px;
}
.little-title img {
  margin-right: 8px;
}
.content-list a li img {
  margin-right: 8px;
}
.content2_video {
  width: 45%;
  margin-top: 40px;
  float: left;
  margin-left: 24px;
}
.content2_video a {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.content2_video a:hover {
  color: red;
}
.content2_video a img:hover {
  transform: scale(1.1);
  transition: 0.8s;
}
.laiyang .laiyang-body .roll-container {
  height: 240px;
}
.pic a img:hover {
  transform: scale(1.05);
  transition: 0.8s;
}
.laiyang .laiyang-body .body1 .center .img:hover {
  transform: scale(1.1);
  transition: 0.5s;
  background-color: #95c1e5;
}

@media screen and (max-width: 768px) {
  .laiyang .head {
    background-image: none;
    height: 64px;
  }
  .laiyang .head > div {
    display: block;
  }
  #box {
    width: 100%;
    margin: 24px auto;
  }
  #box form {
    text-align: center;
  }
  #box input {
    border: 1px #808080 solid;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    float: none;
    border-right: none;
    background-size: 14px;
  }
  input::placeholder {
    padding-left: 24px;
  }
  .search_icon {
    right: 36px;
  }
  #search {
    border-radius: 0;
    border: none;
  }
  .laiyang .container {
    width: 100%;
  }
  .body2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .laiyang .laiyang-body .body2 {
    height: auto;
    margin-bottom: 0px;
  }
  .laiyang .laiyang-body .body2 > div {
    width: 100%;
  }
  .laiyang-body > .council-title {
    margin-bottom: 22px;
    margin-top: 0px;
  }
  .yb-pic {
    width: 100%;
  }
  .yb-pic img {
    width: 100%;
  }
  .yb-pic .yb-text {
    width: 100%;
  }
  .little-title {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .content-list .time {
    width: 25%;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .laiyang .laiyang-body .roll-container {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: center;
  }
  .roll-container .pic {
    float: none;
    width: 44%;
    margin-bottom: 12px;
  }
  .pic img {
    width: 100% !important;
    height: auto !important;
  }
  .pic .ms {
    width: 80%;
    left: 10%;
    line-height: 24px;
    bottom: 54px;
    font-size: 14px;
  }
  .body1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
  .laiyang .laiyang-body .body1 .left {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .laiyang .laiyang-body .body1 .center {
    width: 100%;
    margin-top: 32px;
    margin-right: 0;
  }
  .laiyang .laiyang-body .body1 .center .img {
    width: 20%;
    height: auto;
    margin-top: 110px;
    margin-left: 0;
  }
  .laiyang .tab-card .tab-content .content2 .content-list {
    margin-top: 24px;
  }
  .tab-card a:nth-child(2) {
    margin-left: 16%;
  }
  .tab-card a:last-child {
    margin-left: 20%;
  }

  .laiyang .laiyang-body .body1 .right {
    width: 100%;
  }
  .right img {
    margin-left: 0 !important;
  }
  .right .vertical:nth-child(2) {
    margin-left: 25%;
  }
}
