*,
a,
ul,
a:link,
a:visited,
a:hover,
a:active {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.banners .carousel-caption {
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 20px;
  line-height: 40px;
  width: 128px;
  padding: 0;
  bottom: 56px;
  left: 0;
  right: 0;
}
.enters .bx-wrapper {
  margin: 24px auto 18px;
}
.enters .bx-wrapper .bx-viewport {
  background: none;
  box-shadow: none;
  border: none;
  left: 0;
}
.enters .bx-wrapper .bx-pager {
  display: none;
}
.enters .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
}
.enters .bx-wrapper .bx-prev {
  left: -56px;
  background: url(../img/left.png) no-repeat;
}
.enters .bx-wrapper .bx-prev:hover {
  background: url(../img/left2.png) no-repeat;
}
.enters .bx-wrapper .bx-next {
  right: -50px;
  background: url(../img/right.png) no-repeat;
}
.enters .bx-wrapper .bx-next:hover {
  background: url(../img/right2.png) no-repeat;
}
.enters a {
  display: block;
  color: #fff;
}
.enters a .enter-all {
  width: 372px;
  background-repeat: no-repeat;
  padding: 21px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.enters a:hover {
  color:#fff;
}
.enters a .enter-all .enter-title {
  font-size: 22px;
  color: #ffffff;
}
.enters .one {
  background-image: url("../img/1.png");
}
.enters .one .enter-title {
  text-shadow: 0px 1px 2px 0px #9f2b00;
}
.enters .two {
  background-image: url("../img/2.png");
}
.enters .two .enter-title {
  text-shadow: 0px 1px 2px 0px #cc8700;
}
.enters .three {
  background-image: url("../img/3.png");
}
.enters .three .enter-title {
  text-shadow: 0px 1px 2px 0px #006144;
}
.enters .four {
  background-image: url("../img/4.png");
}
.enters .four .enter-title {
  text-shadow: 0px 1px 2px 0px #9f2b00;
}
.enters .five {
  background-image: url("../img/5.png")/*tpa=https://www.sxly.com.cn/yyx/img/1.png*/;
}
.enters .five .enter-title {
  text-shadow: 0px 1px 2px 0px #9f2b00;
}
.frindLink {
  font-size: 1.4em;
  letter-spacing: 1px;
  border-left: 4px solid #22aa45;
  padding-left: 8px;
  margin-top: 24px;
}
.linkList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 12px;
  margin-top: 8px;
  margin-bottom: 30px;
}
.linkList li {
  margin-left: 0;
  margin-right: 24px;
  margin-bottom: 5px;
}
.linkList li a {
  color: #333333;
}
.linkList li:hover a {
  color: #22aa45;
}
.newsNotice .topics .topicList li{
  justify-content: flex-start;
}
.newsNotice .topics .topicList li .leftDate{
  width:58px;
}
.topicList .video-js{
  width:100% !important;
}
@media (max-width: 768px) {
  .newsNotice {
    overflow: hidden;
  zoom: 1;
}
.newsNotice .col-sm-12 {
  padding-left: 0;
}
.newsNotice .imgText {
  position: relative;
  margin-top: 16px;
}
.newsNotice .imgText .carousel-caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 5px 0 5px 12px;
  color: #fff;
  text-align: left;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
}
.newsNotice .imgText .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 6px;
  margin: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d8d8d8;
  border: none;
  border-radius: 0;
}
.newsNotice .imgText .carousel-indicators .active {
  width: 16px;
  height: 6px;
  margin: 0;
  background-color: #34d154;
}
.newsNotice .imgText .carousel-indicators {
  position: absolute;
  bottom: -7px;
  left: 85%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.newsNotice .imgText .descript {
  margin-top: 15px;
  position: relative;
}
.newsNotice .imgText .descript .text {
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newsNotice .imgText .descript .details {
  position: absolute;
  top: 20px;
  right: 0px;
}
.newsNotice .imgText .descript .details a {
  color: #22aa45;
}
.newsNotice .newTitle,
.newsNotice .topicTitle {
  border-bottom: 1px solid #e3e3e3;
  padding: 3px 0;
}
.newsNotice .newTitle .text,
.newsNotice .topicTitle .text {
  font-size: 24px;
  color: #333333;
  border-bottom: 2px solid #22aa45;
  padding: 5px 21px 5px 8px;
}
.newsNotice .newTitle .more a,
.newsNotice .topicTitle .more a {
  float: right;
  font-size: 16px;
  color: #ff652d;
  padding-right: 12px;
  line-height: 35px;
}
.newsNotice .news {
  margin-bottom: 30px;
}
.newsNotice .newList li {
  line-height: 40px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.newsNotice .newList li a {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  width: 90%;
  margin: 0;
}
.newsNotice .newList li .squire {
  width: 8px;
  height: 8px;
  background-color: #22aa45;
  float: left;
  margin-top: 16px;
  margin-right: 17px;
}
.newsNotice .newList li .times {
  color: #999;
  position: absolute;
  top: 1px;
  right: 0px;
}
.newsNotice .newList li:hover a {
  color: #22aa45;
}
.newsNotice .topics .topicList .col-md-2,
.newsNotice .topics .topicList .col-md-10 {
  padding: 0;
}
.newsNotice .topics .topicList li {
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
}
.newsNotice .topics .topicList li a {
  color: #333;
}
.newsNotice .topics .topicList li .leftDate {
  border: 1px solid #22aa45;
  text-align: center;
  margin: 6px;
}
.newsNotice .topics .topicList li .leftDate .dateTop {
  color: #fff;
  font-size: 18px;
  background-color: #22aa45;
  padding: 0 17px;
}
.topicList .video-js{
  width:100% !important;
}
.newsNotice .topics .topicList li .leftDate .datebtm {
  color: #22aa45;
  font-size: 12px;
  padding: 3px 0;
}
.newsNotice .topics .topicList li .topictext {
  padding-left: 4px;
  text-align: left;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  width: 80%;
}
.newsNotice .topics .topicList li:hover a {
  color: #22aa45;
}
}
@media (min-width: 768px) {
  .newsNotice {
    overflow: hidden;
  zoom: 1;
}
.newsNotice .col-sm-8,
.newsNotice .col-sm-4,
.newsNotice .col-sm-5,
.newsNotice .col-sm-7 {
  padding-left: 0;
}
.newsNotice .imgText {
  margin-top: 16px;
}
.newsNotice .imgText .carousel-caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 5px 0 5px 12px;
  color: #fff;
  text-align: left;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
}
.newsNotice .imgText .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 6px;
  margin: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d8d8d8;
  border: none;
  border-radius: 0;
}
.newsNotice .imgText .carousel-indicators .active {
  width: 16px;
  height: 6px;
  margin: 0;
  background-color: #34d154;
}
.newsNotice .imgText .carousel-indicators {
  position: absolute;
  bottom: -7px;
  left: 85%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.newsNotice .imgText .descript {
  margin-top: 15px;
  position: relative;
}
.newsNotice .imgText .descript .text {
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newsNotice .imgText .descript .details {
  position: absolute;
  top: 20px;
  right: 0px;
}
.newsNotice .imgText .descript .details a {
  color: #22aa45;
}
.newsNotice .newTitle,
.newsNotice .topicTitle {
  border-bottom: 1px solid #e3e3e3;
  padding: 3px 0;
}
.newsNotice .newTitle .text,
.newsNotice .topicTitle .text {
  font-size: 24px;
  color: #333333;
  border-bottom: 2px solid #22aa45;
  padding: 5px 21px 5px 8px;
}
.newsNotice .newTitle .more a,
.newsNotice .topicTitle .more a {
  float: right;
  font-size: 16px;
  color: #ff652d;
  padding-right: 12px;
  line-height: 35px;
}
.newsNotice .newList li {
  line-height: 40px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.newsNotice .newList li a {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  width: 90%;
  margin: 0;
}
.newsNotice .newList li .squire {
  width: 8px;
  height: 8px;
  background-color: #22aa45;
  float: left;
  margin-top: 16px;
  margin-right: 17px;
}
.newsNotice .newList li .times {
  color: #999;
  position: absolute;
  top: 1px;
  right: 0px;
}
.newsNotice .newList li:hover a {
  color: #22aa45;
}
.newsNotice .news {
  margin-bottom: 30px;
}
.newsNotice .topics .topicList .col-md-2,
.newsNotice .topics .topicList .col-md-10 {
  padding: 0;
}
.newsNotice .topics .topicList li {
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
}
.newsNotice .topics .topicList li a {
  color: #333;
}
.newsNotice .topics .topicList li .leftDate {
  border: 1px solid #22aa45;
  text-align: center;
  margin: 6px;
}
.newsNotice .topics .topicList li .leftDate .dateTop {
  color: #fff;
  font-size: 18px;
  background-color: #22aa45;
  padding: 0 17px;
}
.newsNotice .topics .topicList li .leftDate .datebtm {
  color: #22aa45;
  font-size: 12px;
  padding: 3px 0;
}
.newsNotice .topics .topicList li .topictext {
  padding-left: 4px;
  text-align: left;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  width: 80%;
}
.newsNotice .topics .topicList li:hover a {
  color: #22aa45;
}
}
@media (min-width: 992px) {
  .newsNotice {
    overflow: hidden;
  zoom: 1;
}
.newsNotice .col-sm-8,
.newsNotice .col-sm-4,
.newsNotice .col-sm-5,
.newsNotice .col-sm-7 {
  padding-left: 0;
}
.newsNotice .imgText {
  margin-top: 16px;
}
.newsNotice .imgText .carousel-caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 5px 0 5px 12px;
  color: #fff;
  text-align: left;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
}
.newsNotice .imgText .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 6px;
  margin: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d8d8d8;
  border: none;
  border-radius: 0;
}
.newsNotice .imgText .carousel-indicators .active {
  width: 16px;
  height: 6px;
  margin: 0;
  background-color: #34d154;
}
.newsNotice .imgText .carousel-indicators {
  position: absolute;
  bottom: -7px;
  left: 85%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.newsNotice .imgText .descript {
  margin-top: 15px;
  position: relative;
}
.newsNotice .imgText .descript .text {
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newsNotice .imgText .descript .details {
  position: absolute;
  top: 20px;
  right: 0px;
}
.newsNotice .imgText .descript .details a {
  color: #22aa45;
}
.newsNotice .newTitle {
  border-bottom: 1px solid #e3e3e3;
  padding: 3px 0;
}
.newsNotice .newTitle .text {
  font-size: 24px;
  color: #333333;
  border-bottom: 2px solid #22aa45;
  padding: 5px 21px 5px 8px;
}
.newsNotice .newTitle .more a {
  float: right;
  font-size: 16px;
  color: #ff652d;
  padding-right: 12px;
  line-height: 35px;
}
.newsNotice .newList li {
  line-height: 40px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.newsNotice .newList li a {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  width: 80%;
  margin: 0;
}
.newsNotice .newList li .squire {
  width: 8px;
  height: 8px;
  background-color: #22aa45;
  float: left;
  margin-top: 16px;
  margin-right: 17px;
}
.newsNotice .newList li .times {
  color: #999;
  position: absolute;
  top: 1px;
  right: 0px;
}
.newsNotice .newList li:hover a {
  color: #22aa45;
}
.newsNotice .topicList .col-md-2,
.newsNotice .topicList .col-md-10 {
  padding: 0;
}
.newsNotice .topicList li {
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
}
.topicList .video-js{
  width:100% !important;
}
.newsNotice .topicList li a {
  color: #333;
}
.newsNotice .topicList li .leftDate {
  border: 1px solid #22aa45;
  text-align: center;
  margin: 6px;
}
.newsNotice .topicList li .leftDate .dateTop {
  color: #fff;
  font-size: 18px;
  background-color: #22aa45;
  padding: 0 17px;
}
.newsNotice .topicList li .leftDate .datebtm {
  color: #22aa45;
  font-size: 12px;
  padding: 3px 0;
}
.newsNotice .topicList li .topictext {
  padding-left: 4px;
  text-align: left;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  width: 80%;
}
.newsNotice .topicList li:hover a {
  color: #22aa45;
}
}
@media (min-width: 1200px) {
  .newsNotice {
    clear: both;
  overflow: hidden;
  zoom: 1;
}
.newsNotice .col-md-8,
.newsNotice .col-md-4,
.newsNotice .col-md-5,
.newsNotice .col-md-7 {
  padding-left: 0;
}
.newsNotice .imgText {
  margin-top: 16px;
}
.newsNotice .imgText .carousel-caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 5px 0 5px 12px;
  color: #fff;
  text-align: left;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
}
.newsNotice .imgText .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 6px;
  margin: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d8d8d8;
  border: none;
  border-radius: 0;
}
.newsNotice .imgText .carousel-indicators .active {
  width: 16px;
  height: 6px;
  margin: 0;
  background-color: #34d154;
}
.newsNotice .imgText .carousel-indicators {
  position: absolute;
  bottom: -7px;
  left: 85%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  display: none;
}
.newsNotice .imgText .descript {
  margin-top: 15px;
  position: relative;
}
.newsNotice .imgText .descript .text {
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newsNotice .imgText .descript .details {
  position: absolute;
  top: 20px;
  right: 0px;
}
.newsNotice .imgText .descript .details a {
  color: #22aa45;
}
.newsNotice .newTitle {
  border-bottom: 1px solid #e3e3e3;
  padding: 3px 0;
}
.newsNotice .newTitle .text {
  font-size: 24px;
  color: #333333;
  border-bottom: 2px solid #22aa45;
  padding: 5px 21px 5px 8px;
}
.newsNotice .newTitle .more a {
  float: right;
  font-size: 16px;
  color: #ff652d;
  padding-right: 12px;
  line-height: 35px;
}
.newsNotice .newList {
  margin-left: 32px;
}
.newsNotice .newList li {
  line-height: 40px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.newsNotice .newList li a {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  width: 80%;
  margin: 0;
}
.newsNotice .newList li .squire {
  width: 8px;
  height: 8px;
  background-color: #22aa45;
  float: left;
  margin-top: 16px;
  margin-right: 17px;
}
.newsNotice .newList li .times {
  color: #999;
  position: absolute;
  top: 1px;
  right: 0px;
}
.newsNotice .newList li:hover a {
  color: #22aa45;
}
.newsNotice .topicList .col-md-2,
.newsNotice .topicList .col-md-10 {
  padding: 0;
}
.newsNotice .topicList li {
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
}
.newsNotice .topicList li a {
  color: #333;
}
.newsNotice .topicList li .leftDate {
  border: 1px solid #22aa45;
  text-align: center;
  margin: 6px;
}
.newsNotice .topicList li .leftDate .dateTop {
  color: #fff;
  font-size: 18px;
  background-color: #22aa45;
  padding: 0 17px;
}
.newsNotice .topicList li .leftDate .datebtm {
  color: #22aa45;
  font-size: 12px;
  padding: 3px 0;
}
.newsNotice .topicList li .topictext {
  padding-left: 4px;
  text-align: left;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  width: 80%;
}
.newsNotice .topicList li:hover a {
  color: #22aa45;
}
.topicList .video-js{
  width:100% !important;
}
}
