html body {
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: rgb(255, 255, 255);
}

.top {
    background: white;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 51;
}

.top .top-img {
    margin: 2px 0 0 40px;
    width: 140px;
    height: 46px;
}

.top .menu {
    height: 100%;
    float: right;
}

.top .menu .list {
    margin-right: 20px;
    list-style: none;
}

.top .menu .list li {
    float: left;
}

.top .menu .list li a {
    padding: 15px;
    color: #9dafbe;
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.head {
    background: white;
    color: white;
    height: 200px;
    text-align: center;
    width: 100%;
    padding-top: 58px;
    background-image: url(./../images/bannerbg.png);
    background-repeat: repeat-x;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.head .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    padding-top: 52px;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4),0 0 30px rgba(0,0,0,0.075);
}

.head .subtitle {
    font-size: 20px;
    font-weight: normal;
    margin-top: 9px;
}

.content {
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.content .content-head {
    height: 84px;
    clear: both;
}

.content .content-head .content-label-box {
    display: inline-block;
}

.content .content-head .content-label-box .content-label {
    border-bottom: 5px solid #2b2b2b;
    float: left;
    font-size: 30px;
    padding-bottom: 9px;
    margin: 0;
}

.content-body {
    width: 1098px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

.content-body:after{
    content:".";
    height:0;
    visibility:hidden;
    display:block;
    clear:both;
}

.content-body .content-items {
    width: 100%;
}
.hidden {
    display: none;
}

.item-bg {
    float: left;
    width: 202px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0 11px 22px;
    position: relative;
}

.item-bg a {
    text-decoration: none;
}

.item-bg:hover {
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
}

.item-bg .item-img {
    width: 202px;
    height: 158px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 3px 3px 0 0;

    overflow: hidden;
}

.item-bg .item-img img {
    position: relative;
    
    max-width: none;
    max-height: none;
}

.item-bg:hover .item-img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.precentBg {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    top: 2px;
    width: 100%;
    height: 12px;
    position: absolute;
}

.precentBg .percentDiv {
    margin: 4px;
    background: rgba(255, 255, 255, 0.5);
    height: 4px;
    width: 50%;
}

.item-info {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 10px 10px 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.item-info .item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-name a {
    /*color: #3B4A51;*/
    color: #46596a;
    text-decoration: none;
    cursor: pointer;
}

.bottom {
    height: 58px;
    bottom: 0;
    border-top: 1px solid #cccccc;
}

.bottom .bottom-info {
    color: #999999;
    line-height: 52px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 100px;
    padding-top: 6px;
    margin: 0;
}

#tags .tag-item {
    float: left;
    width: 129px;
    height: 29px;
    border-radius: 24.5px;
    background-color: #fff;
    color: rgb(186,189,191);
    font-size: 14px;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    margin: 0 23px 23px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
}
#tags .tag-item-active{
    color: rgb(124,145,155);
}
#tags .tag-item-active::before{
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background-color: rgb(67,232,221);
    right: -5.2px;
    top: -4.6px;
}
#tags .tag-item-active::after{
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background-image: url("../images/right.png");
    background-size: 100% 100%;
    right: -5.2px;
    top: -4.6px;
}
#tags .tag-item:hover{
    color: rgb(124,145,155);
    box-shadow: rgba(0,46,92,0.20) 0px 6px 12px;
}
@media (min-width: 1345px) {
    .content-body {
        width: 1345px;
    }
    /* .item-bg:nth-child(6n) {
        margin-right: 0;
    } */
}

@media (min-width: 1120px) and (max-width:1344px) {
    .content-body {
        width: 1120px;
    }
    /* .item-bg:nth-child(5n) {
        margin-right: 0;
    } */
}

@media (min-width: 897px) and (max-width:1119px) {
    .content-body {
        width: 897px;
    }
    /* .item-bg:nth-child(4n) {
        margin-right: 0;
    } */
}
@media (min-width: 672px) and (max-width:896px) {
    .content-body {
        width: 672px;
    }
    /* .item-bg:nth-child(3n) {
        margin-right: 0;
    } */
}
@media (min-width: 450px) and (max-width:671px) {
    .content-body {
        width: 450px;
    }
    /* .item-bg:nth-child(2n) {
        margin-right: 0;
    } */
}
@media (max-width:449px) {
    .content-body {
        width: 223px;
    }
    /* .item-bg:nth-child(1n) {
        margin-right: 0;
    } */
}

@media (orientation: portrait) { 
    #tags .tag-item:hover{
        color: rgb(186,189,191);
        box-shadow: none;
    }
}