
.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 .fengebag{
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    background-image: url(../../../WebUI/img/jiangebag.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.content_box .classify_box .nav-category{
    display: flex;
}
.content_box .classify_box .nav-category .classify_title{
    padding: 4px 6px;
}
.content_box .classify_box .nav-category .live_classify_nav{
    margin-right: 20px;
    padding: 4px 6px;
    cursor: pointer;
}
.content_box .classify_box .active{
    color: #fff;
    border-radius: 0px;
    background: #c23f40;
}
.content_box .category_box {
    /*margin-top: 30px;*/
}
.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: #3a6dba;
}
.content_box .category_box .nav-category .def {
    position: absolute;
    left: 85px;
}
.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: #3a6dba;
}
.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 .floating {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    padding: 5px 0px 20px ;
    border-bottom: 1px solid #3a6dba;
    -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 {
    overflow: hidden;
    padding-bottom: 20px;
}
.content_box .item-list li {
    width: 270px;
    float: left;
    margin-top: 30px;
    margin-right: 40px;
}
.content_box .item-list li:nth-child(4n) {
    margin-right: 0;
}
.content_box .item-list li a {
    cursor: default;
    display: block;
    background-color: #fff;
    overflow: hidden;
    /*-webkit-box-shadow: #999 2px 1px 4px;*/
    /*-moz-box-shadow: #999 2px 1px 4px;*/
    /*box-shadow: #999 2px 1px 4px;*/
}
.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: 10px 15px;
}
.content_box .item-list li .item-info .tit {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
.content_box .item-list li .item-info p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_box .item-list li .item-info span {
    margin-right: 30px;
}
.content_box .item-list li .item-info span i {
    margin-right: 3px;
}
.content_box .item-list li .item-info span:last-child {
    margin-right: 0px;
}
.content_box .item-list li .ticket_detail {
    height: 50px;
    text-align: center;
}
.content_box .item-list li .look_detail {
    cursor: pointer;
    width: 100px;
    background: #BE4C4D;
    color: white;
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
    display: inline-block;
    box-sizing: border-box;
}
.content_box .choice_menu {
    height: 50px;
    border-bottom: 1px solid #3a6dba;
}
.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: #3a6dba;
}
.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: .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: #3a6dba;
}
.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(#3a6dba));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ffd5d5, endColorStr=#3a6dba);
    background: -webkit-linear-gradient(left, #ffd5d5, #3a6dba);
    background: -o-linear-gradient(left, #ffd5d5, #3a6dba);
    background: -moz-linear-gradient(left, #ffd5d5, #3a6dba);
    background: -ms-linear-gradient(left, #ffd5d5, #3a6dba);
}
.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: #3a6dba;
    color: #fff;
}
.content_box .vote li:nth-child(4n) {
    margin-right: 0;
}
.wrapper .content_box .list_box .pagination {
    display: inline-block;
    text-align: center;
    margin: 60px 0 40px;
    width: 100%;
}
.list_container {
    width: 1200px;
    margin: auto;
}

