.nomralText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shadowBox {
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
}
.clearFloat {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#main {
  margin-bottom: 100px;
  min-height: calc(100vh - 409px);
}
#main .search {
  margin: 20px 0;
  width: 238px;
  height: 34px;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  float: right;
}
#main .search input {
  width: 238px;
  height: 34px;
  line-height: 34px;
  border: none;
  text-indent: 10px;
  color: #999;
}
#main .search a {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0px;
  border-left: 1px solid #eee;
  background: url(../images/search.png) center center no-repeat;
  background-size: 16px 16px;
}
#main #floatWin {
  position: fixed;
  max-width: 200px;
  max-height: 200px;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}
#main #floatWin #closeWin{
  float: right;
  cursor:pointer;
  padding-bottom: 2px;
}
#main #floatWin img {
  /*width: 200px;*/
}
#main .main-wrapper {
  width: 1200px;
  margin: 0 auto;
}
#main .main-wrapper .imageDetails {
  background-color: #333;
  text-align: center;
  margin: 50px 100px 0px 100px;
  position: relative;
}
#main .main-wrapper .imageDetails p {
  text-align: center;
  color: white;
  padding-top: 20px;
}
#main .main-wrapper .imageDetails img {
  max-width: 800px;
  max-height: 600px;
}
#main .main-wrapper .imageDetails .videoPlayer {
  height: 100%;
  width: 900px;
}
#main .main-wrapper .imageDetails span {
  cursor: pointer;
  position: absolute;
  display: block;
}
#main .main-wrapper .imageDetails .rightBtn {
  height: 40px;
  width: 30px;
  right: 20px ;
  top: 49%;
  background: url(../images/prev.png) center center no-repeat;
}
#main .main-wrapper .imageDetails .leftBtn {
  height: 40px;
  width: 30px;
  left: 20px;
  top: 49%;
  background: url(../images/next.png) center center no-repeat;
}
#main .main-wrapper .imageDetails .closeBtn {
  height: 12px;
  width: 12px;
  right: 20px;
  top: 20px;
  background: url(../images/dCloseBtn.png) center center no-repeat;
}

#main .main-wrapper .imgList .image li {
   float: left;
    height: 260px;
    line-height: 260px;
    width: 33%;
    text-align: center;
    position: relative;
    margin:20px 0px 0px 0px;
}
#main .main-wrapper .imgList .image li a {
    width: 370px;
    height: 260px;
    margin-left: 16px;
    background-color: black;
    display: block;
}
#main .main-wrapper .imgList .image li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    margin-top: -3px;
}

