.gg{    width: 100%;
    padding: 100px 0;}
.gg_banner {
    width: 100%;
    background: url(../images/gg_banner.png) top center no-repeat;
    background-size: cover;
    padding: 1px;
}
.gg_box{width: 1400px;margin: 0 auto;}
.gg_list{width: 70%}
a:hover{text-decoration: none}

.gg_list li{width: 100%; border-bottom: solid 1px #cdcdcd;margin:0;padding: 30px 10px;-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;color: #595757}
.gg_list li a{color: #333 }
.gg_list .gg_list_time{color: #343434;
    font-size: 24px;
    font-weight: 400;
    text-align: right;
    width: 100px;
    margin: 0 20px 0 0;}
.gg_list .gg_list_time span{font-size: 48px;display: block;}
.gg_list .gg_list_con{;width: calc(98% - 120px)}
.gg_list .gg_list_title{font-size: 18px;line-height: 48px;overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
.gg_list .gg_list_conn{font-size: 14px;line-height: 32px;overflow: hidden;text-overflow: ellipsis;color: #797979;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;margin-top: 20px}
.gg_list li:hover{background: #cb2026;color: #fff;-webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;}
.gg_list li:hover .gg_list_time{color: #FFFFFF}
.gg_list li:hover .gg_list_title{color: #fff;}
.gg_list li:hover .gg_list_conn{color: #ded4d4;}
.gg_list_more{font-size: 14px;line-height: 22px;margin-top: 10px}
.gg_list_more:after{    content: '\e608';
    font-family: 'icon';
    margin-left: 20px;
    font-size: 20px;
    position: relative;
    top: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;}

.gg_list li:hover .gg_list_more{color: #FFFFFF}
.gg_list li:hover .gg_list_more:after{margin-left: 40px;}
.gg_list_r{width: 30%;padding-left: 100px}
.gg_search_title{width: 100%;font-size: 20px;margin: 0 0 20px}
.gg_search_sel{width: 100%;font-size: 18px;line-height: 42px;background-color: #f7f8f9;margin: 20px 0}
.gg_search_btn{font-size: 18px;line-height: 42px;background-color: #cb2026;text-align: center;color: #fff}
.gg_search_btn_sub:hover{color: #FFF}
.gg_search_btn_sub{text-align: center;font-size: 16px;color: #fff;background-color: transparent;border: none;outline: none;width: 100%;display: block;}
.select_bg{background: url(../images/select_bg.png) right top no-repeat;background-color: transparent;border: none;outline: none; height: 42px;line-height: 42px;
    width: 100%;appearance: none;-moz-appearance: none;-webkit-appearance: none;padding: 0 10px}
.select_bg option{
    line-height: 42px;
    height: 42px;
    padding:0 8px; /* 内边距 */
    background-color: #FFF; /* 背景色 */
}
.select_bg option:hover{
    background-color: #cb2026;
    color: #FFF;
}
.select_bg option:checked {
    background-color: #cb2026; /* 背景色 */
    color: #fff; /* 文字颜色 */
}

.gg_list_box{width: 100%;margin-top: 20px;}

.gg_list_box_title{    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    position: relative;}
.gg_list_box_title .titl{display: inline-block;
    padding: 20px 0;
    border-bottom: 3px solid #cb2026;
    color: #343434;
    font-size: 28px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;}
.moree{
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #5f6464;}
.moree::after{    content: '\e608';
    font-family: 'icon';
    margin-left: 20px;
    font-size: 20px;
    position: relative;
    top: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;}

.gg_list_box_list{width: 100%;padding: 15px 0}
.gg_list_box_list .item{display: block;
    padding: 17px 0;
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;}
.gg_list_box_list .item:hover{background-color: #f7f8f9}
.gg_list_box_list .item:hover .text{color: #cb2026}

.gg_list_box_list .item .text {
    display: inline-block;
    font-size: 20px;
    color: #343434;
    width: calc(100% - 100px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}.text-cut {
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
 }
.gg_list_box_list .item .text::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e1e1e1;
    margin: 0 15px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.gg_list_box_list .item .time {
    display: inline-block;
    width: 80px;
    margin-left: 20px;
    font-size: 14px;
    position: relative;
    top: -8px;
    color: #797979;
}

.directory {
    width: 100%;
    margin-top: 90px;
}
.directory .part_title {
    font-size: 28px;
    color: #343434;
    margin-bottom: 30px;
}
.directory .itembox .item {
    padding-left: 20px;
    display: block;
    margin-bottom: 5px;
    line-height: 56px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.directory .itembox .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #cb2026;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.directory .itembox .item:hover {
    color: #004188;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}