/* 列表页 */
.aimei_video_middle {
    /*border-bottom: 1px solid #dcdcdc;*/
}

.aimei_video_middle_chekbox {
    flex-wrap: wrap;
    height: auto;
    padding: 20px 28px 5px;
}

.aimei_video_middle_chekbox .aimei_hospital_middle_chekbox_item {
    margin-bottom: 15px;
    margin-right: 20px;
    font-size:12px;
}

/* 内容页 */
.aimei_video_header {
    width: 100%;
    height: 545px;
    background-color: #444;
    margin-top: 18px;
    display: flex;
}

.aimei_video_header_main,
.aimei_video_header_main video {
    width: 865px;
    height: 495px;
}

.aimei_video_header_right {
    margin: 18px 0 0 18px;
    width: 298px;
    height: 500px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.aimei_video_header_right h3 {
    font-size: 18px;
    line-height: 24px;
}

.aimei_video_recommend {
    margin-top: 16px;
    width: 298px;
    height: 80px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
}

.aimei_video_recommend img,
.video_ranking img {
    width: 139px;
    height: 79px;
    object-fit: cover;
}

.aimei_video_recommend .content {
    margin-top: 4px;
    padding-left: 12px;
    height: 50px;
    overflow: hidden;
    color: #fff;
}

.aimei_video_recommend .number {
    padding-left: 12px;
    margin-top: 3px;
    font-size: 12px;
    color: #bdbcbc;
}

.aimei_video_main {
    width: 1200px;
    font-size: 16px;
    color: #2a2a2a;
    display: flex;
    justify-content: space-between;
}

.aimei_video_main_conent {
    width: 845px;
}

.aimei_video_main h1 {
    font-size: 26px;
    color: #222;
    padding: 18px 0 30px 0;
}

.aimei_video_main .uploading_info {
    padding-bottom: 15px;
}

.aimei_video_main .tag_info {
    padding-bottom: 40px;
}

.aimei_video_main a {
    color: #289fc9;
}

.aimei_video_main .remark {
    margin-top: 20px;
}

.aimei_video_main .remark i {
    display: inline-block;
    background: url(/statics/aimei/img/all.png) no-repeat;
    background-position: -654px -50px;
    background-size: 1200px;
    height: 22px;
    width: 21px;
    padding-right: 9px;
    vertical-align: bottom;
}

.aimei_video_main h3 {
    font-size: 22px;
    padding-bottom: 15px;
    line-height: 22px;
}

.aimei_video_main textarea {
    border: 1px solid #e5e5e5;
    padding: 10px 4px;
    resize: none;
}

.aimei_video_main button {
    margin-top: 12px;
    border: 0;
    background: #28a0ca;
    color: #fff;
    width: 100px;
    height: 31px;
    border-radius: 5px;
}

.aimei_video_main_right {
    right: 0px;
    top: 0px;
    width: 330px;
    height: 545px;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}

.aimei_video_main_right h3 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0;
    padding-left: 45px;
    position: relative;
}

.aimei_video_main_right i {
    display: inline-block;
    background: url(/statics/aimei/img/all.png) no-repeat;
    background-position: -700px -50px;
    background-size: 1200px;
    height: 15px;
    width: 22px;
    position: absolute;
    left: 15px;
    top: 19px;
}

.video_ranking {
    padding: 15px;
}

.video_ranking li {
    display: flex;
    color: #5c5c5c;
    font-size: 16px;
    margin-bottom: 16px;
}

.video_ranking li .content {
    margin-top: 4px;
    padding-left: 15px;
    line-height: 20px;
    height: 42px;
    overflow: hidden;
}

.video_ranking li .number {
    padding-left: 40px;
    margin-top: 12px;
    font-size: 12px;
    color: #bdbcbc;
    position: relative;
}

.video_ranking li .number i {
    display: inline-block;
    background: url(/statics/aimei/img/all.png) no-repeat;
    background-position: -740px -50px;
    background-size: 1200px;
    height: 12px;
    width: 13px;
    position: absolute;
    left: 21px;
    top: 2px;
}

.aimei_video_nav .aimei_hospital_middle_nav_item {
    text-align: center;
    font-size: 14px;
    padding: 0px 22.9px;
    width: auto;
    white-space: nowrap;
    flex-grow: 1;
}
.aimei_video_nav a{
    flex-grow: 1;
}
a{
    color: #000;
}