body {
  background: url(../images/mainbox.png) fixed no-repeat;
}
.bannerbox {
  height: 670px;
  position: relative;
}
.bannerbox .device {
  width: 100%;
  height: 670px;
  position: relative;
  z-index: 1;
}
.bannerbox .device .arrow-left {
  background: url(../images/left.png) no-repeat left center;
  position: absolute;
  left: 15%;
  top: 40%;
  margin-top: -45px;
  width: 50px;
  height: 90px;
  z-index: 2;
}
.bannerbox .device .arrow-right {
  background: url(../images/right.png) no-repeat left center;
  position: absolute;
  right: 15%;
  top: 40%;
  margin-top: -45px;
  width: 50px;
  height: 90px;
  z-index: 2;
}
.bannerbox .device .swiper-container {
  height: 670px;
  width: 100%;
}
.bannerbox .device .swiper-container .banner_img {
  height: 670px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  min-width: 1350px;
  background-position: center;
}
.bannerbox .infobox {
  z-index: 15;
  position: absolute;
  top: 560px;
  height: 175px;
  width: 1100px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(46, 46, 46, 0.4);
  padding: 10px 30px;
}
.bannerbox .infobox a {
  font-size: 24px;
  color: #fff;
  line-height: 48px;
  font-weight: bolder;
}
.bannerbox .infobox p {
  font-size: 15px;
  line-height: 28px;
  color: #eceaea;
}
.bannerbox .infobox span {
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  color: #eceaea;
}
.bannerbox .infobox span font {
  font-size: 21px;
  line-height: 36px;
  color: #eceaea;
}
.xinwenbox .m_tt {
  margin-top: 110px;
  text-align: center;
}
.xinwenbox .m_tt b a {
  font-size: 36px;
  color: #2b0171;
  font-weight: 500;
  line-height: 64px;
}
.xinwenbox .m_tt b i {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #666;
}
.xinwenbox .m_tt .more a {
  text-align: center;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  color: #666;
}
.xinwenbox .xw_list {
  overflow: hidden;
  height: 280px;
  width: 1350px;
}
.xinwenbox .xw_list ul {
  margin-left: -32px;

}
.xinwenbox .xw_list ul li {
  float: left;margin-top:28px;
  margin-left: 32px;
  width: 310px;
  height: 280px;
  border-bottom: 4px solid #fd014e;
  margin-bottom: 25px;
}
.xinwenbox .xw_list ul li .xw_img div {
  display: block;
  width: 310px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.xinwenbox .xw_list ul li .xw_info b {
  display: block;
  width: 285px;
  padding: 0 13px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  line-height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xinwenbox .xw_list ul li .xw_info p {
  width: 285px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 24px;
  max-height: 24px;
  font-size: 14px;
  color: #666;
  margin: 3px 0;
  padding: 0 13px;
}
.xinwenbox .xw_list ul li .xw_info span {
  font-size: 14px;
  color: #999;
  padding: 0 13px;
  margin: 3px 0;
  line-height: 24px;
}
.xinwenbox .xw_list ul li:hover {
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 4px solid #fd014e;
  border-bottom: none;
  transition: all ease 0.3s;
}
.xinwenbox .xw_list ul li:hover .xw_img {
  display: none;
}
.xinwenbox .xw_list ul li:hover .xw_info b {
  display: block;
  width: 285px;
  padding: 0 13px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xinwenbox .xw_list ul li:hover .xw_info p {
  width: 285px;
  padding: 0 13px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  max-height: 224px;
  line-height: 28px;
  font-size: 15px;
  color: #666;
  margin: 5px auto;
}
.tzgg_list {
  margin: 30px 0 40px -32px;
}
.tzgg_list ul li {
  float: left;
  width: 425px;
  height: 190px;
  margin-left: 32px;
  position: relative;
}
.tzgg_list ul li .tz_date {
  background: #693bd3;
  width: 75px;
  position: absolute;
  left: 0;
  top: 54px;
  height: 82px;
  text-align: center;
  color: #fff;
  z-index: 10;
}
.tzgg_list ul li .tz_date b {
  font-size: 30px;
  line-height: 48px;
}
.tzgg_list ul li .tz_date p {
  font-size: 14px;
  line-height: 24px;
}
.tzgg_list ul li .tz_info {
  position: absolute;
  right: 0;
  z-index: 9;
  width: 310px;
  height: 155px;
  background: #fff;
  padding: 20px 30px;
}
.tzgg_list ul li .tz_info a {
  display: block;
  height: 80px;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  font-weight: bolder;
  background: url(../images/tz_line.jpg) center bottom no-repeat;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.tzgg_list ul li .tz_info p {
  font-size: 14px;
  line-height: 30px;
  color: #4e4e4e;
}
.index_middle .m_tt {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  line-height: 64px;
  text-align: center;
  margin: 0 auto;
}
.index_middle .pic_list {
  margin-left: -22px;
  margin-top: 20px;
}
.index_middle .pic_list li {
  float: left;
  margin: 20px;
  margin-left: 22px;
}
.index_middle .pic_list .more a {
  background: #d19d30;
  margin: 10px auto;
  text-align: center;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
}
.index_bottom {
  background: #fff;
  padding: 30px 0;
}
.index_bottom .m_tt {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  line-height: 64px;
  text-align: left;
  margin: 0 auto;
}
.index_bottom ul {
  margin-left: -25px;
}
.index_bottom ul li {
  line-height: 50px;
  float: left;
  width: 300px;
  margin-left: 25px;
}
.index_bottom ul li a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ej_left {
  width: 305px;
}
.ej_left .ej_name {
  height: 76px;
  line-height: 76px;
  font-size: 30px;
  color: #fff;
  background: #250078 url(../images/ej_menu.png) center no-repeat;
  text-align: center;
}
.ej_left .ej_menu {
  background: #927fbb;
  padding-left: 30px;
  width: 255px;
  padding-bottom: 30px;
}
.ej_left .ej_menu ul li {
  height: 62px;
  line-height: 62px;
  text-align: center;
}
.ej_left .ej_menu ul li a {
  font-size: 16px;
  color: #fff;
}
.ej_left .ej_menu ul li:hover {
  background: #fff;
}
.ej_left .ej_menu ul li:hover a {
  color: #250078;
}
.ej_right {
  width: 1015px;
  min-height: 600px;
}
.ej_right .ej_addrbox {
  height: 65px;
  line-height: 65px;
  color: #250078;
  font-size: 24px;
  border-bottom: 1px solid #cfcfcf;
}
.ej_right .ej_addrbox div {
  display: inline;
  font-size: 16px;
  color: #333;
}
.ej_right .ej_addrbox div a {
  color: #250078;
}
.ej_right .ej_main_box {
  padding: 35px 0;
}
.ej_right .ej_main_box .ej_jianjie h1 {
  font-size: 22px;
  color: #250078;
  line-height: 54px;
  min-height: 54px;
  text-align: center;
  font-weight: 500;
}
.ej_right .ej_main_box .ej_jianjie .ej_remark {
  height: 65px;
  line-height: 65px;
  color: #666;
  font-size: 14px;
  width: 55%;
  margin: 0 auto;
  border-bottom: 3px solid #927fbb;
  text-align: center;
}
.ej_right .ej_main_box .ej_jianjie .ej_remark div {
  display: inline;
  margin: 0 2%;
}
.ej_right .ej_main_box .ej_jianjie .info {
  font-size: 16px;
  line-height: 40px;
  color: #333;
}
.ej_right .ej_main_box .ej_jianjie .info p {
  text-align: justify;
  line-height: 40px;
  margin: 15px auto;
}
.ej_right .ej_main_box .ej_jianjie .fanye p {
  height: 40px;
  padding: 0 20px;
  background: #f6f6f6;
  text-align: justify;
  line-height: 40px;
  margin: 15px auto;
  font-size: 15px;
  color: #333;
}
.ej_right .ej_main_box .ej_jianjie .fanye p a {
  color: #333;
}
.ej_right .ej_main_box .ej_jianjie .fanye p a:hover {
  color: #250078;
}
.ej_right .ej_main_box .ej_tz_liebiao ul li {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px dashed #ddd;
  padding: 0 15px;
  display: block;
  transition: all ease 0.5s;
}
.ej_right .ej_main_box .ej_tz_liebiao ul li a {
  float: left;
  font-size: 16px;
  color: #333;
}
.ej_right .ej_main_box .ej_tz_liebiao ul li span {
  float: right;
  font-size: 14px;
  color: #666;
}
.ej_right .ej_main_box .ej_tz_liebiao ul li:hover {
  background: #e4ddf4;
}