#main .main-wrapper .imgList .image li span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background-image: url(../images/playListBtn.png);
  background-size: 80px 80px;
  cursor: pointer;
}
#main .main-wrapper .subBanner {
  margin-top: 20px;
}
#main .main-wrapper .subBanner img {
  width: 100%;
}
#main .main-wrapper .title2{
  display: none;
}
#main .main-wrapper .main-l {
  width: 878px;
  float: left;
}
#main .main-wrapper .main-l .news_box {
  height: 406px;
  width: 878px;
  background: peachpuff;
  margin: 20px 0 40px 0;
  position: relative;
}
#main .main-wrapper .main-l .news_box .pagination {
  position: absolute;
  z-index: 20;
  bottom: 12px;
  right: 40px;
  width: 100px;
  text-align: right;
  z-index: 98;
}
#main .main-wrapper .main-l .news_box .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
#main .main-wrapper .main-l .news_box .swiper-active-switch {
  background: #fff;
}
#main .main-wrapper .main-l .news_box .swiper-slide {
  position: relative;
}
#main .main-wrapper .main-l .news_box .b_text_mask {
  height: 40px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#main .main-wrapper .main-l .news_box .b_text_mask a {
  display: block;
  width: 11px;
  height: 20px;
  position: absolute;
}
#main .main-wrapper .main-l .news_box .b_text_mask .prev {
  background: url(../images/next.png) no-repeat;
  left: 14px;
  bottom: 10px;
}
#main .main-wrapper .main-l .news_box .b_text_mask .next {
  background: url(../images/prev.png) no-repeat;
  right: 14px;
  bottom: 10px;
}
#main .main-wrapper .main-l .news_box img {
  width: 100%;
}
#main .main-wrapper .main-l .news_box .b_text {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 366px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
#main .main-wrapper .main-l .news_box .b_text p {
  width: 630px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  text-indent: 40px;
}
#main .main-wrapper .main-l .l-column-half {
  margin-top: 20px;
  width: 48%;
}
#main .main-wrapper .main-l .l-column-half:nth-child(odd) {
  float: left;
}
#main .main-wrapper .main-l .l-column-half:nth-child(even) {
  float: right;
}
#main .main-wrapper .main-l .l-column-half .title {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid rgba(231, 0, 18, 0.5);
}
#main .main-wrapper .main-l .l-column-half .title h3 {
  font-size: 20px;
  color: #000;
  float: left;
}
#main .main-wrapper .main-l .l-column-half .title a {
  float: right;
  font-size: 18px;
  color: #F65469;
  background: url(../images/arrow-right.png) right center no-repeat;
  padding-right: 20px;
  margin-right: 20px;
}
#main .main-wrapper .main-l .l-column-half .content {
  padding-bottom: 20px;
}
#main .main-wrapper .main-l .l-column-half .content .l_content {
  float: left;
  width: 280px;
  height: 178px;
  overflow: hidden;
  margin-top: 20px;
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
}
#main .main-wrapper .main-l .l-column-half .content .l_content img {
  width: 100%;
}
#main .main-wrapper .main-l .l-column-half .content .r_content ul li {
  overflow: hidden;
  height: 50px;
  border-bottom: 1px dashed #eee;
  line-height: 50px;
}
#main .main-wrapper .main-l .l-column-half .content .r_content ul li .text {
  overflow: hidden;
}
#main .main-wrapper .main-l .l-column-half .content .r_content ul li .text a {
  float: left;
  font-size: 14px;
  color: #333333;
}
#main .main-wrapper .main-l .l-column-half .content .r_content ul li .text a i {
  color: #CCCCCC;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  font-style: normal;
}
#main .main-wrapper .main-l .l-column-half .content .r_content ul li .text span {
  float: right;
  color: #999999;
  font-size: 13px;
}
#main .main-wrapper .main-l .l-column-half .content .r_content ul li p {
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  padding-bottom: 10px;
  margin-left: 18px;
}
#main .main-wrapper .main-l .l-column-half .sidebar {
  margin-top: 20px;
  padding-bottom: 20px;
}
#main .main-wrapper .main-l .l-column-half .viewImg {
  padding-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
