﻿.aImg {
    float:left;
    margin-right:10px;
    height:250px;
    width:100px;
    background-size:auto 250px !important;
}

.tabT {
    margin-left:20px;
}

.aContent {
    padding:10px;
}

.aright {
    width:20%;
    float:left;
    text-align:right;
    padding-right:20px;
}
.aleft {
    width:80%;
    float:left;
}

#ArticleDiv>div:last-child {
    border-bottom:0px;
    padding-left:20px;
}

#ArticleDiv>div {
    border-bottom:1px solid #ccc;
    padding-left:20px;
    font-size:1.5vh;
}

a {
    text-decoration:none;
}

.ccs>li.active a{
    background:#f7f7f7 !important;
    color:#333 !important;
}
.ccs>li>a:hover {
    background:#d7d7d7 !important;
}
.ccs>li>a {
    color:#555 !important;
}

.MainCategory{
    background:#ddd;
    width:100%;
    height:40px;
    clear:both;
    margin:0px;
}

.MainCategory>li{
    width:33.333333%;
    text-align:center;
    height:40px;
    float:left;
}

.MainCategory>li.active a{
    padding:10px 0px;
    background:#eee;
    color:#555;
    pointer-events: none;
}
.MainCategory>li>a:hover{
    background:#ccc;
}
.MainCategory>li>a{
    padding:10px 0px;
    cursor:pointer;
    color:#777;
}

#USERBasic {
    overflow:hidden;
    max-width:75px;
    font-size:12px;
    margin-left:5px;
    float:left;
    max-width:75px;
    min-height:75px;
}

#PName {
    font-size:15px;
    margin:0px;
}

#Signature {
    position:relative;
    margin:0px;
}

.MainLeftDiv {


}

#MainDiv {
    background:#fff;
    margin-bottom:100px;
    border-radius:1px;
    border: 1px solid;
    border-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0), #555) 5 10;
    border-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0), #555) 5 10;
    border-image: linear-gradient(to bottom,rgba(0,0,0,0), #555) 5 10;
}

#SerchDiv {
    background: url(../Image/中易道_龙1.png) no-repeat;
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:100% 60%;
    background-size: 100% 60%;
    -webkit-background-size: 100% 60%;
    -o-background-size: 100% 60%;
    background-position-y:45px;
    overflow:hidden;
}

#SerchDiv1 {
    background: url(../Image/中易道_龙1.png) no-repeat;
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:100% 100%;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    overflow:hidden;
}

.srechBtn {
    border-radius:0px 5px 5px 0px;
    border-left:0px;
    height: 35px;
    background-color: rgba(233,233,233,0.3);
    color:#fff;
}
    .srechBtn:hover {
        border-color:#ccc !important;
    }

.srechInput {
    border-radius: 0px !important;
    border-color:#ccc;
    width: calc(100% - 53px) !important;
    height: 35px;
    background: rgba(233,233,233,0.3);
    color: #fff;
}
.srechInput::-webkit-input-placeholder{
        color: #eee;
}
.srechInput::-moz-placeholder{
        color: #eee;        
}
.srechInput:-ms-input-placeholder{
        color: #eee;
}