.theme-top-box {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 74px;
}
.theme-top-box .pic-wrap {
  overflow: hidden;
}
.theme-top-box .pic-wrap .pic {
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.theme-top-box .pic-wrap .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../images/alphaBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.theme-top-box .pic-wrap .info span.adr {
  color: #efc666;
}
.theme-top-box .pic-wrap .info h3 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}
.theme-top-box .pic-wrap .info p {
  color: #f3f5f6;
  max-height: 36px;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 13px;
}
.theme-top-box .pic-wrap .info span.theme-box {
  padding: 4px 6px;
  background: #63a35c;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
}
.theme-top-box .top-left {
  width: 55%;
  float: left;
  overflow: hidden;
}
.theme-top-box .top-left .pic {
  height: 410px;
}
.theme-top-box .top-right {
  width: 44%;
  float: left;
  margin-left: 1%;
  overflow: hidden;
}
.theme-top-box .top-right .t-right-top {
  width: 100%;
  clear: both;
  overflow: hidden;
}
.theme-top-box .top-right .t-right-top .pic {
  height: 200px;
}
.theme-top-box .top-right .t-right-top .info h3 {
  margin-bottom: 10px;
  margin-top: 5px;
}
.theme-top-box .top-right .t-right-top .info p {
  margin-bottom: 20px;
}
.theme-top-box .top-right .t-right-bottom {
  margin-top: 10px;
}
.theme-top-box .top-right .t-right-bottom .pic {
  width: 49%;
  height: 200px;
  float: left;
  margin-right: 2%;
}
.theme-top-box .top-right .t-right-bottom .pic:nth-of-type(2) {
  margin: 0;
}
.theme-top-box .top-right .t-right-bottom .info h3 {
  margin-bottom: 10px;
  margin-top: 5px;
}
.theme-top-box .top-right .t-right-bottom .info p {
  margin-bottom: 20px;
}
.tips {
  width: 1100px;
  margin: 0 auto;
  line-height: 50px;
  background: #f3f5f6;
  text-align: center;
  color: #54c2e4;
}
.tips b {
  color: #63a35c;
}
.content-wrap {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
}
.content-wrap .content-left {
  width: 800px;
  overflow: hidden;
  float: left;
}
.content-wrap .content-left .left-title {
  color: #555;
  font-size: 20px;
}
.content-wrap .content-left .left-title span {
  color: #63a35c;
  font-weight: bold;
}
.content-wrap .content-left .left-box1 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}
.content-wrap .content-left .left-box1 .box1-left {
  width: 50%;
  float: left;
  overflow: hidden;
}
.content-wrap .content-left .left-box1 .box1-left ul {
  overflow: hidden;
}
.content-wrap .content-left .left-box1 .box1-left ul li {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.content-wrap .content-left .left-box1 .box1-left ul li .pic {
  width: 100px;
  height: 70px;
  float: left;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.content-wrap .content-left .left-box1 .box1-left ul li .pic span {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-bg.png) center bottom;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.content-wrap .content-left .left-box1 .box1-left ul li h3 {
  font-size: 16px;
  color: #555;
  max-height: 44px;
  overflow: hidden;
}
.content-wrap .content-left .left-box1 .box1-left ul li span {
  position: absolute;
  bottom: 0;
  left: 115px;
  font-size: 12px;
  color: #999;
}
.content-wrap .content-left .left-box1 .box1-left ul li:hover h3 {
  color: #d84e33;
}
.content-wrap .content-left .left-box1 .box1-right {
  width: 47%;
  float: left;
  overflow: hidden;
  margin-left: 3%;
}
.content-wrap .content-left .left-box1 .box1-right .pic {
  width: 100%;
  height: 210px;
  border-radius: 5px;
  position: relative;
}
.content-wrap .content-left .left-box1 .box1-right .pic span {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/icon-bg.png) left bottom;
  position: absolute;
  left: -1px;
  top: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.content-wrap .content-left .left-box1 .box1-right h3 {
  margin: 10px 0;
  color: #666;
  margin-bottom: 20px;
}
.content-wrap .content-left .left-box1 .box1-right p {
  color: #999;
  margin-top: 20px;
  font-size: 13px;
  max-height: 59px;
  overflow: hidden;
  line-height: 21px;
}
.content-wrap .content-left .left-box1 .box1-right span {
  color: #999;
  font-size: 12px;
}
.content-wrap .content-left .left-box1 .box1-right:hover h3 {
  color: #df5000;
}
.content-wrap .content-left .left-box2 {
  overflow: hidden;
  margin-top: 60px;
}
.content-wrap .content-left .left-box2 .box2-first {
  overflow: hidden;
}
.content-wrap .content-left .left-box2 .box2-first .pic {
  width: 400px;
  height: 220px;
  overflow: hidden;
  float: left;
  margin-right: 50px;
  border-radius: 5px;
  position: relative;
}
.content-wrap .content-left .left-box2 .box2-first .pic span {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/icon-bg.png) right bottom;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: -1px;
  top: 0;
}
.content-wrap .content-left .left-box2 .box2-first h3 {
  color: #555;
  max-height: 59px;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 30px;
}
.content-wrap .content-left .left-box2 .box2-first span {
  color: #999;
  font-size: 14px;
}
.content-wrap .content-left .left-box2 .box2-first p {
  color: #777;
  margin-top: 15px;
  line-height: 28px;
  max-height: 118px;
  overflow: hidden;
}
.content-wrap .content-left .left-box2 .box2-first:hover h3 {
  color: #d84e33;
}
.content-wrap .content-left .left-box2 ul {
  overflow: hidden;
  margin-top: 30px;
}
.content-wrap .content-left .left-box2 ul li {
  width: 350px;
  overflow: hidden;
  float: left;
  margin-left: 100px;
  margin-bottom: 30px;
}
.content-wrap .content-left .left-box2 ul li .pic {
  width: 120px;
  height: 80px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  position: relative;
}
.content-wrap .content-left .left-box2 ul li .pic span {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-bg.png) right bottom;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -1px;
  top: 0;
}
.content-wrap .content-left .left-box2 ul li h3 {
  font-weight: normal;
  padding: 5px 0;
  color: #666;
  font-size: 16px;
}
.content-wrap .content-left .left-box2 ul li span {
  font-size: 14px;
  color: #999;
}
.content-wrap .content-left .left-box2 ul li:hover h3 {
  color: #d84e33;
}
.content-wrap .content-left .left-box2 ul li:nth-of-type(2n+1) {
  margin-left: 0;
}
.content-wrap .content-left .left-box3 {
  overflow: hidden;
  margin-top: 60px;
}
.content-wrap .content-left .left-box3 .box3-title {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.content-wrap .content-left .left-box3 .box3-title span {
  font-size: 18px;
  background: #0086b3;
  color: #fff;
  padding: 6px 8px;
}
.content-wrap .content-left .left-box3 .box3-title small {
  font-size: 18px;
}
.content-wrap .content-left .left-box3 .box3-title:after {
  content: '';
  display: block;
  width: 470px;
  height: 1px;
  background: #eee;
  position: absolute;
  right: 0;
  bottom: 0;
}
.content-wrap .content-left .left-box3 ul {
  overflow: hidden;
}
.content-wrap .content-left .left-box3 ul li {
  float: left;
  width: 233.3px;
  margin-left: 50px;
}
.content-wrap .content-left .left-box3 ul li .pic {
  width: 100%;
  height: 180px;
  border-radius: 7px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.content-wrap .content-left .left-box3 ul li .pic span {
  display: inline-block;
  padding: 6px 6px;
  font-size: 13px;
  color: #fff;
  background: #63a35c;
}
.content-wrap .content-left .left-box3 ul li h3 {
  color: #444;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  text-indent: 18px;
  font-weight: bold;
}
.content-wrap .content-left .left-box3 ul li h3 span {
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  font-size: 12px;
  background: #ef2852;
  color: #fff;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 15px;
  text-align: center;
  text-indent: 0;
}
.content-wrap .content-left .left-box3 ul li p {
  font-size: 14px;
  color: #666;
  max-height: 60px;
  overflow: hidden;
  line-height: 20px;
}
.content-wrap .content-left .left-box3 ul li:hover h3 {
  color: #d84e33;
}
.content-wrap .content-left .left-box3 ul li:first-child {
  margin-left: 0;
}
.content-wrap .content-right {
  float: left;
  width: 250px;
  margin-left: 50px;
}
.content-wrap .content-right .right-box1 {
  overflow: hidden;
}
.content-wrap .content-right .right-box1 .right-box1-title {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.content-wrap .content-right .right-box1 .right-box1-title i {
  font-size: 20px;
  color: #9b59b6;
  margin-right: 5px;
}
.content-wrap .content-right .right-box1 .layui-progress {
  margin-bottom: 15px;
}
.content-wrap .content-right .right-box1 p {
  margin-bottom: 20px;
}
.content-wrap .content-right .right-box1 p b {
  color: #9b59b6;
}
.content-wrap .content-right .right-box2 {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.content-wrap .content-right .right-box2 .right-box2-title {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.content-wrap .content-right .right-box2 .right-box2-title i {
  font-size: 18px;
  margin-right: 5px;
  color: #f73c3c;
}
.content-wrap .content-right .right-box2 .pic {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.content-wrap .content-right .right-box3 {
  margin-top: 45px;
}
.content-wrap .content-right .right-box3 .right-box3-title {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.content-wrap .content-right .right-box3 .right-box3-title i {
  color: #007aff;
  margin-right: 5px;
}
.content-wrap .content-right .right-box3 .right-box3-first {
  overflow: hidden;
}
.content-wrap .content-right .right-box3 .right-box3-first .pic {
  width: 100%;
  height: 130px;
  margin-bottom: 15px;
}
.content-wrap .content-right .right-box3 .right-box3-first h3 {
  color: #444;
  font-size: 14px;
  line-height: 20px;
}
.content-wrap .content-right .right-box3 .right-box3-first:hover h3 {
  color: #d84e33;
}
.content-wrap .content-right .right-box3 ul {
  overflow: hidden;
}
.content-wrap .content-right .right-box3 ul li {
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}
.content-wrap .content-right .right-box3 ul li .pic {
  width: 90px;
  height: 70px;
  float: left;
  margin-right: 15px;
}
.content-wrap .content-right .right-box3 ul li h3 {
  font-size: 14px;
  color: #444;
  max-height: 38px;
  overflow: hidden;
}
.content-wrap .content-right .right-box3 ul li span {
  position: absolute;
  left: 105px;
  bottom: 0;
  font-size: 14px;
  color: #54c2e4;
}
.content-wrap .content-right .right-box3 ul li span b {
  font-size: 16px;
  color: #54c2e4;
  margin-right: 5px;
}
.content-wrap .content-right .right-box3 ul li:hover h3 {
  color: #d84e33;
}
.theme-play {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 60px;
  width: 1100px;
}
.theme-play .box4-title {
  font-size: 20px;
  color: #ec1a64;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.theme-play .box4-title i {
  font-size: 24px;
  margin-right: 10px;
}
.theme-play .box4-left {
  width: 300px;
  float: left;
  overflow: hidden;
}
.theme-play .box4-left .pic {
  width: 100%;
  height: 160px;
  border-radius: 5px;
}
.theme-play .box4-left h3 {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.theme-play .box4-left span {
  font-size: 14px;
  color: #999;
}
.theme-play .box4-left p {
  font-size: 14px;
  color: #666;
  margin-top: 13px;
  line-height: 20px;
  max-height: 60px;
}
.theme-play .box4-left:hover h3 {
  color: #d84e33;
}
.theme-play .box4-middle {
  width: 300px;
  float: left;
  overflow: hidden;
  margin-left: 40px;
}
.theme-play .box4-middle ul {
  overflow: hidden;
}
.theme-play .box4-middle ul li {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.theme-play .box4-middle ul li .pic {
  width: 100px;
  height: 60px;
  float: left;
  margin-right: 20px;
}
.theme-play .box4-middle ul li h3 {
  color: #444;
  font-size: 16px;
  font-weight: normal;
}
.theme-play .box4-middle ul li span {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 120px;
  bottom: 0;
}
.theme-play .box4-middle ul li:hover h3 {
  color: #d84e33;
}
.theme-play .box4-right {
  width: 420px;
  float: left;
  margin-left: 40px;
}
.theme-play .box4-right .right-wrap {
  width: 49%;
  float: left;
  overflow: hidden;
}
.theme-play .box4-right .right-wrap .right-wrap-first {
  overflow: hidden;
}
.theme-play .box4-right .right-wrap .right-wrap-first .pic {
  width: 100%;
  height: 100px;
}
.theme-play .box4-right .right-wrap .right-wrap-first span {
  font-size: 12px;
  color: #999;
}
.theme-play .box4-right .right-wrap .right-wrap-first h3 {
  font-size: 14px;
  font-weight: normal;
  color: #555;
}
.theme-play .box4-right .right-wrap .right-wrap-first:hover h3 {
  color: #d84e33;
}
.theme-play .box4-right .right-wrap ul {
  overflow: hidden;
}
.theme-play .box4-right .right-wrap ul li {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #555;
  font-size: 13px;
  line-height: 25px;
  position: relative;
  text-indent: 10px;
}
.theme-play .box4-right .right-wrap ul li a {
  color: #444;
}
.theme-play .box4-right .right-wrap ul li:hover a {
  color: #d84e33;
}
.theme-play .box4-right .right-wrap ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d84e33;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
/*# sourceMappingURL=article-theme.css.map */