#main .main-wrapper .main-l .l-column-half .viewImg a {
  float: left;
  display: block;
  width: 204px;
  height: 150px;
  margin-right: 14px;
  overflow: hidden;
}
#main .main-wrapper .main-l .l-column-half .viewImg a img {
  width: 100%;
}
#main .main-wrapper .main-l .l-column-half .cover_box {
  padding: 20px 0;
  border-top: 1px solid #F65469;
}
#main .main-wrapper .main-l .l-column-half .cover_box ul li {
  float: left;
  width: 276px;
  height: 376px;
  position: relative;
  margin-right: 16px;
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
}
#main .main-wrapper .main-l .l-column-half .cover_box ul li h3 {
  text-align: center;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #000;
}
#main .main-wrapper .main-l .l-column-half .cover_box ul li img {
  display: block;
  width: 183px;
  margin: 0 auto;
  margin-top: 13px;
}
#main .main-wrapper .main-l .l-column-half .cover_box ul li a {
  padding-right: 20px;
  background: url(../images/arrow-right.png) right center no-repeat;
  position: absolute;
  right: 50px;
  bottom: 16px;
  color: #F65469;
  font-size: 18px;
}
#main .main-wrapper .main-l .l-column {
  margin-top: 20px;
}
#main .main-wrapper .main-l .l-column .title {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid rgba(231, 0, 18, 0.5);
}
#main .main-wrapper .main-l .l-column .title h3 {
  font-size: 20px;
  color: #000;
  float: left;
}
#main .main-wrapper .main-l .l-column .title a {
  float: right;
  font-size: 18px;
  color: #F65469;
  background: url(../images/arrow-right.png) right center no-repeat;
  padding-right: 20px;
  margin-right: 20px;
}
#main .main-wrapper .main-l .l-column .content {
  padding-bottom: 20px;
}
#main .main-wrapper .main-l .l-column .content .l_content {
  float: left;
  width: 280px;
  height: 178px;
  overflow: hidden;
  margin-top: 20px;
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
}
#main .main-wrapper .main-l .l-column .content .l_content img {
  width: 100%;
}
#main .main-wrapper .main-l .l-column .content .r_content {
  float: right;
  width: 544px;
}
#main .main-wrapper .main-l .l-column .content .r_content ul li {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 50px;
  border-bottom: 1px dashed #eee;
  line-height: 50px;
}
#main .main-wrapper .main-l .l-column .content .r_content ul li .text {
  overflow: hidden;
}
#main .main-wrapper .main-l .l-column .content .r_content ul li .text a {
  float: left;
  font-size: 14px;
  color: #333333;
}
#main .main-wrapper .main-l .l-column .content .r_content ul li .text a i {
  color: #CCCCCC;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  font-style: normal;
}
#main .main-wrapper .main-l .l-column .content .r_content ul li .text span {
  float: right;
  color: #999999;
  font-size: 13px;
}
#main .main-wrapper .main-l .l-column .content .r_content ul li p {
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  padding-bottom: 10px;
  margin-left: 18px;
}
#main .main-wrapper .main-l .l-column .sidebar {
  margin-top: 20px;
  padding-bottom: 20px;
}
#main .main-wrapper .main-l .l-column .viewImg {
  padding-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
