ï»¿.banner
{
    width: 100%;
    height: auto;
}
.banner #banner_inner
{
    width: 100%;
    height: 650px;
    position: relative;
    left: 50vw;
    margin-left: -50vw;
    top: 0px;
    z-index: 0;
}
.banner #banner_inner #dts
{
    width: 100%;
    height: auto;
}
.banner #banner_inner #dts a
{
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}
.banner #banner_inner #dts a img
{
    width: 100%;
    height: auto;
}
.banner #banner_inner #xts
{
    list-style: none;
    width: auto;
    height: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    bottom: 6px;
    z-index: 0;
    display: none;
}
.banner #banner_inner #xts li
{
    float: left;
    width: 10px;
    height: 10px;
    background-color: #B1B1B1;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px;
    margin-left: 6px;
    cursor: pointer;
}

.cp
{
    width: 283px;
    height: 323px;
    float: left;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #DCDCDC;
    border-width: 1px 1px 1px 1px;
    margin: 20px 20px 0px 0px;
}
.cp .img
{
    width: 263px;
    height: 263px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}
.cp .img img
{
    display: block;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.cp .txt
{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.cp:hover .img img
{
    transform: scale(1.4);
}
.cp:hover .txt
{
    color: #044F92;
}

.news
{
    display: block;
    width: 560px;
    height: 78px;
    float: left;
    padding: 10px 10px 10px 10px;
    background-color: #ECECEC;
    margin: 20px 40px 0px 0px;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.news .left
{
    width: 99px;
    height: 60px;
    line-height: 30px;
    padding: 9px 0px 9px 0px;
    float: left;
    text-align: center;
    border-style: solid;
    border-color: #000000;
    border-width: 0px 1px 0px 0px;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.news .left .year
{
    font-size: 18px;
}
.news .left .date
{
    font-family: 'OPPOSans-M';
    font-size: 22px;
}
.news .right
{
    width: 450px;
    height: 72px;
    line-height: 24px;
    padding: 3px 0px 3px 10px;
    float: right;
    text-align: justify;
    font-size: 14px;
}
.news:hover
{
    background-color: #044F92;
    color: #FFFFFF;
}
.news:hover .left
{
    border-color: #FFFFFF;
}<!--ºÄÊ±1764540528.596Ãë-->