﻿@charset "utf-8";

/* CSS Document */
#pic_player01 {
    position: relative;
    float: left;
    width: 490px;
    height: 320px;
    border: 1px solid #ccc;
}

#pic_player01 div {
    position: absolute;
    left: 0;
    top: 0;
    width: 490px;
    height: 320px;
    filter: alpha(opacity=100);
}
#pic_player01 div img{
    display: block;
    width:100%;
    height: 100%;
}
#pic_player01 div .title{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height: 40px;
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 30px;
}

#pic_player01 ul {
    position: absolute;
    z-index: 10;
    bottom: 3px;
    right: 0;
    left:0;
    text-align: center;
    padding: 0 3px 0 0;
}

#pic_player01 ul li {

    display: inline-block;
    z-index: 200;
    width: 15px;
    height: 3px;
    margin-right: 3px;
    background-color: #eee;
}

#pic_player01 ul li.selected {
    background: #000;
}



.trailer_list{
    float:right;
    width: 490px;
    height: 320px;
    border:1px solid #ccc;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.trailer_list .notip{
    text-align: center;
    line-height: 40px;
}


.trailer_on_in_status{
    width: 75px;
    height: 26px;
    background-color: rgba(255, 0, 0, 1);
    border-radius: 5px 5px 5px 5px;
    border: solid 1px rgba(255, 0, 0, 1);
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: ﻿MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}

.trailer_on_in_info{
    width: 715px;
    height: 46px;
    background-color: rgba(57, 47, 47, 1);
    opacity: 0.4;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.trailer_on_in_info_p1{
    line-height: 46px;
    font-family: ﻿MicrosoftYaHeiLight;
    font-size: 14px;
    letter-spacing: 0px;
    color: #e2e2e2;
    position: absolute;
    bottom: 0px;
    left: 52px;
}
.trailer_on_in_info_p2{
    line-height: 46px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #e2e2e2;
    position: absolute;
    bottom: 0px;
    right: 104px;
}

.cal_top{
    width:100%;
    height: 48px;
    background: #f7f7fb;

}

.cal_top_left{
    width: 122px;
    height: 44px;
    float: left;
}

.cal_top_left_img{
    width: 20px;
    height: 20px;
    margin: 12px 12px;
    display: block;
    float: left;
}

.cal_top_left_title{
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #276fcc;
    float: left;
}

.cal_top_left_right{
    width: 234px;
    float: left;
    border-left: 1px solid rgba(230, 230, 230, 1);
    border-bottom: 1px solid rgba(39, 111, 204, 1);
    height: 44px;
    position: relative;
    padding-right: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 44px;
    color: #4c4c4c;
    cursor: pointer;
}

.cal_list_part{
    width: 367px;
    height: 64px;
}
.cal_list_part:hover{
    color: #276fcc;
}
.trailer_list .item{
    position: relative;
    width: 367px;
    height: 64px;
    color: #545454;
}
.trailer_list .living_item:hover{
    color: #f00;
}

.trailer_list .item_even{
    background-color: #f6f6f6;
}
.trailer_list .item .dot_live{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 27px;
    left: 21px;
    background-color: rgba(39, 111, 204, 1);
    border-radius: 5px;
}
.trailer_list .item .txt_title{
    text-align: left;
}
.trailer_list .item .txt_time{
    text-align: left;
}
.trailer_list .living_item .dot_live{
    background-color: #d00;
}
.trailer_list .living_item{
    color: #d00;
}

.cal_list_part_load{
    width: 50px;
    height: 64px;
    float: left;
    position: relative;
}
.cal_bottom{
    width: 490px;
    height: 318px;
    overflow:scroll;
    overflow-x: hidden;
}

/*滚动条样式*/
.cal_bottom::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.cal_bottom::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.cal_bottom::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.search_box {
    position: relative;
    padding-top: 54px;
    padding-bottom: 44px;
    margin: 0 35px 22px;
    background-color: #f0f9fe;
}

.search_box .search_line {
    position: relative;
    width: 540px;
    padding-right: 120px;
    margin-left: 89px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.search_box .search_line .input_keyword {
    display: block;
    width: 100%;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    padding: 10px;
    height: 48px;
    line-height: 28px;
    font-size: 14px;
}

.search_suggest {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 48px;
    width: 539px;
    border: 1px solid #ccc;
    display: none;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.search_suggest li {
    height: 20px;
    overflow: hidden;
    padding: 5px;
    line-height: 22px;
    background: #FFFFFF;
    cursor: pointer;
}

.search_suggest li:hover {
    background: #EEE;
}

.search_box .search_line .btn_search {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 48px;
    background-color: #1956a7;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
}

.search_box .btn_advanced_search {
    position: absolute;
    right: 65px;
    top: 54px;
    line-height: 48px;
    font-size: 18px;
    color: #1956a7;
}

.search_type {
    padding-top: 10px;
    padding-left: 89px;
    line-height: 26px;
}

.search_type label {
    margin-right: 31px;
    vertical-align: middle;
    font-size: 13px;
}

.search_type .checkbox {
    display: inline-block;
    margin: 3px;
    vertical-align: baseline;
}

.search_box .hotword_list {
    position: relative;
    width: 752px;
    margin: 20px auto;
}

.search_box .hotword_list_wrap {
    position: relative;
    padding-left: 65px;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.search_box .hotword_list .list_label {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    font-weight: bold;
}

.search_box .hotword_list_wrap .item {
    display: inline-block;
    margin: 0 5px 5px 0;
    height: 20px;
    padding: 0 5px;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    line-height: 20px;
    /* background-color: #fff; */
    cursor: pointer;
    color: #3b6db6;
}

.search_box .hotword_list_wrap .item:hover {
    /* background-color: #3b7aee; */
    /* color: #fff; */
    color: #3074d8;
    text-decoration: underline;
}

.lore_block {
    margin: 0 35px;
    padding-bottom: 40px;
}

.lore_block .lore_box {
    position: relative;
    width: 450px;
}

.lore_block .lore_box .box_tit {
    border-bottom: 1px solid #e6e6e6;
}

.lore_block .lore_box .box_tit h3 {
    display: inline-block;
    padding: 0 4px;
    height: 40px;
    line-height: 40px;
    color: #1956a7;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #1956a7;
}

.lore_block .lore_box .box_con {
    padding: 10px 0;
}

.lore_block .lore_box .item {
    overflow: hidden;
    padding: 6px 0 6px 9px;
    line-height: 18px;
    background: url(../images/ico_dot.png) no-repeat left center;
}

.lore_block .lore_box .item .item_text {
    float: left;
    width: 360px;
    vertical-align: middle;
}

.lore_block .lore_box .item .item_link {
    display: inline-block;
    max-width: 330px;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    vertical-align: middle;
}

.lore_block .lore_box .item .item_link:hover {
    color: #3b6db6;
}

.lore_hottest .item .tag,
.lore_latest .item .tag {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    background-color: #ff1515;
    border-radius: 3px;
    color: #fff;
    vertical-align: middle;
}

.lore_latest .item .tag {
    background-color: #ff7e15;
}

.lore_block .lore_box .item .item_date {
    float: right;
    width: 60px;
    color: #8d8d8d;
}