#main .main-wrapper .main-l .l-column .viewImg a {
  float: left;
  display: block;
  width: 204px;
  height: 150px;
  margin-right: 14px;
  overflow: hidden;
}
#main .main-wrapper .main-l .l-column .viewImg a img {
  width: 100%;
}
#main .main-wrapper .main-l .l-column .cover_box {
  padding: 20px 0;
  border-top: 1px solid #F65469;
}
#main .main-wrapper .main-l .l-column .cover_box ul li {
  float: left;
  width: 276px;
  height: 376px;
  position: relative;
  margin-right: 16px;
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
}
#main .main-wrapper .main-l .l-column .cover_box ul li h3 {
  text-align: center;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #000;
}
#main .main-wrapper .main-l .l-column .cover_box ul li img {
  display: block;
  width: 183px;
  margin: 0 auto;
  margin-top: 13px;
}
#main .main-wrapper .main-l .l-column .cover_box ul li a {
  padding-right: 20px;
  background: url(../images/arrow-right.png) right center no-repeat;
  position: absolute;
  right: 50px;
  bottom: 16px;
  color: #F65469;
  font-size: 18px;
}
#main .main-wrapper .main-r {
  width: 304px;
  float: right;
  margin-top: 20px;
}
#main .main-wrapper .main-r .r-news {
  width: 280px;
  -moz-box-shadow: 0px 0px 8px #f4f4f4;
  -webkit-box-shadow: 0px 0px 8px #f4f4f4;
  box-shadow: 0px 0px 8px #eee;
  padding: 0 12px;
}
#main .main-wrapper .main-r .r-news .title {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding-top: 10px;
}
#main .main-wrapper .main-r .r-news .title h3 {
  font-size: 20px;
  color: #000000;
  float: left;
  font-weight: bold;
}
#main .main-wrapper .main-r .r-news .title a {
  font-size: 18px;
  color: #F65469;
  padding-right: 20px;
  float: right;
  background: url(../images/arrow-right.png) right center no-repeat;
}
#main .main-wrapper .main-r .r-news .firstLink {
  margin-top: 10px;
}
#main .main-wrapper .main-r .r-news .news-list ul li {
  height: 45px;
  line-height: 45px;
}
#main .main-wrapper .main-r .r-news .news-list ul li a {
  color: #000000;
  font-size: 14px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .main-wrapper .main-r .r-news .news-list ul li a i {
  color: #CCCCCC;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  font-style: normal;
}
#main .main-wrapper .main-r .r-news .news-list ul li a:hover {
  color: #f65469;
}
#main .main-wrapper .main-r .bulletinBoard {
  margin-top: 40px;
}
#main .main-wrapper .main-r .link-box {
  width: 100%;
  height: 208px;
  margin-top: 40px;
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
}
#main .main-wrapper .main-r .link-box ul li {
  width: 151px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  float: left;
  padding-bottom: 12px;
}
#main .main-wrapper .main-r .link-box ul li a {
  display: block;
}
#main .main-wrapper .main-r .link-box ul li a img {
  display: block;
  width: 48px;
  height: 48px;
  margin: 12px auto;
}
#main .main-wrapper .main-r .link-box ul li a span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
#main .main-wrapper .main-r .sidebar-box {
  padding: 20px 12px;
  width: 280px;
  overflow: hidden;
  margin-top: 40px;
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
}
#main .main-wrapper .main-r .sidebar-box a {
  display: block;
}
#main .main-wrapper .main-r .sidebar-box a img {
  width: 100%;
}
#main .main-wrapper .main-r .notice {
  margin-top: 40px;
  height: 338px;
}
#main .main-wrapper .main-r .sidebar-box2 {
  padding: 0 12px 12px;
  width: 280px;
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
  margin-top: 40px;
}
#main .main-wrapper .main-r .sidebar-box2 .title {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding-top: 10px;
}
#main .main-wrapper .main-r .sidebar-box2 .title h3 {
  font-size: 20px;
  color: #000000;
  float: left;
  font-weight: normal;
}
#main .main-wrapper .main-r .sidebar-box2 .title a {
  font-size: 18px;
  color: #F65469;
  padding-right: 20px;
  float: right;
  background: url(../images/arrow-right.png) right center no-repeat;
}
#main .main-wrapper .main-r .sidebar-box2 .link-img {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  display: block;
}
#main .main-wrapper .main-r .sidebar-box2 .link-img img {
  width: 100%;
}
#main .main-wrapper .main-r .sidebar-box2 .link-img .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  background-image: url(../images/playBtn.png);
  background-size: 50px 50px;
}

#main .main-wrapper .main-r .sidebar-box2 .swiper-slide{
	width:100%;
}

#main .main-wrapper .main-r .sidebar-box3 {
  padding: 20px 12px;
  width: 280px;
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
  margin-top: 40px;
}
#main .main-wrapper .main-r .sidebar-box3 a {
  display: block;
  margin-bottom: 20px;
}
#main .main-wrapper .main-r .sidebar-box3 a img {
  width: 100%;
}
#main .main-wrapper .main-r .sidebar-box3 a:last-child {
  margin-bottom: 0;
}
#main .main-wrapper .pageDiv {
  text-align: center;
}
#main .main-wrapper .pageDiv .pagination {
  margin: 30px auto 0;
  text-align: center;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}
