.bg-gray{
    background-color:#F5F5F5;
}
.auto-header{
    height: 72px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}
.hsite_name {
    display: inline-block;
    width: 200px;
    height: 55px;
/*    line-height: 55px;*/
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Microsoft YaHei', sans-serif;
    background: linear-gradient(90deg, #3C75C7, #5A9DFF, #3C75C7); /* 文字渐变色 */
    -webkit-background-clip: text; /* 仅对文字应用渐变 */
    background-clip: text;
    color: transparent; /* 隐藏原文字颜色，显示渐变 */
    text-shadow: 0 2px 4px rgba(60, 117, 199, 0.3); /* 文字阴影增强立体感 */
    transition: all 0.3s ease;
    position: relative;
}
.header-top .logo{
    float: left;
    width: 150px;
    height: 49px;
    margin-top: 12px;
}
.header-top .logo img{
    width: 100%;
}
.header-top .login .btn{
    width: 96px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #66C571;
    border-radius: 4px;
    cursor: pointer;
}
.header-top .search-box{
    float: left;
    width: 500px;
    height: 40px;
    margin-top: 15px;
    margin-left: 200px;
    background-color: #F5F6F7;
    border: 1px solid #66C571;
    border-radius: 16px;
}
.header-top .search-box .search-txt{
    float: left;
    width: 400px;
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
    margin-top: 1px;
    border: 0 none;
    background-color: #F5F6F7;
    outline:none;
}
.header-top .search-box .search-txt:focus{   
	border:none;
}
.header-top .search-box .search-btn{
    float: right;
    width: 88px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 0 none;
    background-color: #66C571;
    color: #fff;
    border-radius: 0px 16px 16px 0px;
    font-size: 16px;
}
.header-top .search-user{
    float: right;
    margin-top: 15px;
}
.header-top .search-user .profile{
    width: 40px;
    height: 40px;
}
.header-top .search-user .profile img{
    width: 100%;
    border-radius: 50%;
}
.mod-box {
    background-color: #fff;
}
.mod-box .title-block{
    position: relative;
    z-index: 10;
    height: 48px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 0px 0px #E8E8ED;
    border-radius: 2px 2px 0px 0px;
}
.mod-box .title-block .title{
    margin-left: 15px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
}
.mod-box .mod-content{
    padding-bottom: 20px;
}
.mod-box .mod-content li{
    clear: both;
    /* height: 40px; */
    margin: 20px 15px 0;
}
.mod-box .mod-content li .lileft{
    width: 40px;
    float: left;
}
.mod-box .mod-content li .lileft img{
    width: 40px;
    height: 40px;
    border-radius: 2px;
}
.mod-box .mod-content li .liright{
    width: 260px;
    float: left;
    margin-left: 10px;
}
.mod-box .mod-content li .liright .title{
    overflow: hidden;
}
.mod-box .mod-content li .liright .info{
    margin-top: 5px;
    font-size: 12px;
    color: #999AAA;
}
.mod-box .mod-content.mod-video .lileft{
    position: relative;
    width: 88px;
}
.mod-box .mod-content.mod-video .lileft img{
    width: 88px;
    height: 49px;
    border-radius: 2px;
}
.mod-box .mod-content.mod-video .lileft .vico{
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 10;
    width: 32px;
    height: 32px;
    display: block;
    background: url(img/icon-video.png) no-repeat;
    background-size: contain;
}

.mod-box .mod-content.mod-video li .liright{
    width: 210px;
}
.mod-box .mod-content li .liright .tags span{
    padding: 4px 8px;
    display: inline-block;
    margin-right: 4px;
    background-color: #F7F7FC;
    border-radius: 2px;
}
.mod-mylinks{
    padding: 15px;
}
.mod-mylinks a{
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    line-height: 32px;
    background-color: #F0F0F5;
    border-radius: 2px;
    color: #999AAA;
}
.mod-contact{
    padding: 15px;
}
.mod-contact p{
    color: #999AAA;
    line-height: 28px;
}
.mod-contact p a{
    color: #999AAA;
}
.mod-recvideo .ullist{
    margin-top: 20px;
}
.mod-recvideo .ullist li{
    width: 146px;
    position: relative;
    float: left;
    margin-bottom: 15px;
    margin-left: 17px;
}
.mod-recvideo .ullist li .title{
    height: 23px;
    line-height: 23px;
    overflow: hidden;
}
.mod-recvideo .ullist img{
    width: 146px;
    height: 80px;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
.mod-recvideo .ullist .bg{
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 25px;
    background-color: #000;
    opacity: 0.4;
    border-radius: 0 0 4px 4px;
}
.mod-recvideo .ullist .time{
    position: absolute;
    right: 5px;
    top: 60px;
    color: #fff;
}
.mod-recvideo .ullist .vico{
    position: absolute;
    left: 55px;
    top: 12px;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: block;
    background: url(img/icon-video.png) no-repeat;
    background-size: contain;
}