body {
  background-color: #fdfdfd;
}
.main {
  padding-top: 40px;
}
.main .crumb {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main .content {
  width: 100%;
  justify-content: space-between;
}
.main .content .title {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  margin:20px auto;
}
.main .content .time {
  color: #c1c1c1;
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
.main .content .time span {
  display:inline-block;
  margin:0 10px;
}
.main .content .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #5A5D5A;
  margin-bottom: 20px;
}
.main .content .box {
  color: #5A5D5A;
  display: flex;
  line-height: 30px;
  font-size: 16px;
}
.main .content .box div {
  margin-right: 20px;
}
.main .content .box img {
  width: 20px;
  vertical-align: sub;
  cursor: pointer;
}
.main .content .box .fx {
  cursor: pointer;
  position: relative;
}
.main .content .box .fx .ewm_under {
  border: 1px solid #c1c1c1;
  width: 200px;
  display: none;
  position: absolute;
  top: 36px;
  left: -66px;
  background-color: #fff;
  text-align: center;
}
.main .content .box .fx .ewm_under .inner_img {
  width: 100px;
}
.main .content .box .fx .triangle {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  border-left: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
}
.main .content .text p{
   margin:10px auto;
}
.main .content .content_left {
  width: 855px;
    margin-right: 40px;
}
.main .content .content_right {
  width: 376px;
}
.main .content .side_title {
  font-size: 24px;
  color: #303435;
  font-weight: 400;
  position: relative;
}
.main .content .side_title img {
  vertical-align: middle;
}
.main .content .mt-40 {
  margin-top: 40px;
}
.main .content ul {
  margin-top: 30px;
}
.main .content ul li {
  width: 376px;
  height: 102px;
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 102px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.main .content ul .one {
  margin-bottom: 22px;
  background-image: url(/imgs/aside1.png);
}
.main .content ul .two {
  margin-bottom: 22px;
  background-image: url(/imgs/aside2.png);
}
.main .content ul .three {
  margin-bottom: 22px;
  background-image: url(/imgs/aside3.png);
}
.main .content ul .four {
  margin-bottom: 22px;
  background-image: url(/imgs/aside4.png);
}
.main .content ul .five {
  margin-bottom: 22px;
  background-image: url(/imgs/aside5.png);
}
.main .content ul .six {
  background-image: url(/imgs/aside6.png);
}
.main .content .list {
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .content .list .item {
  margin-bottom: 22px;
  width: 180px;
  height: 130px;
  background-color: #F8F9FA;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.content_params{
  font-size: 15px;  color: #303435;
  padding:10px 10px 10px 0;
}
.content_params .content_from{
   float: right;
}
.content_params .content_views{

}
/* 回到顶部 */
.backToTop{
	position: fixed;
	bottom: 55px;
	right: 0;
}
.backToTop img{
  width: 40px;
}
.backToTop:hover{
	cursor: pointer;
}
.mask{
  display: none;
}
/* wx提示框 */
.mask img{
  width: 200px;
}
@media screen and (min-width: 768px) {
  .main .content .box .fx:hover .ewm_under {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  /* wx提示框 */
  .mask{
    padding-top: 100px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, .8);
    position: fixed;
    display: flex;
    display: none;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
  }
  .container {
    width: auto;
  }
  .main {
    padding-top: 20px;
  }
  .main .content {
    width: 92%;
    margin: 0 auto;
    display: block;
  }
  .main .crumb {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left:10px;
    font-weight: normal;
  }
  .main .content .content_left {
    width: 95%;
    width: auto;
    margin-right:  0px;
        margin-bottom:  40px;
  }
  .main .content .content_right {
    width: 100%;
  }
  .main .content .content_right ul li {
    width: auto;
  }
  .main .content .content_right .list .item {
    width: 48.4%;
  }
  .main .content .title {
    font-size: 22px;
  }
}