#main .main-wrapper .pageDiv .pagination div {
  float: left;
  margin-right: 10px;
}
#main .main-wrapper .pageDiv .pagination .pageSize select {
  height: 36px;
  border-radius: 5px;
  width: 80px;
}
#main .main-wrapper .pageDiv .pagination ul {
  float: left;
}
#main .main-wrapper .pageDiv .pagination ul li {
  float: left;
  width: 36px;
  height: 36px;
  opacity: 1;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  padding: 0;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
}
#main .main-wrapper .pageDiv .pagination ul li a {
  color: #333;
}
#main .main-wrapper .pageDiv .pagination ul li.active {
  background: #5a8ff8;
}
#main .main-wrapper .pageDiv .pagination ul li.active a {
  color: white;
}
#main .main-wrapper .pageDiv .pagination ul li:first-child {
  transform: rotate(90deg);
}
#main .main-wrapper .pageDiv .pagination ul li:last-child {
  transform: rotate(-90deg);
}
#main .main-wrapper .pageDiv .pagination .operateDiv {
  float: left;
}
#main .main-wrapper .pageDiv .pagination .operateDiv .pageNum {
  width: 36px;
  height: 32px;
  border: 1px solid #999;
  border-radius: 5px;
  text-align: center;
}
#main .main-wrapper .pageDiv .pagination .operateDiv .jumpPageBtn {
  display: inline-block;
  width: 62px;
  height: 36px;
  background: #5a8ff8;
  opacity: 1;
  border-radius: 2px;
  color: #fff;
}
.list-main {
  margin-bottom: 100px;
}
.list-main .main-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.list-main .main-wrapper .main-l {
  width: 860px;
  float: left;
  margin-top: 20px;
}
.list-main .main-wrapper .main-l .nav1 {
  height: 58px;
  line-height: 58px;
  padding-top: 16px;
  border-bottom: 2px dashed #fdd4d9;
  overflow: hidden;
}
.list-main .main-wrapper .main-l .nav1 a {
  color: #666666;
  font-size: 20px;
  float: left;
  margin-right: 46px;
}
.list-main .main-wrapper .main-l .nav1 a.active {
  font-weight: bold;
  color: #F65469;
}
.list-main .main-wrapper .main-l .column .nav2 {
  margin: 26px 0 38px 0;
  font-size: 0px;
}
.list-main .main-wrapper .main-l .column .nav2 a {
  font-size: 18px;
  color: #333333;
  width: 118px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 3px;
}
.list-main .main-wrapper .main-l .column .nav2 a.active {
  background: #f3f3f3;
  border: 1px solid #EEEEEE;
  color: #F65469;
}
.list-main .main-wrapper .main-l .column .list ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f7f7f7;
  height: 106px;
}
.list-main .main-wrapper .main-l .column .list ul li a {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-top: 18px;
  display: block;
}
.list-main .main-wrapper .main-l .column .list ul li .r-box {
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 16px;
}
.list-main .main-wrapper .main-l .column .list ul li .r-box em {
  display: block;
  font-size: 12px;
  color: #999999;
}
.list-main .main-wrapper .main-l .column .list ul li .r-box span {
  color: #CCCCCC;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  margin-top: 28px;
  padding-left: 30px;
  background: url(../images/attention.png) left center no-repeat;
}
.list-main .main-wrapper .main-r {
  width: 304px;
  float: right;
  margin-top: 20px;
}
.list-main .main-wrapper .main-r .r-news {
  width: 280px;
  height: 406px;
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
  padding: 0 12px;
}
.list-main .main-wrapper .main-r .r-news .title {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding-top: 10px;
}
.list-main .main-wrapper .main-r .r-news .title h3 {
  font-size: 20px;
  color: #000000;
  float: left;
  font-weight: normal;
}
.list-main .main-wrapper .main-r .r-news .title a {
  font-size: 14px;
  color: #F65469;
  padding-right: 20px;
  float: right;
  background: url(../images/arrow-right.png) right center no-repeat;
}
.list-main .main-wrapper .main-r .r-news .firstLink {
  margin-top: 10px;
}
.list-main .main-wrapper .main-r .r-news .news-list {
  margin-top: 12px;
}
.list-main .main-wrapper .main-r .r-news .news-list ul li {
  height: 36px;
  line-height: 36px;
}
.list-main .main-wrapper .main-r .r-news .news-list ul li a {
  color: #000000;
  font-size: 14px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-main .main-wrapper .main-r .r-news .news-list ul li a i {
  color: #CCCCCC;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  font-style: normal;
}
.list-main .main-wrapper .main-r .r-news .news-list ul li a:hover {
  color: #f65469;
}
.list-main .main-wrapper .main-r .shortcut {
  width: 286px;
  padding-left: 18px;
  padding-top: 14px;
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
  margin-top: 40px;
}
.list-main .main-wrapper .main-r .shortcut h3 {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #eee;
}
.list-main .main-wrapper .main-r .shortcut .shortcut-box {
  width: 100%;
  padding-bottom: 50px;
}
.list-main .main-wrapper .main-r .shortcut .shortcut-box a {
  display: block;
  margin-top: 18px;
  margin-bottom: 50px;
}
.list-main .main-wrapper .main-r .shortcut .shortcut-box a img {
  float: left;
  -moz-box-shadow: 0px 0px 8px #eeeeee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  box-shadow: 0px 0px 8px #eee;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.list-main .main-wrapper .main-r .shortcut .shortcut-box a div {
  float: left;
  margin-left: 16px;
}
.list-main .main-wrapper .main-r .shortcut .shortcut-box a div p {
  margin-top: 14px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: #333333;
}
.list-main .main-wrapper .main-r .shortcut .shortcut-box a div span {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
}
.metting-main {
  margin-top: 35px;
  margin-bottom: 100px;
}
.metting-main .main-wrapper {
  width: 1000px;
  margin: 0 auto;
}
.metting-main .main-wrapper .title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #F65469;
}
.metting-main .main-wrapper .title h3 {
  font-size: 20px;
  color: #F65469;
}
.metting-main .main-wrapper .metting-list ul li {
  padding: 32px 0 14px 0;
  border-bottom: 1px solid #eee;
}
.metting-main .main-wrapper .metting-list ul li a {
  display: block;
  height: 40px;
  font-size: 16px;
  color: #333333;
}
.metting-main .main-wrapper .metting-list ul li .msg-box span {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  margin-right: 90px;
}
.metting-main .main-wrapper .metting-list ul li .msg-box span p {
  font-size: 13px;
  color: #666666;
}
.metting-main .main-wrapper .metting-list ul li .msg-box span p em {
  font-style: normal;
  color: #333333;
}
.metting-main .main-wrapper .metting-list ul li .msg-box button {
  width: 74px;
  height: 30px;
  background: #F65469;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin-left: 30px;
}
.metting-main .main-wrapper .metting-list ul li .msg-box .btn2 {
  background: #58C0A4;
}
.metting-main .main-wrapper .metting-list ul li .msg-box .btn3 {
  background: #E1E1E1;
}
.metting-main .main-wrapper .metting-list ul li .msg-box .btn4 {
  background: #89d3bf;
}
.detail .detail-title {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #F65469;
  overflow: hidden;
}
.detail .detail-title .detail-l {
  float: left;
  width: 100%;
}
.detail .detail-title .detail-l h3 {
  line-height: 36px;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 16px;
}
.detail .detail-title .detail-l span {
  display: block;
  font-size: 14px;
  float: left;
  color: #666666;
}

