@CHARSET "UTF-8";
.hope {
      background: #f5f5f5;
      padding: 24px 0;
    	
    }
.hope >.am-g{width: 1200px;}
.boxleft{float: left;width: 900px;margin-right: 15px;}
.boxright{float: right;background: #fff;width: 270px;}
#center{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
/*//轮播*/
body>.am-slider>.gujuz{position: relative;width: 1200px;margin: auto; height:380px;}
body>.am-slider>.gujuz>.am-list{position: absolute;top:30px;bottom:30px;right: 0px;z-index: 999;width: 280px;height:320px;background-image: url(../i/zz.png);border-radius:15px;background-size: 100%;padding: 50px 10px;margin: 0;}
body>.am-slider>.gujuz>.am-list>li{background-color: transparent;border: none;padding: 0;}
body>.am-slider>.gujuz>.am-list>li:hover{background-color: #3185ff;}
body>.am-slider>.gujuz>.am-list>li>a{padding: 0px;color: #fff;}

body>.am-slider>.gujuz>.am-list>li>a>p{margin-bottom: 1px;}
body>.am-slider>.gujuz>.am-list>li>a>p>.am-badge{margin-right: 5px;padding: 2px 5px;}
/*news*/
.news{
	background: #fff;
	padding: 20px 10px;
}
.news>.clearfix{
	width: 100%;
	margin: 0 auto;
}

.news .fl{
	width: 380px;
	text-align: center;
	height: 350px;
	border: solid 10px #f5f5f5;
}
.news .fl>div{
	height: 100%;
	border: solid 1px #eeeeee;
}
.news .fl h2{
	width: 280px;
	margin: 0 auto;
	padding: 25px 0 15px 0;
	color: #f40000;
	font-size: 18px;
	border-bottom: solid 2px #dddddd;
}
.news .fl div div{
	font-size: 13px;
	line-height: 24px;
	
	color: #737373;
	padding: 20px 20px 20px 20px;
}
.news .fl a{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #f40000;
	color: #f40000;
}
.news .fl a:hover{
	color: #fff;
	background: #f40000;
	border-color: #f40000;
}
.news .fr{
	width: 480px;
	float:left;
	margin-left:20px;
	height: 350px;
	border: solid 10px #f5f5f5;
}
.news .tabs{
	position: relative;
	border-bottom: solid 1px #eee;
}
.news .tabs li{
	float: left;
	margin: 0 10px;
}
.news .tabs li a{
	display: block;
	font-size: 18px;
	color: #777777;
	height: 50px;
	line-height: 46px;
	border-bottom: solid 4px transparent;
}
.news .tabs li.act a{
	color: #f40000;
	border-bottom-color: #f40000;
}
.news .tabs>a{
	position: absolute;
	font-size: 16px;
	color: #999999;
	right: 20px;
	top: 17px;
}
.news .tabs-content .tab-box{
	display: none;
}
.news .tabs-content .tab-box:first-child{
	display: block;
}
.news .tabs-content li{
	padding: 10px 10px 0 10px;
}
.news .tabs-content a{
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #777777;
	position: relative;
}
.news .tabs-content a:before{
	content: '';
	position: absolute;
	left: -5px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 4px;
	background: #777;
}
.news .tabs-content h3{
	width: 350px;
	padding-left: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .tabs-content p{
	position: absolute;
	right: 0;
	top: -20px;
	color: #f40000;
}
.news .tabs-content a:hover{
	color: #f40000;
}
.news .tabs-content a:hover:before{
	background: #f40000;
}
.news .tabs-content a:hover p{
	text-decoration: underline;
}

/*gallery*/
.gallery table{
	width: 100%;
	table-layout: fixed;
	border: none;
}
.gallery td{
	vertical-align: middle;
	text-align: center;
	border: none;
}
.gallery td div{
	height: 360px;
	line-height: 360px;
	font-size: 20px;
	color: #fff;
	background: no-repeat center / cover;
}

/*service*/
.service{
	text-align: center;
	padding-bottom: 20px;
}
.service h1{
	padding: 70px 0 25px 0;
	font-size: 32px;
	color: #4f4f4f;
}
.service h2{
	color: #419ce6;
	font-size: 20px;
	padding-bottom: 70px;
}
.service .clearfix{
	width: 1200px;
	margin: 0 auto;
}
.service .item{
	float: left;
	width: 300px;
	height: 200px;
}
.service .item .circle{
	width: 110px;
	height: 110px;
	margin: 0 auto;
	border: solid 1px #d4d4d4;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	background: no-repeat center;
}
.service .item p{
	font-size: 16px;
	color: #737373;
	padding-top: 25px;
}
.service .item:hover .circle{
	border-color: #419ce6;
}
.service .item:hover p{
	color: #419ce6;
	text-decoration: underline;
	cursor: pointer;
}
/*number*/
.number .bg{
	height: 360px;
	color: #fff;
	background: url(../images/201708/index/number-bg.jpg) no-repeat center / cover;
}
.number .bg .clearfix{
	width: 1200px;
	margin: 0 auto;
}

.number .bg .item{
	float: left;
}
.number .bg .item1{
	margin-left: 80px;
}
.number .bg .item2{
	margin: 0 295px 0 255px;
}
.number .bg .item p{
	padding: 130px 0 10px 0;
	width: 120px;
	font-size: 16px;
	border-bottom: solid 1px #fff;
}
.number .bg .item h3{
	padding-top: 30px;
	font-size: 50px;
}

.number h1{
	text-align: center;
	font-size: 32px;
	color: #4f4f4f;
	padding: 70px 0 35px 0;
}
.number h2{
	text-align: center;
	color: #737373;
	font-size: 20px;
	padding-bottom: 30px;
}
.number img{
	display: block;
	margin: 0 auto;
}
.number .years{
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
}
.number .years span{
	display: inline-block;
	color: #737373;
	font-size: 22px;
	padding: 15px 0 70px 98px;
}
.number .years span:first-child{
	padding-left:48px;
}

/*school*/
.school{
	text-align: center;
	padding-bottom: 30px;
	background: #f8f8f8;
}
.school h1{
	font-size: 32px;
	color: #505050;
	padding: 70px 0 95px 0;
}
.school table{
	width: 1200px;
	margin: 0 auto;
	border: none;
	text-align: center;
	table-layout: fixed;
}
.school table td{
	height: 150px;
	font-size: 14px;
	color: #737373;
	border: none;
}
.school .name{
	padding: 20px 0 2px 0;
}

/*friends*/
.friends{
	color: #505050;
	text-align: center;
	padding-bottom: 100px;
}
.friends h1{
	font-size: 32px;
	padding-bottom: 70px;
}
.friends a{
	display: inline-block;
	color: #505050;
	margin: 0 20px;
	font-size: 16px;
}
.friends a:hover{
	color: #419ce6;
	text-decoration: underline;
}
/*ents and support*/
.ents,.support {
	padding-bottom: 30px;
}
.ents h1,
.support h1{
	text-align: center;
	font-size: 32px;
	color: #4f4f4f;
	padding: 80px 0 55px 0;
}
.ents .clearfix,
.support .clearfix{
	width: 1200px;
	margin: 0 auto;
}
.ents .clearfix div,
.support .clearfix div{
	float: left;
	width: 140px;
	height: 60px;
	margin: 0 72px 40px 0;
	background: no-repeat center;
	border: solid 1px #ced9e6;
}

.ents .clearfix div:nth-child(6n),
.support .clearfix div:nth-child(6n){
	margin-right: 0;
}


	/*快捷入口*/
.m-quickentry { width: 900px;margin-top:20px;}
.m-quickentry .u-entrytips {margin: 0 0 8px 0; width: 140px; height: 114px; display: block;background: url(../i/entry.png) no-repeat 0 0;}
.m-quickentry .m-entrylist {list-style-type: none;}
.m-quickentry .m-entrylist li {width: 140px;float: left;margin-right: 3%;}
.m-quickentry .m-entrylist li:last-child {margin: 0;}
.m-quickentry .m-entrylist li a {width: 140px; height: 44px; font-size: 14px; text-align: center; color: #fff; line-height: 44px; display: block;}
.m-quickentry .m-entrylist li a [class^="icon-"],[class*=" icon-"] {margin: 0 15px 0 0;}
.m-quickentry .m-entrylist li a:hover {opacity: 0.8;}
.m-quickentry .m-entrylist li:nth-child(1) a {background: #e36268;}
.m-quickentry .m-entrylist li:nth-child(2) a {background: #0e96ec;}
.m-quickentry .m-entrylist li:nth-child(3) a {background: #92c346;}
.m-quickentry .m-entrylist li:nth-child(4) a {background: #4472e8;}
.m-quickentry .m-entrylist li:nth-child(5) a {background: #f67456;}
.m-quickentry .m-entrylist li:nth-child(1) a [class^="icon-"],[class*=" icon-"],.m-quickentry .m-entrylist li:nth-child(3) a [class^="icon-"],[class*=" icon-"] {font-size: 20px;}

.resource {
  width: 100%;
  background-color: #ffffff;
  padding: 3% 0;
}
@media screen and (max-width: 800px) {
  .resource {
    background-color: #EBEBEB;
  }
}
.resource .resource-content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .resource .resource-content {
    width: 100%;
    background-color: #EBEBEB;
  }
}
.resource .resource-content .title {
  padding-bottom: 5px;
  font-size: 20px;
  text-align: center;
  border-bottom: 3px solid #F44B4B;
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .resource .resource-content .title {
    font-size: 16px;
    text-align: left;
    border-bottom: none;
    color: #333;
    border-left: 3px solid #F44B4B;
    margin-left: 10px;
    padding-left: 5px;
  }
}
.resource .resource-content .title span a {
  color: #999999;
  font-size: 12px;
  float: right;
}
.resource .resource-content .title span a:hover {
  color: #FF3940;
}
.resource .resource-content ul {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .resource .resource-content ul {
    margin-top: 10px;
  }
}
.resource .resource-content ul li {
  float: left;
  width: 29%;
  margin-left: 5.5%;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-bottom: 0.5%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .resource .resource-content ul li {
    box-shadow: none;
    width: 46%;
  }
}
.resource .resource-content ul li a {
  color: #333;
  text-align: center;
  line-height: 27px;
}
@media screen and (max-width: 800px) {
  .resource .resource-content ul li a {
    line-height: 15px;
    font-size: 12px;
    color: #333;
  }
}
.resource .resource-content ul li a img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.resource .resource-content ul li a .yanjiangimg {
  display: none;
}
@media screen and (max-width: 800px) {
  .resource .resource-content ul li a .yanjiangimg {
    display: block;
    width: 100%;
  }
}
.resource .resource-content ul li a #example_video_1 {
  height: 150px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .resource .resource-content ul li a #example_video_1 {
    display: none;
  }
}
.resource .resource-content ul li a img.zoom-img {
  width: 100%;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.resource .resource-content ul li a img.zoom-img:hover {
  -webkit-transform: scale(1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 650ms;
  -moz-transform: scale(1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 650ms;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.resource .resource-content ul li a img {
  width: 90%;
}
.resource .resource-content ul li a p {
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .resource .resource-content ul li a p {
    margin-top: 10px;
  }
}
.resource .resource-content ul li a:hover {
  color: #FF3940;
  overflow: hidden;
}
.resource .resource-content ul li:first-child {
  margin-left: 0.5%;
}
@media screen and (max-width: 800px) {
  .resource .resource-content ul li:first-child {
    width: 95%;
    margin: 0 auto;
    margin-left: 2.5%;
    padding-bottom: 0;
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .resource .resource-content ul li:nth-child(2) {
    margin-left: 2.5%;
    margin-top: 10px;
  }
  .resource .resource-content ul li:nth-child(2) img {
    height: 100px;
  }
}
@media screen and (max-width: 800px) {
  .resource .resource-content ul li:nth-child(3) {
    margin-left: 2.5%;
    margin-top: 10px;
  }
  .resource .resource-content ul li:nth-child(3) img {
    height: 100px;
  }
}
.resource .resource-content ul li:hover {
  overflow: hidden;
}
.content-2 {
  width: 100%;
}
.content-2 .video-content {
  width: 1100px;
  margin: 0 auto;
  padding: 3% 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .content-2 .video-content {
    width: 100%;
  }
}
.content-2 .video-content .video-left {
  color: #666666;
  width: 30%;
  float: left;
  margin-left: 10%;
}
@media screen and (max-width: 800px) {
  .content-2 .video-content .video-left {
    width: 100%;
    margin-left: 0;
    color: #333;
  }
}
.content-2 .video-content .video-left .title {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .content-2 .video-content .video-left .title {
    font-size: 16px;
    width: 95%;
    display: block;
    background-color: #F9F9F9;
    border-left: 3px solid #FF3940;
    padding: 2%;
    text-align: left;
    margin: 0 auto;
    color: #000000;
  }
}
.content-2 .video-content .video-left .title-content {
  line-height: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .content-2 .video-content .video-left .title-content {
    display: none;
  }
}
.content-2 .video-content .video-right {
  width: 55%;
  float: right;
}
.content-2 .video-content .video-right .video-right-content {
  background-image: url("../../images/2018/video_5039c1f.png");
  width: 480px;
  height: 287px;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .content-2 .video-content .video-right .video-right-content {
    background-image: none;
    width: 100%;
    height: auto;
  }
}
.content-2 .video-content .video-right .video-right-content .video-size {
  width: 365px;
  height: 233px;
  margin-left: 59px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .content-2 .video-content .video-right .video-right-content .video-size {
    width: 90%;
    margin: 5% 5% 3% 5%;
  }
}
@media screen and (max-width: 800px) {
  .content-2 .video-content .video-right {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .content-2 .video-content {
    width: 100%;
    padding: 0;
  }
}
.content-2 .ad {
  width: 1100px;
  margin: 0 auto;
  padding: 0 0 5% 0;
}
@media screen and (max-width: 800px) {
  .content-2 .ad {
    width: 100%;
  }
}
.content-2 .ad a img {
  width: 1100px;
}
@media screen and (max-width: 800px) {
  .content-2 .ad a img {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
}
#jiathis_weixin_modal {
  left: 50% !important;
  top: 50% !important;
}
@media screen and (max-width: 800px) {
  #jiathis_weixin_modal {
    left: 5% !important;
    top: 20% !important;
    width: 90% !important;
    margin: 0 auto !important;
  }
}
.ujiangtang {
  width: 100%;
  background-color: #ffffff;
}
.ujiangtang .ujiangtang-content {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .ujiangtang .ujiangtang-content {
    width: 100%;
  }
}
.ujiangtang .ujiangtang-content .title {
  width: 100%;
  margin: 0 auto;
}
.ujiangtang .ujiangtang-content .title .ujiangtang-title {
  padding-bottom: 5px;
  font-size: 20px;
  text-align: center;
  border-bottom: 3px solid #59BDDF;
  width: 150px;
  margin: 0 auto;
  display: inline-block;
  margin-left: 480px;
}
@media screen and (max-width: 800px) {
  .ujiangtang .ujiangtang-content .title .ujiangtang-title {
    font-size: 16px;
    text-align: left;
    border-bottom: none;
    color: #333;
    border-left: 3px solid #59BDDF;
    margin-left: 10px;
    padding-left: 5px;
    margin-top: 20px;
  }
}
.ujiangtang .ujiangtang-content .title .more {
  float: right;
  font-size: 12px;
  color: #9E9E9E;
  margin-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .ujiangtang .ujiangtang-content .title .more {
    background-color: #B9B9B9;
    color: #ffffff;
    padding: 1px 5px;
    margin-top: 20px;
    margin-right: 2.5%;
  }
}
.ujiangtang .ujiangtang-content .title .more:hover {
  color: #F64C4C;
}
.ujiangtang .ujiangtang-content ul {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .ujiangtang .ujiangtang-content ul {
    margin-top: 10px;
  }
}
.ujiangtang .ujiangtang-content ul li {
  width: 23%;
  float: left;
  margin-left: 2% ;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .ujiangtang .ujiangtang-content ul li {
    width: 46%;
    margin-left: 2.5%;
  }
  .ujiangtang .ujiangtang-content ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .ujiangtang .ujiangtang-content ul li:nth-child(5),
  .ujiangtang .ujiangtang-content ul li:nth-child(6),
  .ujiangtang .ujiangtang-content ul li:nth-child(7),
  .ujiangtang .ujiangtang-content ul li:nth-child(8) {
    display: none;
  }
}
.ujiangtang .ujiangtang-content ul li a {
  color: #333;
}
@media screen and (max-width: 800px) {
  .ujiangtang .ujiangtang-content ul li a {
    color: #333;
  }
}
.ujiangtang .ujiangtang-content ul li a p {
  text-align: left;
  padding: 15px 0;
}
@media screen and (max-width: 800px) {
  .ujiangtang .ujiangtang-content ul li a p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 5px 0 10px 0;
	height:50px;
  }
}
.ujiangtang .ujiangtang-content ul li a img {
  height: 150px;
}
@media screen and (max-width: 800px) {
  .ujiangtang .ujiangtang-content ul li a img {
    height: 100px;
  }
}
.ujiangtang .ujiangtang-content ul li a img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.ujiangtang .ujiangtang-content ul li a img.zoom-img:hover {
  -webkit-transform: scale(1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 650ms;
  -moz-transform: scale(1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 650ms;
  overflow: hidden;
  /*box-shadow:0px 0px 10px rgba(50, 50, 50, .9);*/
  transition: all 0.5s ease 0s;
}
.ujiangtang .ujiangtang-content ul li a:hover {
  color: #F64C4C;
}
.ujiangtang .ujiangtang-content ul li:first-child {
  margin-left: 1%;
}
.gonglue-box {
  width: 100%;
  background-color: #ffffff;
}
.gonglue-box .gonglue-content {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content {
    width: 100%;
    padding: 10px 0;
  }
}
.gonglue-box .gonglue-content .gonglue-left {
  width: 45%;
  float: left;
  overflow: hidden;
  margin-left: 1%;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left {
    width: 100%;
    margin-left: 0;
  }
}
.gonglue-box .gonglue-content .gonglue-left .title {
  padding-left: 10px;
  font-size: 20px;
  border-left: 5px solid #F84C4C;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .title {
    font-size: 16px;
    text-align: left;
    border-bottom: none;
    color: #333;
    border-left: 3px solid #F74C4C;
    margin-left: 10px;
    padding-left: 5px;
  }
}
.gonglue-box .gonglue-content .gonglue-left .title a.more {
  float: right;
  font-size: 12px;
  color: #9E9E9E;
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .title a.more {
    background-color: #B9B9B9;
    color: #ffffff;
    padding: 1px 5px;
    margin-right: 2.5%;
    margin-top: 0px;
  }
}
.gonglue-box .gonglue-content .gonglue-left .title a.more:hover {
  color: #F64C4C;
}
.gonglue-box .gonglue-content .gonglue-left .left-box {
  float: left;
  padding: 0 20px;
  border: 1px solid #D8D8D8;
  margin-top: 20px;
  width: 100%;
  height: 310px;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .left-box {
    border: none;
    height: auto;
  }
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li {
  overflow: hidden;
  border-bottom: 1px dashed #D8D8D8;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .left-box ul li {
    border: none;
  }
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .yanjiang {
  font-size: 16px;
  color: #333333;
  float: left;
  border-bottom: 2px solid #F84C4C;
  margin-top: 45px;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .left-box ul li .yanjiang {
    display: none;
  }
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .yanjiang-text {
  float: right;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .left-box ul li .yanjiang-text {
    width: 100%;
    float: left;
  }
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .yanjiang-text .text {
  font-size: 14px;
  color: #333333;
  padding: 15px 0 10px 0;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .left-box ul li .yanjiang-text .text {
    font-size: 12px;
    padding: 0 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .yanjiang-text .text a {
  color: #333333;
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .yanjiang-text .text a:hover {
  color: #F64C4C;
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .xiezuo {
  font-size: 16px;
  color: #333333;
  float: left;
  border-bottom: 2px solid #58BDDE;
  margin-top: 25px;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .left-box ul li .xiezuo {
    display: none;
  }
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .xiezuo-text {
  float: right;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .left-box ul li .xiezuo-text {
    width: 100%;
    float: left;
  }
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .xiezuo-text .text {
  font-size: 14px;
  color: #333333;
  padding: 20px 0 15px 0;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .left-box ul li .xiezuo-text .text {
    font-size: 12px;
    padding: 0 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .xiezuo-text .text a {
  color: #333333;
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .xiezuo-text .text a:hover {
  color: #F64C4C;
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .yuedu {
  font-size: 16px;
  color: #333333;
  float: left;
  border-bottom: 2px solid #2BA700;
  margin-top: 25px;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .left-box ul li .yuedu {
    display: none;
  }
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .yuedu-text {
  float: right;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .left-box ul li .yuedu-text {
    width: 100%;
    float: left;
  }
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .yuedu-text .text {
  font-size: 14px;
  color: #333333;
  padding: 20px 0 15px 0;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-left .left-box ul li .yuedu-text .text {
    font-size: 12px;
    padding: 0 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .yuedu-text .text a {
  color: #333333;
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li .yuedu-text .text a:hover {
  color: #F64C4C;
}
.gonglue-box .gonglue-content .gonglue-left .left-box ul li:last-child {
  border: none;
}
.gonglue-box .gonglue-content .gonglue-right {
  width: 45%;
  float: right;
  overflow: hidden;
  margin-right: 1%;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-right {
    width: 100%;
    margin-left: 0;
  }
}
.gonglue-box .gonglue-content .gonglue-right .title {
  padding-left: 10px;
  font-size: 20px;
  border-left: 5px solid #F84C4C;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-right .title {
    font-size: 16px;
    text-align: left;
    border-bottom: none;
    color: #333;
    border-left: 3px solid #F74C4C;
    margin-left: 10px;
    padding-left: 5px;
  }
}
.gonglue-box .gonglue-content .gonglue-right .title a.more {
  float: right;
  font-size: 12px;
  color: #9E9E9E;
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-right .title a.more {
    background-color: #B9B9B9;
    color: #ffffff;
    padding: 1px 5px;
    margin-right: 2.5%;
    margin-top: 0px;
  }
}
.gonglue-box .gonglue-content .gonglue-right .title a.more:hover {
  color: #F64C4C;
}
.gonglue-box .gonglue-content .gonglue-right .right-box {
  float: left;
  padding: 0 20px;
  border: 1px solid #D8D8D8;
  width: 100%;
  height: 310px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-right .right-box {
    border: none;
    height: auto;
  }
}
.gonglue-box .gonglue-content .gonglue-right .right-box ul li {
  overflow: hidden;
  border-bottom: 1px dashed #D8D8D8;
  height: 60px;
  float: left;
  padding: 10px 0;
  display: block;
  clear: both;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-right .right-box ul li {
    border: none;
    height: auto;
    padding: 0 0 10px 0;
  }
}
.gonglue-box .gonglue-content .gonglue-right .right-box ul li a {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 800px) {
  .gonglue-box .gonglue-content .gonglue-right .right-box ul li a {
    font-size: 12px;
    padding: 0 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.gonglue-box .gonglue-content .gonglue-right .right-box ul li a:hover {
  color: #F84C4C;
}
.gonglue-box .gonglue-content .gonglue-right .right-box ul li:last-child {
  border: none;
}
#example_video_2 {
  width: 100%;
  height: 300px;
}
.layui-layer-btn .layui-layer-btn0 {
  background-color: #F64C4C;
  border: none;
  margin: 0 auto;
  text-align: center;
  float: none;
  width: 50%;
  margin-right: 24%;
}
.page-new-event {
    box-sizing: border-box
}
.page-new-event .ml20{margin-left:20px;}
.page-new-event .wrap{width:1200px;margin:0 auto;}
.page-new-event .titleb{text-align:center;font-size:32px;color:#4f4f4f;margin-top:70px;}
.page-new-event .typeList{margin-top:50px;width:100%;}
.page-new-event .typeList li{float:left;width:570px;height:340px;margin-right:10px;border:1px solid #bfbfbf;margin-bottom:20px;}
.page-new-event .typeList li:nth-child(2n){margin-right:0;}
.page-new-event .typeList li .eventBox{padding:10px;}
.page-new-event .typeList li .eventBox .t1-1{font-size:24px;height:70px;line-height:70px;text-align:center;}
.page-new-event .typeList li .eventBox .list{margin-top:20px;}
.page-new-event .typeList li .eventBox .list a{display:inline-block;position:relative;}
.page-new-event .typeList li .eventBox .list a:first-child{margin-right:20px;}
.page-new-event .typeList li .eventBox .intro-a{margin-top:22px;height:54px;overflow:hidden;font-size:14px;color:#4f4f4f;line-height:18px;}
.page-new-event .typeList li .eventBox .list a .zhezhao{opacity:0;position:absolute;top:0;left:0;right:0;width:100%;height:100%;overflow:hidden;background:rgba(0,32,81,.7);}
.page-new-event .typeList li .eventBox .list a .zhezhao span{display:inline-block;text-align:center;width:102px;height:40px;line-height:40px;
border:1px solid #fff;color:#fff;border-radius:20px;font-size:16px;position:absolute;left:50%;margin-left:-51px;top:50%;margin-top:-20px}
.page-new-event .typeList li .eventBox .list a:hover .zhezhao{opacity:1;transition:all .6s ease;}
.page-new-event .aboutDs{background:url(../i/more-bg.png) no-repeat center/cover;height:400px;margin-top:50px;color:#fff;text-align:center;}
.page-new-event .aboutDs .t2{font-size:32px;padding-top:75px;}
.page-new-event .aboutDs .info{font-size:16px;width:920px;margin:0 auto;padding-top:40px;line-height:22px;height:140px;}
.page-new-event .aboutDs .more{font-size:24px;color:#fff;border-bottom:1px solid #fff;padding-bottom:1px;display:inline-block;}
.page-new-event .applyStep .stepMain{margin-top:50px;width:100%;}
.page-new-event .applyStep .stepMain .step{float:left;width:182px;margin-right:20px;text-align:center;position:relative;}
.page-new-event .applyStep .stepMain .step:last-child{margin-right:0;}
.page-new-event .applyStep .stepMain .step span{display:inline-block;background:#fff;border:6px solid #eaeaea;border-radius:100%;width:118px;height:118px;line-height:118px;text-align:center;vertical-align:middle;}
.page-new-event .applyStep .stepMain .step span img{display:inline-block;padding-top:25px}
.page-new-event .applyStep .stepMain .step p{margin-top:25px;color:#333;font-size:16px;height:44px;vertical-align:middle;font-weight:bold;line-height:22px;}
.page-new-event .applyStep .stepMain .step:after{position:absolute;right:-20px;top:62px;background:url(../images/newsevent/icon-next.png) no-repeat;width:20px;height:30px;content:"";display:inline-block;}
.page-new-event .applyStep .stepMain .step:last-child:after{background:none;}
.page-new-event .applyInfo{margin-top:70px}
.page-new-event .applyInfo .topNav{border-bottom:1px solid #d2d2d2;width:100%;margin-top:70px;background:#fff;}
.page-new-event .applyInfo .topNav .totalList li{display:inline-block;margin-right:75px;color:#737373;font-size:22px;padding-bottom:18px;}
.page-new-event .applyInfo .topNav .totalList li a{color:#737373;display:inline-block;}
.page-new-event .applyInfo .topNav .totalList li.act a{color:#419ce6;}
.page-new-event .applyInfo .topNav .totalList li.act{border-bottom:4px solid #419ce6;color:#419ce6;}
.page-new-event .applyInfo .content{margin-top:40px;border-bottom:1px solid #d2d2d2;padding-bottom:100px;}
.page-new-event .applyInfo .content p{line-height:22px;}
.page-new-event .applyInfo .content .tabContent{margin:0 auto;width:1200px;padding-bottom:50px;}
.page-new-event .applyInfo .t3{font-size:24px;color:#333;border-left:4px solid #419ce6;padding-left:20px;height:25px;line-height:25px;vertical-align:middle;}
.page-new-event .applyInfo .content .tabContent p{font-size:16px;}
.page-new-event .applyInfo .content .applyTime:first-child{padding-top:30px;}
.page-new-event .applyInfo .topNav .applyBtn{border:0;position:absolute;right: 0;bottom:10px;width:160px;height:50px;line-height:50px;text-align:center;color:#fff;font-size:16px;border-radius:4px;background:#419ce6;cursor:pointer;}
.page-new-event .applyInfo .topNav .applyBtn.disabled{cursor:no-drop;background:#d2d2d2;color:#d2d2d;}
.page-new-event .btb{border-bottom:1px solid #d2d2d2;width:100%;}
.page-new-event .applyTime{padding:50px 0;font-size:16px;}
.page-new-event .applyTime .time{font-size: 16px;margin-top:40px}
.page-new-event .comProgress{padding-top:70px;}
.page-new-event .comProgress .progressBg{width:100%;}
.page-new-event .comProgress .progressBg .proBox{float:left;width:200px;text-align:center;}
.page-new-event .comProgress .progressBg .proBox .pic{border-bottom:1px solid #3671c7;height:160px;vertical-align:middle;position:relative;}
.page-new-event .comProgress .progressBg .proBox .pic p{color:#419ce6;font-size:24px;}
.page-new-event .comProgress .progressBg .proBox .pic p:first-child{height:100px;line-height:60px;}
.page-new-event .comProgress .progressBg .proBox .pic p img{vertical-align:middle;display:inline-block;}
.page-new-event .comProgress .progressBg .proBox .date{/*color:#999;*/font-size:18px;padding-top:30px}
.page-new-event .comProgress .progressBg .proBox .pic:after{position:absolute;bottom:-12px;left:50%;margin-left:-12px;width:18px;height:18px;background:#fff;border-radius:100%;border:3px solid #fda74a;
content:'';display:inline-block;}
.page-new-event .fixNav{position:fixed;top:0px;left:0;background:#fff;margin-top:0 !important;padding-top:18px;z-index:11;}
.listss{width:900px;margin:0 auto;background:#fff;margin-top:10px;}
.listss .t1{line-height: 40px;font-size: 18px;font-weight: bold;}
.listss .t1>span{border-left: 4px solid #f40000;padding-left: 5px;}
.listss ul {
 	
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
 .listss ul li {
  cursor: pointer;
  color: #666;
  width: 18%;
  height: auto;
  float: left;
  margin-bottom: 25px;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 10px;
  overflow: hidden;
}
 .listss ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
 .listss ul li:hover .img:not(.book) {
  transform: scale(1.15);
}
 .listss ul li .img {
  width: 100%;
  height: auto;
  background: url("../img/default.jpeg") no-repeat center;
  background-size: cover;
  transition: 0.6s;
}
.listss ul li .img.book {
  background-size: 100px 140px;
}
 .listss ul li .txt {
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.listss ul li .txt.book {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
 .listss ul li .bot {
  padding: 0 10px;
}
.listss ul li .bot .price {
	font-size: 13px;
  font-weight: bold;
  color: #3CC807;
  float: left;
}
.listss ul li .bot .price.book {
  display: block;
  width: 100%;
  line-height: 30px;
  text-align: center;
  color: #EC6055;
}
 .listss ul li .bot .stu {
  color: #999;
  float: right;
}
.listsss{width:900px;margin:0 auto;background:#fff;margin-top:10px;}
.listsss .t1{line-height: 40px;font-size: 18px;font-weight: bold;}
.listsss .t1>span{border-left: 4px solid #f40000;padding-left: 5px;}
.listsss ul {
 	
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
 .listsss ul li {
  cursor: pointer;
  color: #666;
  width: 23%;
  height: auto;
  float: left;
  margin-bottom: 25px;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 10px;
  overflow: hidden;
}
 .listsss ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
 .listsss ul li:hover .img:not(.book) {
  transform: scale(1.15);
}
 .listsss ul li .img {
  width: 100%;
  height: auto;
  background: url("../img/default.jpeg") no-repeat center;
  background-size: cover;
  transition: 0.6s;
}
.listsss ul li .img.book {
  background-size: 100px 140px;
}
 .listsss ul li .txt {
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
 .listsss ul li .txt:hover {
  color:#f40000;
}
.listsss ul li .txt1 {
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.listsss ul li .txt.book {
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}
 .listsss ul li .bot {
  padding: 0 10px;
}
.listsss ul li .bot .price {
  font-weight: bold;
  color: #3CC807;
  float: left;
}
.listsss ul li .bot .price.book {
  display: block;
  width: 100%;
  line-height: 30px;
  text-align: center;
  color: #EC6055;
}
 .listsss ul li .bot .stu {
  color: #999;
  float: right;
}


.boxright .right {
  width: 270px;
  height: auto;
  float: right;
}
.boxright .right .sorts {
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-indent: 15px;
  height: 50px;
  position: relative;
}
 .boxright .right .sorts:before {
  content: '';
  width: 4px;
  height: 14px;
  background-color: #f40000;
  position: absolute;
  left: 0;
  top: 18px;
}
.boxright .right .lists {
  width: 100%;
  line-height: 30px;
  text-align: left;
  font-size: 14px;
  color: #666;
}
.boxright .right .lists ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxright .right .lists ul li {
  width: 95%;
  cursor: pointer;
  overflow: hidden;
  padding: 0 0 5px 0;
}
 .boxright .right .lists ul li.cur .others {
  display: block;
}
 .boxright .right .lists ul li span {
  display: block;
}
 .boxright .right .lists ul li span:first-of-type {
  width: 20px;
  height: 20px;
  float: left;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #f40000;
  text-align: center;
  margin-top: 5px;
}
 .boxright .right .lists ul li span:last-of-type {
  width: calc(100% - 30px);
  margin-left: 10px;
  font-size: 15px;
  color: #666;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 .boxright .right .lists ul li .others {
  display: none;
}
.boxright .right .lists ul li .others .img {
  width: 100px;
  height: 56px;
  float: left;
  background: url("../img/default.jpeg") no-repeat center;
  background-size: cover;
}
.boxright .right .lists ul li .others .price {
  width: 100px;
  float: right;
  text-align: center;
  text-indent: 20px;
  font-size: 14px;
  color: #EC6055;
  font-weight: bold;
}
 .boxright .right .more {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}
.boxright .right .more:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #F4F4F4;
  position: absolute;
  top: 0;
  left: 0;
}

.flex_1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    justify-items: center;
}

.flex_2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    justify-items: center;
}

.avata {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    position: absolute;
    z-index: 999;
    left: 50%;
    margin-left: -40px;
    top: 40px;
}

.card {
    padding: 0;
}

.card .body {
    padding: 15px;
}

.card .header {
    border-bottom: 1px solid #eee;
    padding: 10px 0 20px 10px;
}

.card .header text {
    padding-left: 15px;
    border-left: 5px solid #333;
}

.tip {
    color: #7979ff;
    font-size: 12pt;
}

.nav_left .page_icon_back {
    font-size: 30pt;
    color: #fff;
}

.tpl_fresh {
    background: #28b84a;
}

.tpl_medicine {
    background: #20c1af;
}

.tpl_color_fresh {
    color: #28b84a;
}

.tpl_color_medicine {
    color: #20c1af;
}

.parent_box {
    position: absolute;
    right: 30px;
    top: -20px;
    z-index: 999;
}

.parent_box img {
    width: 60px;
    height: 60px;
    border-radius: 80px;
}

.menu_icon {
    width: 50px;
    height: 50px;
}

.item_number {
    background: #eeab7a;
    color: #fff;
    border-radius: 20px;
    padding: 1px 5px;
    text-align: center;
    margin-right: 3px;
    font-size: 10pt;
}

.sort_0 {
    background: red;
}

.sort_1 {
    background: #ee4629
}

.sort_2 {
    background: #f76260
}

.end_box {
    color: #f00;
    font-size: 15px;
	padding:10px;
}

.timers {
    font-size: 18px;
}

.searchBoxs {
    border: 1px solid #ccc;
    width: 200px;
    position: relative;
    padding: 2px 15px 2px 2px;
    border-radius: 10px;
    margin-left: 5px;
    color: #999;
	
}

.searchBoxs input {
    padding-left: 6px;
    width: 100%;
}

.searchBoxs text {
    position: absolute;
    right: 3px;
    font-size: 14px;
    top: 1px;
}

.join {
    /*position: fixed;*/
    z-index: 9999;
    border-radius: 50px;
    text-align: center;
    background: #cf1a00;
    width: 96%;
    margin: 10px 2% 4px 2%;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    left: 1%;
	cursor: pointer;

}

.content {
    background: #eee;
    padding-bottom: 0px;
    /*padding: 0;*/
}

.menus {
    padding: 20px 20px;
	/*background: url(../i/rysj_bg.png) ;
	background-size:cover;*/
}

.menu_item {
    text-align: center;
	/*margin-top:180px;*/
 
    color: #555;
}

.menu_item img {
 width:150px;
	height:150px;
}

.list_title {
    color: #f50000;
    font-size: 18px;
    line-height: 250%;
}

.more {
    text-align: center;
    padding-top: 10px;
    color: #666;
}

.more icon {
    font-size: 25px;
}

.list_data_item {
    text-align: left;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    padding: 8px;
    border-radius: 6px;
}

.list_data_item_2 {
    border: 1px solid #ccc;
    width: 100%;
    padding: 4%;
}

.user_img {
    width: 22px;
    height: 22px;
    border-radius: 25px;
}

.vote {
    background: #ec971f;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    margin-left: 3px;
    font-size: 15px;
	cursor: pointer;
}

.file_type_icon {
    font-size: 16px;
}

.banner {
    width: 100%;
    height: 100px;
}

.list_image {
    width: 80px;
    height: 80px;
}
.play_image {
    width: 30px;
    height: 30px;
	position:absolute;
	top:25px;
	left:25px;
	z-index:2;
}
.showMore {
    text-align: center;
    font-size: 15px;
    color: #888;
	cursor: pointer;
}

.bigBox {
    position: absolute;
    top: 80px;
    width: 90%;
    margin: 5%;
    background: #fff;
    min-height: 500px;
    z-index: 99;
    border-radius: 10px 10px 0 0;;

}

.help {
    padding: 8px 0;
    color: #f00;
    font-size: 11px;
}

.items {
    padding: 30px;
}

.player_img {
    position: absolute;
    top: 60px;
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -40px;
}

.rows{
	background: #fff;
	padding:10px;
	margin-top:10px;
}

.playerbox {
        width: 100%;
        height: 400px;
        bottom: 0;
        background: #fff;
        z-index: 99999;
        position: fixed;
    }

    .player_title {
        line-height: 250%;
        font-size: 16pt;
    }

    .player_body {
        padding: 20px;
        text-align: center;
    }

    .playerbox .headers {
        padding: 8px;
        text-align: right;
        border-top: 0px solid #eee;
        border-bottom: 0px solid #eee;
    }

    .playerbox .header icon {
        font-size: 20pt;
    }
    
    .control-box {
    width: 900px;
    height: 177px;
    background-image: url(../i/hots_bg.png);
    background-size: 812px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto;
	margin-top:150px;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 770px;
  height: 190px;
  margin: auto 70px auto;
}
#switcher {
  height: 190px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 255px;
  height: 190px;
  float: left;
  border-left: 3px white solid;
}
.box:hover {
 opacity:0.5;
}
.shadow {
  width: 255px;
  height: 60px;
  /* opacity: 1; */
  background-color: rgba(0, 0, 0, 0.45);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  margin-top: 130px;
  color: white;
  font-size: 14px;
}
.shadow a {
  display: inline-block;
  width: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}
    