.channel {
    line-height: 23px;
    margin-left: 5px;
    font-size: 18px;
}

.yjya-list ul.padno li {
    margin: 0;
}

.uni-title {
    display: block;
    float: left;
    font-size: 18px;
    /* color: #323232;
    padding-left: 8px;
    background: url(../img/title-decoration.png) no-repeat 0 4px; */
    height: 30px;
    letter-spacing: 1px;
}

.uni-title img {
    vertical-align: top;
}

.uni-title a {
    cursor: default
}

.uni-more {
    float: right;
    line-height: 30px;
    font-size: 13px;
}

.uni-sp {
    color: #ffffff;
    direction: ltr;
    font-weight: bold;
    overflow: hidden;
    padding: 1px 6px;
    text-align: center;
    background: #188EEE;
    float: right;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0.4em;
    margin-top: 4px;
}

.uni-sp:hover {
    background: #8cd233;
}

.uni-sp a {
    display: inline-block;
    background: url(../img/uni-more-bg-white.png) no-repeat 36px 9px;
    color: #fff;
}

.uni-more a {
    display: inline-block;
    background: url(../img/uni-more-bg.png) no-repeat 28px 9px;
    width: 40px;
}

.uni-more a:hover {
    cursor: pointer;
    color: #188eee;

}

ul.ulist li {
    height: 30px !important;
    line-height: 30px !important;
    background: url("/img/common/listIcon.png") no-repeat 0px 13px;
    padding-left: 9px;
    margin: 0 0 0 6px;
	

}

ul.ulist li:hover a {
    color: #188eee;
}

.public-title {
    height: 30px;
    border-bottom: 1px solid #c5c5c5;
}

.contentPage {
    width: 660px;
    float: left;
    height: auto;
    margin-bottom: 20px;
}

.contentRight {
    width: 310px;
    float: right;
    height: auto;
}

.clear {
    clear: both;
}

/*蓝白切换框*/
.blue-change-box {
    margin: 5px;
    cursor: pointer;
    z-index: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}

.blue-change-box .box-element {
    float: left;
    cursor: pointer;
}

.blue-change-box .box-element div {
    color: rgb(51, 51, 51);
    font-family: Arial, sans-serif;
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    -moz-user-select: none;
    padding: 1px 6px;
    direction: ltr;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    border-color: rgb(113, 123, 135) rgb(113, 123, 135) rgb(113, 123, 135);
    -moz-border-top-colors: none;
    border-width: 1px 1px 1px 0;
    border-image: none;
    font-weight: normal;
    border-style: solid;
}

.blue-change-box .box-element:first-child div {
    border-width: 1px 0 1px 1px;
}

.blue-change-box .box-element div.on {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 154, 234);
    border: 1px solid rgb(113, 123, 135);
    font-weight: bold;
}