.detail .detail-title .detail-l p {
  float: left;
}
.detail .detail-title .detail-l>span:nth-child(4) {
  font-size: 12px;
  color: #999999;
  padding-left: 20px;
  float: right;
}
.detail .detail-title .detail-r p .collect {
  background: url(../images/collect1.png) left center no-repeat;
  cursor: pointer;
}
.detail .detail-title .detail-r p .collect.active {
  background: url(../images/collect2.png) left center no-repeat;
}
.detail .detail-title .detail-r p .collect:hover {
  background: url(../images/collect2.png) left center no-repeat;
}
.detail .detail-title .detail-l p .see {
  padding-left: 16px;
  margin-left: 20px;
  color: #666666;
  border-left: #e2e2e2 solid 1px;
}
.detail .detail-title .detail-l p .see:before {
  content: '阅读 ';
}
.detail .detail-content p {
  margin-top: 24px;
  line-height: 24px;
  text-indent: 2em;
  font-size: 14px;
  color: #333333;
}
.detail .detail-content img {
  text-align: center;
  margin-top: 24px;
  max-width:100%;
  height: auto !important;
}

.isPhone .detail .detail-content img {
  width: 96% !important;
  height: auto !important;
}
.isPhone .detail .detail-content video{
  width: 80%;
  height: 100%;
}
.top-nav-inner ul li span{
  display: block;
  width: 32px;
  float: left;
  height: 48px;
}

