.banner {
    width: 960px;
    margin: 0 auto;
}

.slide_focus1 {
    width: 960px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.slide_focus1 .hd {
    height: 25px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    text-align: center;
    background: #000;
    width: 960px;
}

.slide_focus1 .hd ul {
    zoom: 1;
    padding: 0px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.slide_focus1 .hd ul li {
    float: left;
    margin-right: 10px;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei", SimHei;
    margin-right: 10px;
    cursor: pointer;
    color: #ffffff;
}

.slide_focus1 .hd ul li.on {
    background: url(../images/bullets.jpg) no-repeat;
    color: #ffffff;
}

.slide_focus1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slide_focus1 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slide_focus1 .bd img {
    width: 960px;
    height: 350px;
    display: block;
}

.main {
    width: 960px;
    margin: 0px auto;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 0;
}

.m_list {
    float: left;
    width: 300px;
    margin-left: 15px;
    overflow: hidden;
}

.m_list dt {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #054355;
    padding-bottom: 5px;
}

.m_list dd {
    width: 100%;
    overflow: hidden;
}

.m_list ul {
    width: 300px;
}

.m_list li {
    width: 280px;
    padding-right: 20px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ccc;
    background: url("../images/i_arrow.gif") no-repeat 295px center
}

.m_list li a {
    color: #666
}

.m_list_fa {
    float: left;
    margin-left: 15px;
    overflow: hidden;
}

.m_list_fa dt {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #054355;
    padding-bottom: 5px;
}

.m_list_fa dd {
    width: 100%;
    overflow: hidden;
}

/*.m_list_fa ul {width:300px;}*/
.m_list_fa li {
    width: 100%;
    padding-right: 20px;
    color: #666666;
    text-align: left;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ccc;
}

.m_list_fa li a {
    color: #666;
    display: block;
    align-items: flex-start;
    display: flex;
    text-decoration: none;
}

.m_list_fa li img {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 60px;
    flex: 0 80px;
    margin-right: 10px;
    margin-top: 7px;
}

.m_list_fa li .new-title {
    flex: 1;
}

.m_list_fa li h4 {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #4a4a4a;
    line-height: 28px;
}

.m_list_fa li .desc {
    font-size: 14px;
    margin-top: 5px;
    margin-right: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.pdiv .xk{
    text-align: center;
    font-size: 14px;
    padding: 10px;
    margin: 20px;
    background-color: #efefef;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.pdiv .xk1 {
    text-align: center;
    font-size: 12px;
    padding: 10px;
    /*background-color: #efefef;*/
    width: 333px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}
.pdiv img{
    width: 100%;
}
.pdiv{
    display: flex;
    width: 960px;
    text-align:center;
}
.pdiv .bgtext{
    background-color: #666;

}


