#mycontent>div>div.search {
    width: 200px;
    height: 30px;
    float: left;
    margin-left: 10px;
    position: relative;
}

#mycontent>div>div.search>input {
    width: 188px;
    height: 26px;
    border: 1px solid #c4c4c4;
    padding-left: 10px;
    outline: none;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #e0e0e0;
}

input:-moz-placeholder {
    color: #e0e0e0;
}

input::-moz-placeholder {
    color: #e0e0e0;
}

input:-ms-input-placeholder {
    color: #e0e0e0;
}

#mycontent>div>div.search>img {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

#mycontent>div>div.search>img:active {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
}

#menu {
    clear: both;
    margin-top: 10px;
}

#content {
    float: none;
    margin-left: 230px;
}

#content>li.video {
    overflow: hidden;
}

#content>li.video>div {
    width: 228px;
    height: 178px;
    margin-right: 20px;
    border: 1px solid #e0e0e0;
    float: left;
    background: #fff;
}

#content>li.video>div:nth-child(4n) {
    margin-right: 0;
}

#content>li.video>div:nth-child(4)~div {
    margin-top: 20px;
}

#content>li.video>div>img {
    display: block;
    width: 100%;
    height: 130px;
}

#content>li.video>div>p {
    width: 100%;
    height: 48px;
    display: table;
}

#content>li.video>div>p>span {
    font-size: 14px;
    color: #333;
    padding: 0 1em;
    line-height: 24px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#content>li.wrap {
    width: 980px;
    margin-bottom: 10px;
    box-shadow: 0 5px 7px 0 rgba(6, 0, 1, 0.2);
    background: #fff;
    overflow: hidden;
}

#content>li.live>p {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 50px 0;
}

#content>li.live>table {
    width: 940px;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    border-color: #a8a8a8;
    margin: 0 auto;
}
#content>li.live>table>caption{
    font-size: 24px;
    color: #333;
    height: 40px;
}

#content>li.live>ul {
    width: 940px;
    margin: 50px auto 20px;
}

#content>li.live>ul>li:first-child {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

#content>li.live>ul>li:first-child~li {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

#content>li.manual>div {
    width: 100%;
    height: 100px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
    background: url('../images/bg_userbook.png') no-repeat;
    position: relative;
}

#content>li.manual>div:first-child~div {
    margin-top: 10px;
}

#content>li.manual>div>p:first-child {
    width: 240px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#content>li.manual>div>p:first-child~p {
    float: right;
    width: 120px;
    height: 36px;
    border-radius: 18px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin-top: 45px;
    overflow: hidden;
}

#content>li.manual>div>p:nth-child(2) {
    margin-right: 30px;
}

#content>li.manual>div>p:nth-child(2) a {
    color: #0e6c07;
    display: block;
}

#content>li.manual>div>p:last-child {
    margin-right: 15px;
}

#content>li.manual>div>p:last-child a {
    color: #68b9f2;
    display: block;
}

@media screen and (max-width:1366px) {
    #content {
        margin-left: 185px;
    }
    #mycontent>div>div.search {
        width: 160px;
        height: 25px;
    }
    #mycontent>div>div.search>input {
        width: 148px;
        height: 21px;
        font-size: 12px;
    }
    #mycontent>div>div.search>img {
        width: 19px;
        height: 19px;
        top: 3px;
        right: 3px;
    }
    #mycontent>div>div.search>img:active {
        width: 17px;
        height: 17px;
        top: 4px;
        right: 4px;
    }
    #content>li.video>div {
        width: 183px;
        height: 153px;
        margin-right: 15px;
    }
    #content>li.video>div:nth-child(4)~div {
        margin-top: 15px;
    }
    #content>li.video>div>img {
        height: 105px;
    }
    #content>li.wrap {
        width: 785px;
    }
    #content>li.live>p {
        font-size: 12px;
        margin: 30px auto;
    }
    
    #content>li.live>table {
        width: 750px;
        min-height: 25px;
        line-height: 25px;
    }
    #content>li.live>table>caption{
        font-size: 20px;
    }
    #content>li.live>ul {
        width: 750px;
        margin: 30px auto 10px;
    }
    #content>li.live>ul>li:first-child {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #content>li.live>ul>li:first-child~li {
        font-size: 12px;
        margin-top: 5px;
    }
    #content>li.manual>div {
        height: 80px;
    }
    #content>li.manual>div>p:first-child {
        font-size: 24px;
        width: 180px;
    }
    #content>li.manual>div>p:first-child~p {
        width: 96px;
        height: 30px;
        line-height: 30px;
        margin-top: 35px;
    }
    #content>li.manual>div>p:nth-child(2) {
        margin-right: 20px;
    }
    #content>li.manual>div>p:last-child {
        margin-right: 10px;
    }
}