@charset "utf-8";
/*CSS通用重置样式*/
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin:0;padding:0;list-style:none; text-decoration:none;}
fieldset, img {border:0;}
:focus {outline:0;}
address, caption, cite, code, dfn,em, th, var, optgroup,i {font-style:normal;font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
abbr, acronym {border:0;font-variant:normal;}
input, button, textarea,select, optgroup, option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
code, kbd, samp, tt {font-size:100%;}
input, button, textarea, select {*font-size:100%;}
body {font-size:12px;color:#333;background:#FFF;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
sup, sub {font-size:100%;vertical-align:baseline;}
:link, :visited , ins {text-decoration:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
img{vertical-align:middle;}
.clearfix:before,.cf:before,.clearfix:after,.cf:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}
html{_text-overflow:ellipsis;} /*���IE6��ͼƬ����*/ 
iframe{display:block;}

ol, ul {list-style: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Init */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend{margin: 0; padding: 0;border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

/* common */
body { font: 14px/1.5 "Helvetica Neue", Microsoft YaHei, "Microsoft Yahei", Helmet, Freesans, sans-serif; color:#333333; 
}
a,a:visited{ text-decoration:none;}

.clearer{ line-height:0px; clear:both; }
strong{ font-weight:bold;}

/* new clear .clear{overflow:hidden; zoom:1; clear:both;}*/
.clear:after {content: ".";clear: both;height: 0;visibility: hidden;display: block;} 
.clear {display: inline-block;    }
/**//* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/**//* End hide from IE-mac */


.part-con {
  width: 1200px;
  margin:0 auto;
  margin-top: 30px;
  overflow: hidden;
}
.part-one-left {
  float:left;
  width: 680px;
}
.swiper-con {
  width: 680px;
  height:383px;
  position: relative;
  overflow: hidden;

}

.swiper-con .swiper-slide {
  position: relative;
}
.swiper-con img {
  width: 680px;
  height:383px;
}

.swiper-con .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    background: rgba(220,31,31,.95);

  }
  .swiper-con  .swiper-slide .title a {
    color: #fff;
  }
  

  .swiper-con .swiper-pagination {
    width: auto;
    right: 10px;
    left: auto;
    bottom: 22px;
  }
  
  
  
  .swiper-con  .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0;
    opacity: 1;
    background: #fff;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  
  .swiper-con .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: #fff;
  }
  
  .swiper-con  .swiper-button-next,.swiper-con  .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
  }

.list-con {
  width: 680px;
  margin-top: 10px;
}

.list-con ul li {
  line-height: 60px;
  height: 60px;
  border-bottom: 1px dashed #dfdfdf;
  width: 96%;
  padding-left: 26px;
  background: url(../images/2025libg.png) no-repeat center left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
}

.list-con ul li a {
  color:#333;

}


.part-one-right {
  width: 490px;
  float:right;
}

.head-title {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #dd2828;
  position: relative;
}
.head-title p.curre {
  border-bottom: 5px solid #dd2828;
}
.head-title p {
  color:#dc1f1f;
  font-weight: bold;
  font-size: 24px;
  min-width: 130px;
  float: left;
  height: 53px;
  line-height: 53px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.head-title .more {
  position: absolute;
}
.head-title .more a {
  display: none;
}
.head-title .more a.curre {
  display: inline-block;
}


.list-big {
  width: 100%;
  margin-top: 5px;
}
.list-big .item {
  overflow: hidden;
  padding: 16px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dfdfdf;
}
.list-big .item  .time {
  float:left;
  text-align: center;
  width: 61px;
  font-size: 14px;
}
.list-big .item  .time .day {
  font-size: 20px;
}
.list-big .item .title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-left: 25px;
  flex: 1;
}
.list-big .item .title a {
  color:#333;
}

.more {
 width: 100%;
 height:35px;
 margin-top:15px;
 text-align: right;
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
.more a {
  color:#dc1f1f;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.more a img {
  margin-left:5px;
}

.poster {
  width: 1200px;
  margin:0 auto;
  margin-top: 25px;
}



.part-left {
  float: left;
  width: 680px;
}

.part-right {
  width: 490px;
  float: right;
}


.choose-con {
  width: 100%;
}
.choose-con .list-con {
  width: 100%;
  margin-top: 15px;
  display: none;
}
.choose-con .list-con.curre {
  display: block;
}


.link-con {
  width: 1200px;
  margin:0 auto;
  overflow: hidden;
  margin-top: 55px;
}

.link-con .title {
  float:left;
  color:#dc1f1f;
  font-size:18px;
  font-weight: bold;
}

.link-con ul {
  float:left;
  padding-left: 38px;
  width: 1090px;
}
.link-con ul li {
  float:left;
  font-size:16px;
  color:#333;
  margin-right: 30px;
  padding-left: 30px;
}
.link-con ul li a {
  color:#333
}
