.index-banner{
    height: 450px;
    border: 1px solid #efebeb;
}
.home-login{
    padding: 2px;
    background: #fff;
    width: 238px;
    min-height: 445px;
}
.user-type{
    height: 40px;
    background: #ebf3fb;
    line-height: 40px;
    color: #b4d2f1;
}
.user-type span{
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 116px;
    text-align: center;
    cursor: pointer;
}
.user-type span.active{
    font-weight: bold;
    color: #3186dd;
}
.user-info{
    height: 56px;
    padding: 20px 0 28px 0;
}
.user-box{
    padding-left: 10px;
}
.user-name{
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 6px 0;
}
.user-we{
    font-size: 12px;
    color: #999999;
}
.user{
    margin: 0 10px;
    border-bottom: dotted 2px #d4d2d2;
    padding: 0 10px;
}
.login-list{
    height: 28px;
    border: solid 1px #ececec;
    border-radius: 13px;
    margin-bottom: 15px;
}
.login-icon{
    width: 18px;
    height: 18px;
    margin: 4px 0 0 10px;
}
.login-ipt{
    width: 140px;
    height: 28px;
    border: none;
    padding: 0 10px;
}
.login-sub{
    height: 30px;
    background: #ff8c10;
    color: #fff;
    border-radius: 15px;
    width: 100%;
    border: none;
}
.form-login{
    padding-bottom: 30px;
}
.home-login dl{
    padding: 0 20px;
}
.home-login dl dt{
    font-size: 18px;
    font-weight: bold;
    padding: 24px 0 10px 0;
}
.home-login dl dd{
    line-height: 30px;
}
.home-login dl dd a{
    color: #666666;
}
.home-login dl dd span{
    color: #999999;
    float: right;
}
.tui-title{
    font-size: 22px;
    font-weight: bold;
    padding: 45px 0 20px 0;
}
.tui-title a{
    color: #999999;
    font-size: 14px;
}
.tui li{
    float: left;
    width: 222px;
    height: 80px;
    background: #fff;
    border: solid 1px #e2e2e2;
    margin-bottom: 20px;
}
.tui li img{
    display: block;
    width: 222px;
    height: 68px;
    margin: 7px auto;
}
.tui li:not(:nth-of-type(5n)){
    margin-right: 20px;
}

/*.chan{*/
/*    height: 600px;*/
/*}*/
.chan-left{
    width: 266px;
    position: relative;
}
.chan-left a{
    position: absolute;
    width: 112px;
    height: 27px;
    color: #fff;
    background: #f58705;
    left: 50%;
    margin-left: -56px;
    text-align: center;
    line-height: 27px;
    border-radius: 14px;
    bottom: 48px;
}
.chan-ul{
    /* width: 900px; */
    height: 573px;
    border: solid 1px #e2e2e2;
    background: #fff;
    padding: 10px;
}
.chan-ul li{
    padding: 10px;
    width: 205px;
    animation:all 0.5s;
}
.chan-ul li:hover{
    -webkit-box-shadow:0 0 10px #e4e4e4;
    -moz-box-shadow:0 0 10px #e4e4e4;
    box-shadow:0 0 10px #e4e4e4;
}
.chan-ul li .chan-img{
    width: 205px;
    height: 205px;
	border: solid 1px #e2e2e2;
}
.chan-name {
    padding: 10px 0;
    color: #333;
}
.chan-ul li:hover .chan-name{
    color: #144bc9;
}
.chan-name span{
    color: #ef1f1f;
    font-weight: bold;
}
.chan-text{
    font-size: 12px;
    color: #999999;
}

.new{
    height: 362px;
    padding-top: 50px;
}
.new-list{
    width: 372px;
    height: 360px;
    background: #fff;
    border: solid 1px #e2e2e2;
}
.new-list:not(:last-of-type){
    margin-right: 39px;
}
.new-list dl{
    padding: 0 11px;
}
.new-list dt{
    font-weight: bold;
    font-size: 22px;
    padding: 20px 0 5px 0;
}
.new-list dt a{
    color: #f7a60a;
    font-size: 14px;
}
.user-head-logined{
    width: 105px;
    height: 105px;
    display: block;
    margin: 58px auto 0;
}
.logined{
    border-bottom: dotted 2px #d4d2d2;
    height: 235px;
    text-align: center;
}
.logined-name{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}
.logined-huan{
    font-size: 12px;
    color: #999;
}
.new-list dd{
    padding: 19px 0;
}
.new-list dd:not(:last-of-type){
    border-bottom: dotted 2px #e7e6e6;
}
.new-list dd i{
    float: left;
    width: 5px;
    height: 5px;
    background: #3186dd;
    margin: 7px 10px 0 0;
}
.new-list dd span{
    float: right;
    color: #999999;
}
.new-list dd a{
    color: #333;
}
.link li{
    float: left;
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: solid 1px #e2e2e2;
    background: #fff;
    margin-bottom: 20px;
}
.link li a{
    display: inline-block;
    color: #333;
    font-size: 12px;
}
.link li:not(:nth-of-type(8n)){
    margin-right: 20px;
}