/*向上*/
.triangle_border_up {
  width: 0;
  height: 0;
  border-width: 0 30px 30px;
  border-style: solid;
  border-color: transparent transparent #333;
  /*透明 透明  灰*/
  margin: 40px auto;
  position: relative;
}
.triangle_border_up span {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 28px 28px;
  border-style: solid;
  border-color: transparent transparent #fc0;
  /*透明 透明  黄*/
  position: absolute;
  top: 0px;
  left: 0px;
}
/*向下*/
.triangle_border_down span {
  display: block;
  width: 0;
  height: 0;
  border-width: 28px 28px 0;
  border-style: solid;
  border-color: #fc0 transparent transparent;
  /*黄 透明 透明 */
  position: absolute;
  top: 0px;
  left: 0px;
}
/*向左*/
.triangle_border_left span {
  display: block;
  width: 0;
  height: 0;
  border-width: 28px 28px 28px 0;
  border-style: solid;
  border-color: transparent #fc0 transparent transparent;
  /*透明 黄 透明 透明 */
  position: absolute;
  top: 0px;
  left: 0px;
}
/*向右*/
.triangle_border_right span {
  display: block;
  width: 0;
  height: 0;
  border-width: 28px 0 28px 28px;
  border-style: solid;
  border-color: transparent transparent transparent #fc0;
  /*透明 透明 透明 黄*/
  position: absolute;
  top: 0px;
  left: 0px;
}
.my-skin .layui-layer-btn a.layui-layer-btn0 {
  background-color: #be4c4d;
  border: 1px solid #be4c4d;
  color: #FFF;
}
.content {
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  position: relative;
  min-height: 800px;
}
.content_box {
  width: 100%;
  min-height: 680px;
  background-image: url("../../../WebUI/img/list_bj_02.jpg");
  background-attachment: fixed;
}
.content_box .bread {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content_box .bread b {
  font-weight: normal;
}
.content_box .category_box {
  margin-top: 0px;
}
.content_box .category_box .nav-category {
  position: relative;
  padding: 0 0 0 155px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.content_box .category_box .nav-category.heightIsAuto {
  height: 30px;
}
.content_box .category_box h4 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #be4c4d;
}
.content_box .category_box .nav-category .def {
  position: absolute;
  left: 85px;
}
.content_box .category_box .nav-category .def span {
  color: #666;
}
.content_box .category_box .nc-items {
  width: 970px;
  float: left;
}
.content_box .category_box .nc-items span {
  font-size: 14px;
  color: #666666;
}
.content_box .category_box span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #666;
  padding: 0 8px;
}
.content_box .category_box .nav-category a.cur span {
  color: #fff;
  border-radius: 0px;
  background: #be4c4d;
}
.content_box .category_box .nav-category .nc-items a:not(.def) {
  float: left;
  width: 97px;
  height: 30px;
  margin-bottom: 5px;
}
.content_box .category_box .more {
  display: none;
  width: 70px;
  height: 28px;
  text-align: center;
  position: relative;
  border: 1px solid #dddddd;
}
.content_box .category_box .more i {
  position: absolute;
  right: 4px;
  font-size: 12px;
  top: -3px;
}
.content_box .category_box .more i.rotate180 {
  top: 2px;
  transform: rotate(180deg);
}
.content_box .list_box {
  min-height: 700px;
}
.content_box .floating {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  padding: 5px 0px 20px ;
  border-bottom: 1px solid #be4c4d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content_box .floating a {
  box-shadow: #666 0px 0px 10px;
  display: inline-block;
  width: 227px;
  border-radius: 3px;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  background-size: cover;
  margin-left: 20px;
}
.content_box .floating .opt-l {
  width: 50px;
  height: 40px;
  float: left;
  border-right: 1px #D89FA0 dashed;
  position: relative;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content_box .floating .opt-l:after {
  position: absolute;
  bottom: -14px;
  left: -10px;
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #D89FA0;
  border-bottom-right-radius: 5px ;
  border-bottom-left-radius: 5px ;
}
.content_box .floating .opt-l img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.content_box .floating .opt-r {
  float: left;
  width: 130px;
  height: 40px;
  padding-left: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content_box .floating .opt-r:after {
  position: absolute;
  bottom: -14px;
  content: "";
  display: block;
  width: 156px;
  height: 4px;
  background-color: #D89FA0;
  border-bottom-right-radius: 5px ;
  border-bottom-left-radius: 5px ;
}
.content_box .floating .opt-r p {
  color: #333;
  line-height: 22px;
}
.content_box .item-list {
  padding-bottom: 20px;
}
.content_box .item-list li {
  width: 270px;
  float: left;
  margin-top: 30px;
  margin-right: 40px;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: block;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: #ccc 0px 0px 10px;
  -moz-box-shadow: #ccc 0px 0px 10px;
  box-shadow: #ccc 0px 0px 10px;
}
.content_box .item-list li:nth-child(4n) {
  margin-right: 0;
}
.content_box .item-list li .img-wrap {
  width: 100%;
}
.content_box .item-list li .img-wrap img {
  width: 100%;
  height: 160px;
}
.content_box .item-list li .item-info {
  padding: 0px 15px;
}
.content_box .item-list li .item-info .tit {
  font-size: 16px;
  color: #333;
  margin: 6px 0;
  font-weight: bold;
  line-height: 24px;
}
.content_box .item-list li .item-info p {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 22px;
  color: #888888;
}
.content_box .item-list li .item-info i {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
.content_box .item-list li .item-info .time i {
  background: url("img/time.png") no-repeat center;
  width: 16px;
  height: 16px;
}
.content_box .item-list li .item-info .region i {
  background: url("img/liexing.png") no-repeat center;
  width: 16px;
  height: 16px;
}
.content_box .item-list li .item-info .type i {
  background: url("img/renshu.png") no-repeat center;
  height: 16px;
  width: 17px;
}
.content_box .item-list li .seeall {
  display: block;
  margin: 20px auto 20px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #be4c4d;
  font-weight: bold;
}
.content_box .item-list li .info_cover {
  position: absolute;
  width: 84px;
  height: 55px;
  top: 0;
  left: 0;
}
.content_box .item-list li .info_cover.info_wzm {
  background: url("../../../WebUI/img/bg_wzm_03.png");
}
.content_box .item-list li .info_cover.info_zm {
  background: url("../../../WebUI/img/bg_zm_03.png");
}
.content_box .choice_menu {
  height: 50px;
  border-bottom: 1px solid #be4c4d;
}
.content_box .choice_menu p {
  text-align: center;
  float: right;
}
.content_box .choice_menu span {
  margin-left: 20px;
  width: 76px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
}
.content_box .choice_menu span.active,
.content_box .choice_menu span:hover {
  color: #fff;
  background: #be4c4d;
}
.content_box .vote {
  padding-bottom: 30px;
}
.content_box .vote li {
  background: #fff;
  width: 270px;
  height: 300px;
  margin-right: 30px;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
  box-shadow: rgba(64, 58, 58, 0.49) 0px 0px 10px;
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
  float: left;
}
.content_box .vote li:hover {
  transform: translateY(-10px);
}
.content_box .vote li .item-info p {
  color: #888888;
  line-height: 24px;
}
.content_box .vote li .item-info .tit {
  font-size: 16px;
  font-size: 16px \9;
  height: 30px;
  box-sizing: border-box;
  color: #555;
  border-bottom: 1px solid #cccccc;
  font-weight: bolder;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.content_box .vote li .item-info .percent {
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #be4c4d;
}
.content_box .vote li .item-info .progresss {
  height: 15px;
  background: #c7c7c7;
  padding: 0;
  margin: 25px 0px 10px 0px;
  border-radius: 10px;
}
.content_box .vote li .item-info .progresss .percentage {
  display: block;
  height: 15px;
  border-radius: 10px;
  background: -webkit-gradient(linear, 0%, 100%, from(#FFD5D5), to(#BE4C4D));
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FFD5D5, endColorStr=#BE4C4D);
  background: -webkit-linear-gradient(left, #FFD5D5, #BE4C4D);
  background: -o-linear-gradient(left, #FFD5D5, #BE4C4D);
  background: -moz-linear-gradient(left, #FFD5D5, #BE4C4D);
  background: -ms-linear-gradient(left, #FFD5D5, #BE4C4D);
}
.content_box .vote li .item-info .toupiao {
  width: 140px;
  display: block;
  font: bold 14px/40px "微软雅黑";
  margin: 25px auto 0px ;
  text-align: center;
}
.content_box .vote li .item-info .toupiao:hover {
  color: #fff;
  cursor: pointer;
}
.content_box .vote li .item-info .toupiao.jieshu {
  background: #CCCCCC;
  color: #666666;
}
.content_box .vote li .item-info .toupiao.juban {
  background: #be4c4d;
  color: #fff;
}
.content_box .vote li:nth-child(4n) {
  margin-right: 0;
}
.pagination{
  text-align: center;
}
