/**
 * albert 文章列表為了塞 checkbox
 */
 .result_item .descript_group .i-title
 , .result_item-list .descript_group .i-title
 , .result_item-text .descript_group .i-title{
     width: 100% !important;
 }
 
 .descript_group .i-title input{
     float:right;
     width: 18px !important;
     height: 18px !important;
 }


@media (min-width: 0) and (max-width: 890px) {
    .need_search .select_item{
        display: inline-block !important;
    }
    .need_search .select_item .list{
        margin-right: 0px;
    }
    .need_search .select_item .output {
        display: inline-block !important;
        padding: 4px 8px !important;
        margin-bottom: 15px;
        border: 1px solid #dddddd;
        border-radius: 3px;
        transition: all .3s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; 
    }
    
    .search_content .result .result_item-text {
        padding: 10px 5px;
        width: 94.44444%;
        float: left;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
        /*height: 340px;*/
        background: #FFF;
        margin-bottom: 20px;
        border: 1px solid#c9c9c9;
        transition: all .3s;
        cursor: pointer; }
    .search_content .result .result_item-text:hover {
        background: #fffaf6;
        border: 1px solid #db8f1a; }
    .search_content .result .result_item-text .photo {
        display: -ms-flexbox;
        display: none;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
    .search_content .result .result_item-text .photo img {
        display: block;
        height: 177px; }
    .search_content .result .result_item-text .descript_group h5 {
        font-size: 12px;
        color: #222;
        margin-left: 13px;
        margin-right: 13px;
        line-height: 1.3;
        margin-bottom: 12px; }
    .search_content .result .result_item-text .descript_group p {
        font-size: 13px;
        color: #777;
        margin-left: 13px;
        margin-right: 13px;
        line-height: 1.4;
        margin-bottom: 3px; }
    .search_content .result .result_item-text .descript_group .reading {
        color: #5fb8eb; }
    .search_content .result .result_item-text .descript_group .i-title {
        margin-bottom: 8px;
        padding: 0 10px 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center; }
    .search_content .result .result_item-text .descript_group .i-title h6 {
        width: 100%;
        font-size: 15px;
        color: #ed7000;
        line-height: 1.3; }
    .search_content .result .result_item-text .descript_group .i-title h6 i {
        font-size: 13px;
        margin-right: -12px; }
}


@media (min-width: 891px) {
    .need_search .select_item .output{
        padding: 4px 8px !important;
        margin-left: 4px;
    }
    .search_content .result .result_item-text {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        background: #FFF;
        border: 1px solid #c9c9c9;
        margin-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
        transition: all .3s;
        cursor: pointer; }
    .search_content .result .result_item-text:hover {
        background: #fffaf6;
        border: 1px solid #db8f1a; }
    .search_content .result .result_item-text .photo {
        display:none;
        position: relative;
        width: 28%;
        float: left;
        margin-right: 15px; }
    .search_content .result .result_item-text .photo img {
        display: block; }
    .search_content .result .result_item-text .descript_group {
        /* padding-top: 20px; */
        padding: 20px 0px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start; }
    .search_content .result .result_item-text .descript_group h5 {
        font-size: 12px;
        color: #222;
        margin-right: 13px;
        line-height: 1.3;
        margin-bottom: 12px; }
    .search_content .result .result_item-text .descript_group p {
        font-size: 13px;
        color: #777;
        margin-right: 13px;
        line-height: 1.4;
        margin-bottom: 3px; }
    .search_content .result .result_item-text .descript_group .reading {
        color: #5fb8eb; }
    .search_content .result .result_item-text .descript_group .i-title {
        margin-bottom: 8px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center; }
    .search_content .result .result_item-text .descript_group .i-title h6 {
        width: 100%;
        font-size: 16px;
        color: #ed7000;
        line-height: 1.3; }
    .search_content .result .result_item-text .descript_group .i-title h6 i {
        font-size: 13px;
        margin-right: -12px; }



    .search_content .result .result_item-list .descript_group a {
        width: 100%;
    }
    .search_content .result .result_item-text .descript_group a {
        width: 100%;
    }
}




/**
 * 之前小黑修改的部分(原modify.css)
 */
 .three_section .section_a .localmemo .local_item .local_descript {
    font-size: 14px;
    color: #999;
    width: 100%;
}

@media (min-width: 800px){
    .three_section .section_a .newsvideo .newsvideo_item .year {
        font-size: 16px;
        color: #777;
        font-weight: 700;
        width: 30%;
        margin-right: 15px;
    }

    .three_section .section_a .todaycharacter p {
        font-size: 14px;
        color: #888;
        width: 100%;
    }

    .three_section .section_a .newsvideo .newsvideo_item .newsvideo_descript {
        font-size: 14px;
        color: #999;
        width: 100%;
    }

    header .logo img {
        width:250px;
        left:calc(50% - 125px);
        top:60px;
        /* position:absolute; */
        margin:0;
    }

    header .deskmenu ul {
        top:160px;
        /* left:calc(50% - 308px); */
        /* position:absolute; */
        /* position: inline-block; */
        text-align: center;
    }

    .search_content .result .result_item-list .descript_group p {
        width:100%;
    }

    .search_content .time_line_section .history_row .history_item .history_event{
        width:370px;
        height:80px;

    }

    .result_item img {
        max-height: 170px;
        max-width: 100%;
        width: auto !important;
    }

    .mainslider .aside_section .content_btn .subject_left{
        padding-top:20px;
    }

    .category .category_result .result_item .photo {
        /* display: -ms-flexbox; */
        display: block !important;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        background: #eee;
        width: 100%;
        margin-bottom: 18px;
    }
    .category .category_result .result_item .photo img{
        display:inline-block !important;
    }
}

@media (max-width: 890px) and (min-width: 0){
    .search_content .result .result_item-list {
        width: 94.44444%;
        float: left;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
        height : auto;
        background: #FFF;
        margin-bottom: 20px;
        border: 1px solid #c9c9c9;
        transition: all .3s;
        cursor: pointer;
    }
    .search_content .result .result_item-list p {
        padding-left: 10px!important;
    }
}