
.title{
    width: 1200px;
    height: 47px;
    margin: 0 auto;
    background: url('../image/jj.jpg') no-repeat;
}
.title p{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.title{
    width: 1200px;
    height: 47px;
    margin: 0 auto;
    background: url('../image/jj.jpg') no-repeat;
}
.title p{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.gsdt{
    width: 1200px;
    margin: 0 auto;
}
.gsdt_list{
    overflow: hidden;
    border-bottom: 1px dashed #e1e1e1;
    padding-left: 12px;
    padding-right: 20px;
    padding-top: 30px;
    position: relative;
}
.gsdt_list:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #f0f3f8;
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.gsdt_list:hover:after{
    width: 100%;
}
.gsdt_list_time{
    float: left;
    width: 87px;
    height: 82px;
    background-color: #d1261e;
    margin-right: 27px;
    margin-bottom: 30px;
}
.gsdt_list_time em{
    font-size: 36px;
    color: white;
    height: 50px;
    line-height: 50px;
    width: 87px;
    font-style: normal;
    text-align: center; 
    display: block;
    overflow: hidden;
}
.gsdt_list_time span{
    font-size: 17px;
    color: white;
    width: 87px;
    text-align: center;
    display: block;
    line-height: 29px;
    height: 29px;
}
.gsdt_list_con{
    float: left;
    width: 1050px;
}
.gsdt_list_title{
    margin-bottom: 6px;
}
.gsdt_list_title a{
    font-size: 26px;
    color: #323232;
    font-weight: 600;
}
.gsdt_list_zy{
    text-indent: 2em;
}
.gsdt_list_zy a{
    color: #323232;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}
/* ul.pageControl{ 
} */
ul.pageControl li{
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: inline-block;
    list-style-type: none;
    height: 50px;
    line-height: 50px;
}
ul.pageControl li a{
    margin: 0 10px;
    height: 50px;
    font-size: 16px;
    color: #888;
    text-decoration: none;
    line-height: 50px;
}
ul.pageControl li a:hover{
    text-decoration:underline;
}
ul.pageControl li font{
    margin: 0 10px;
    color: #ffffff;
    line-height: 50px;
    height: 50px;
    background-color: #e60012;
    width: 50px;
    display: inline-block;
}

ul.pageControl li .pageUP{
    background:url('../image/pageup.jpg') left top no-repeat; 
    width:56px;height:25px;
    line-height:25px;
    display:inline-block;
    vertical-align:middle;}
ul.pageControl li .pageDOWN{
    background:url('../image/pagedown.jpg') left top no-repeat; 
    width:56px;height:25px;
    line-height:25px;
    display:inline-block;
    vertical-align:middle;}