#headerGzqn .sub_nav .subnav_wrapper ul li .cur{
  color: red !important;
}
#main .main-wrapper .main-r .bulletinBoard {
  margin-top: 30px;
}
#main .main-wrapper .main-r {
  margin-top: 30px;
}
#main .main-wrapper .main-r .link-box {
  margin-top: 30px;}
#main .main-wrapper .main-r .sidebar-box {
  margin-top: 22px;
}
#main .main-wrapper .main-r .sidebar-box2 {
  margin-top: 22px;
}
#main .main-wrapper .main-r .sidebar-box3 {
  margin-top: 22px;
}
/*团代会开始样式*/
/*团代会详情时间处理*/
.detail .detail-title .detail-l>.publishTime {
  font-size: 12px;
  color: #999999;
  padding-left: 20px;
  float: right;
}
#main .main-wrapper .title2{
  display: none;
}
#main .main-wrapper #main-l {
  width: 620px;
  float: left;
}
#main .main-wrapper .main-l #news_box {
  height: 400px;
  width: 620px;
  background: peachpuff;
  margin: 20px 0 40px 0;
  position: relative;
}
#main .main-wrapper #main-l .news_box .b_text {
  position: absolute;
  top: 360px;
  left: 0px;
}
#main .main-wrapper #main-r {
  width: 560px;
  float: right;
  margin-top: 20px;
}
#main .main-wrapper .main-r #r-news {
  width: 530px;
  height: 400px;
  box-shadow: none;
}
#main .main-wrapper .main-r #r-news .title{
  padding-top: 0;
}
#main .main-wrapper .main-r #r-news .news-list ul li{
  height: 118px;

}
#main .main-wrapper .main-r #r-news .news-list ul li:first-child{
  background: url(../images/league/1.png) 0 4px no-repeat;
}
#main .main-wrapper .main-r #r-news .news-list ul li:nth-child(2){
  background: url(../images/league/2.png) 0 4px no-repeat;
}
#main .main-wrapper .main-r #r-news .news-list ul li:last-child{
  background: url(../images/league/3.png) 0 4px no-repeat;
}
#main .main-wrapper .main-r #r-news .news-list ul li a{
  font-size: 16px;
  line-height: 32px;
  color: #E70012;
  white-space: normal;
}
#main .main-wrapper .main-r #r-news .news-list ul li a p{
  padding-left: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#main .main-wrapper #main-r #r-news .news-list ul li a div{
  font-size: 14px;
  text-indent: 28px;
  line-height: 30px;
  height: 66px;
  color: #333333;
  padding-left:32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#main .main-wrapper .main-r #r-news .title h3{
  font-size: 24px;
}
#main .main-wrapper #main-midlle {
  width: 100%;
}
#main .main-wrapper .main-l .l-column .content #r_content{
  float: none;
  width: 100%;
  padding-top: 10px;
}
#main .main-wrapper .main-l .l-column .content .r_content .content-li li{
  display: inline-block;
  width: 500px;
}
#main .main-wrapper .main-l .l-column .content .r_content .content-li li a{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}#main .main-wrapper .main-l .l-column .content .r_content ul .league-list a{
   width: 100%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
#main .main-wrapper .main-l .l-column .content .r_content .content-li .league-list{
width: 100%;
}
#main .main-wrapper .main-l .l-column .content .r_content .advice{
  width: 200px;
  height: 100px;
  padding: 20px 20px 10px;
}
#main .main-wrapper .main-l .l-column .content .r_content .advice a{
  width: 200px;
  height: 100px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
#main .main-wrapper .main-l .l-column .content .r_content .advice a img{
  vertical-align: middle;
  padding-bottom: 8px;
}
#main .main-wrapper .main-l .l-column .content .r_content .advice a p{
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#main .main-wrapper .main-l .l-column .content .r_content .content-li li:nth-child(even) {
  margin-left:70px;
  margin-right: 30px;
  float: right;
}
#main .main-wrapper .main-l .l-column .content .r_content .content-li li:nth-child(odd) {
  margin-right:100px;
  float: left;
}
/*团代会结束样式*/


