﻿
.nav-title{
    background: #f0f0f0;
}
.nav-title-a:hover,.a-underline:hover {
    text-decoration: underline;
}
.width-1200 .block-tt-nav {
    position: relative;
}
.width-1200 .block-tt-nav > li {
    display: inline-block;
}
.width-1200 .block-tt-nav > li > a {
    display: inline-block;
    color: #333;
    padding: 10px 20px;
    border-top: 3px solid transparent;
}
.width-1200 .block-tt-nav > li.active > a {
    background: #fff;
    border-color: #0b5c9a;
    color: #0b5c9a;
}

.ac-ul > .cell-fixed {
    padding: 15px 25px;
}
.ac-ul > .cell-fixed > a {
    line-height: 3;
    display: block;
    position: relative;
    width: 182px;
    border: 1px solid #ddd;
    transition: all .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ac-ul > .cell-fixed > a > img {
    width: 180px;
    height: 180px;
}
.ac-ul > .cell-fixed > a > b {
    font-size: 16px;
}
.ac-ul > .cell-fixed > a > span {
    color: #aaa;
    position: relative;
    top:-25px;
}
.ac-ul > .cell-fixed > a:hover {
    box-shadow: 0 0 22px rgba(0,0,0,0.3);
}
.ac-ul > .cell-fixed > a:after {
    display: block;
    position: absolute;
    bottom:12px;
    right:-50px;
    width: 150px;
    line-height:2;
    color: #fff;
    transform: rotate(-45deg);
}
.ac-ul > .cell-fixed > a.state1:after {
    content: '进行中';
    background-color: rgba(52, 145, 26, 0.75);
}
.ac-ul > .cell-fixed > a.state2:after {
    content: '投票中';
    background-color: rgba(145, 88, 17, 0.75);
}
.ac-ul > .cell-fixed > a.state3:after {
    content: '已结束';
    background-color: rgba(145, 18, 19, 0.75);
}

.works-ul > .cell-fixed > .bd {
    border: 1px solid #ddd;
    transition: all .3s;
    width: 340px;
    padding: 15px;
    position: relative;
}
.works-ul > .cell-fixed > .bd:after {
    position: absolute;
    z-index: 99;
    top:182px;
    right:15px;
    width: 125px;
    height: 50px;
    background-size: cover;
    transform: rotate(-15deg);
}
.works-ul > .cell-fixed {
    padding: 15px 25px;
}
.works-ul > .cell-fixed > .bd > img {
    border-radius: 200px;
    width: 86px;
    height: 86px;
    margin: 15px 0;
}
.works-ul > .cell-fixed > .bd > .flex-box {
    text-align: left;
}
.works-ul > .cell-fixed > .bd .row3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.works-ul > .cell-fixed > .bd:hover {
    box-shadow: 0 0 22px rgba(0,0,0,0.3);
}
.works-ul > .cell-fixed > .bd.awards1:after {
    content: '';
    background-image:url(../images/awards_1.png) ;
}
.works-ul > .cell-fixed > .bd.awards2:after {
    content: '';
    background-image:url(../images/awards_2.png) ;
}
.works-ul > .cell-fixed > .bd.awards3:after {
    content: '';
    background-image:url(../images/awards_3.png) ;
}
.works-ul > .cell-fixed > .bd .sn {
    position: absolute;
    top:0;
    left: 25px;
}
.works-ul > .cell-fixed > .bd .sn > b {
    font-size: 68px;
    font-family: 'Arial';
    color: orange;
}
.select-right-view {
    height: 570px;
}
.select-right-view > .right {
    width: 290px;
}
.select-right-view > .right > ul {
    height: 570px;
    overflow-y: auto;
    border-left: 6px solid #0b5c9a;
    padding: 0 15px;
}

.select-right-view > .right > ul > li {
    border: 1px solid #eee;
    padding: 8px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    transition: all .3s;
}
.select-right-view > .right > ul > li img {
    width: 56px;
    height: 56px;
    border-radius: 200px;
}
.select-right-view > .right > ul > li.active {
    border-color: #0b5c9a;
    background-color:#0b5c9a ;
    color: #fff;
}
.select-right-view > .right > ul > li.active p.text-777 {
    color: #fff !important;
}
.select-right-view > .right > ul > li.active:before {
    content:"\f0da";
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position: absolute;
    top:20px;
    left: -17px;
    z-index: 9;
    color:#0b5c9a ;
}
.select-right-view > .right > ul > li:hover {
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
}
.select-right-view > .left .hd {
    font-size: 18px;
    display: inline-block;
    padding: 10px 0;
}
.select-right-view > .left .bd .img {
    width: 300px;
}
.select-right-view > .left .bd .img > .flex-box {
    width: 240px;
    margin: 10px auto;
    font-size: 16px;
}
.select-right-view > .left .bd .img > .flex-box + .flex-box {
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}
.select-right-view > .left .bd .img img {
    border-radius: 200px;
    width: 260px;
    height: 260px;
}
.select-right-view > .left .bd .info {
    text-indent: 2em;
    height: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.select-right-view > .left .edit {
    position: absolute;
    right: 25px;
    top:13px;
    z-index: 9;
}
.select-right-view > .left .edit > a {
    color: #aaa;
}
.select-right-view > .left .edit > a.active {
    color:#0b5c9a ;
}
.select-right-view > .left .edit > a:hover {
    color: #c2d8eb;
}

.judges-ul li > a {
    color: #aaa;
}
.judges-ul li > a:hover {
    color: #0b5c9a;
}
.judges-ul li > a.active {
    color: #008403;
}

input[type=checkbox]+.doer-switch{
    position:relative;
    display:inline-block;
    width:80px;
    height: 30px;
    background: #e6e6e6;
}
input[type=checkbox]+.doer-switch:before{
    content:'';
    width: 50%;
    height: 30px;
    position: absolute;
    left:0;
    top:0;
    background: #5cb85c;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}
input[type=checkbox]:checked+.doer-switch:before{
    left:50%;
}

.switch {
    height: 30px;
    display: block;
    text-align: center;
    margin: auto;
}

.switch .doer-switch {
    width: 60px;
    top:1px;
}
.switch .doer-switch:before {
    color: #fff;
    line-height: 30px;
}
.switch input[type=checkbox] + .doer-switch:before {
    content: '开';
    background: rgb(87, 181, 227);
}
.switch input[type=checkbox]:checked + .doer-switch:before {
    content: '关';
    background: #e55c65;
}
.step-box {

}
.step-box li .step {
    border: 1px dashed #ccc;
    padding: 30px;
    border-radius: 100px;
    height: 130px;
    width: 130px;
    text-align: center;
    font-size: 16px;
    display: block;
}
.step-box li.active .step {
    background-color:#0b5c9a ;
    color: #fff;
}
