
.zhuanti-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /* padding: 0 10px; */
    clear: both;
}

.zhuanti-background {
    width: 100%;
    background: #fff9f7;
    margin: 20px 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 8px rgba(99,127,136,.2);
    -moz-box-shadow: 0px 0px 8px rgba(99,127,136,.2);
    box-shadow: 0px 0px 8px rgba(99,127,136,.2);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 100%;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.zhuanti-nav {
    /* height: 400px; */
    width: 230px;
    float: left;
}

.zhuanti-logo {
    width: 230px;
    height: 120px;
    margin-top: 0;
}

.zhuanti-logo img {
    width: 230px;
    height: 100%;
    border-top-left-radius: 8px;
    /* height: auto; */
    display: block;
    border: none;
}

.zhuanti-info {
    float: left;
    min-height: 800px;
    width: 920px;
    background: #fff;
    border-radius: 0 4px 4px 0;
    padding: 20px 20px 40px 30px;
    margin-top: 110px;
    overflow-y: auto;
    border-bottom-right-radius: 8px;
}

.zhuanti-search {
    height: 78px;
    position: absolute;
    right: 45px;
    top: 0;
    background: #fff;
    z-index: 1002;
    padding-top: 20px;
}

.zhuanti-search-input {
    border: 1px #e5e6e6 solid;
    background: #fff;
    padding: 0 10px;
    float: left;
    position: relative;
    width: 670px;
    height: 44px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.zhuanti-search-input input {
    font-size: 14px;
    color: #313534;
    padding: 10px 0;
    line-height: 22px;
    width: 643px;
    border: none;
    background: none;
}

.zhuanti-search-input:hover {
    border: 1px solid #f86342;
}

.zhuanti-search-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0px 11px;
    background: #2698e4;
    float: right;
    width: 122px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 15px;
}

.zhuanti-time {
    height: 120px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 970px;
    background: #fff9f7;
    z-index: 1002;
    border-top-right-radius: 8px;
}

.zhuanti-nav-list .zhuanti-item {
    margin-top: 10px;
    border-left: 5px #fff9f7 solid;
    padding-left: 18px;
    height: 52px;
    cursor: pointer;
    font-size: 15px;
    line-height: 52px;
}

.zhuanti-nav-list .zhuanti-item.on {
    background: #fff;
    border-color: #f86342;
}

.zhuanti-nav-list-other .zhuanti-item {
    margin-top: 10px;
    padding-left: 18px;
    height: 52px;
    cursor: pointer;
    font-size: 15px;
    line-height: 52px;
    /* background: #fff; */
    font-weight: 600;
}

.zhuanti-nav-list-other .zhuanti-item-list {
    padding: 0px 18px;
}

.zhuanti-nav-list-other .zhuanti-item-list .zhuanti-title-btn {
    margin: 15px 0px;
    font-size: 14px;
    padding: 4px 0;
    text-align: center;
    background-color: #f86342;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.zhuanti-nav-list-other .zhuanti-item-list a .zhuanti-title-btn{
    margin: 15px 0px;
    font-size: 14px;
    padding: 4px 0;
    text-align: center;
    background-color: #f86342;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.zhuanti-nav-list-other .zhuanti-item-list a .zhuanti-title-btn:hover {
    background-color: #ca2702;
}
.icon {
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 15px;
}

.icon-image01 {
    background: url("../images/zhuanti/icon001.png") left no-repeat;
    background-size: contain;
}

.icon-image02 {
    background: url("../images/zhuanti/icon002.png") left no-repeat;
    background-size: contain;
}

.icon-image03 {
    background: url("../images/zhuanti/icon003.png") left no-repeat;
    background-size: contain;
}

.icon-image04 {
    background: url("../images/zhuanti/icon004.png") left no-repeat;
    background-size: contain;
}

.icon-image05 {
    background: url("../images/zhuanti/icon005.png") left no-repeat;
    background-size: contain;
}

.zhuanti-info ul li h2 {
    font-weight: normal;
    color: #000;
    font-size: 16px;
}

.zhuanti-info ul li h3 {
    font-weight: normal;
    color: #666;
    font-size: 16px;
}

.lin {
    width: 63px;
    height: 1px;
    background: #313534;
    margin: 8px 0 10px 0;
}

.zhuanti-side {
    padding-top: 1px;
}

.zhuanti-info .zhuanti-side h3 {
    color: #333;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #999;
    cursor:pointer;
}

.zhuanti-info .zhuanti-side h3:hover{
    color:#f86342;
}

.zhuanti-info .zhuanti-side ul {
    padding-top: 14px;
}

.zhuanti-info .zhuanti-side ul li {
    color: #999;
    font-size: 13px;
    padding: 5px 0;
}

.zhuanti-info ul li a {
    color: #f86342;
    text-decoration: underline;
}



.cx-time-box {
    float: left;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 68px 0 0 0px;
    overflow: hidden;
}
.cx-time-box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.cx-round-box {
    position: relative;
    width: 12px;
    height: 100%;
    width: 100%;
}

.cx-time-top {
    position: absolute;
    bottom: 50%;
    left: 0px;
    width: 130px;
    min-height: 20px;
    height: auto;
    font-size: 16px;
    margin-bottom: 18px;
    text-align: center;
}
/* .cx-time-active {
    margin-top: -2px;
} */
.cx-time-active > div {
    color: #969799;
}
.cx-time-round {
    position: relative;
    width: 12px;
    height: 12px;
    left: 44px;
    margin-top: -6px;
    background: #969799;
    border-radius: 50%;
    cursor: pointer;
}
.cx-time-active > div {
    color: #f86342;
}

.cx-time-active .cx-time-top {
    margin-bottom: 20px;
}

.cx-time-active .cx-time-bottom {
    margin-top: 10px;
}

.cx-time-active .cx-time-round {
    width: 16px;
    height: 16px;
    left: 44px;
    margin-top: -8px;
    z-index: 99;
    background: #f86342;
}

.cx-time-bottom {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100px;
    min-height: 20px;
    height: auto;
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
}
.cx-time-box ul::after {
    position: absolute;
    content: '';
    width: 88%;
    height: 2px;
    top: 67px;
    left: 50px;
    background: #969799;
}

.zhuanti-info .page-box-content {
    padding-top: 10px;
}