﻿.about_us_news {
    height: 666px;
    margin-top: 30px;

    position: relative;
    background: #C93DCA;

}

.about_us_news .dy_img {
    display: block;
   height: 100px;
  margin: 0 auto;
    border: 1px solid red;
    position: relative;
}

.about_us_news .about_news_cont {
    position: absolute;
    width: 1250px;
    height: 612px;
    left: 50%;
    top: 0;
    margin-left: -625px;

}
/*
.about_us_news .about_news_cont .con_img {

    display: block;
    margin: 44px auto 5px;
    padding-left: 20px;

}*/

.scroll_horizontal {
    position: relative;
    width: 1306px;
    height: 343px;
    padding: 10px;
    background-color: #C93DCA;
    margin: 0 auto
}

.scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 1150px;
    height: 381px;
    margin: 0 auto;
}

.scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
}

.scroll_horizontal .list li {
    float: left;
    width: 355px;
    padding: 10px;
    height: 402px;
    list-style: none;
    border-left: 6px solid #C93DCA;
    border-right: 10px solid #C93DCA
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 50px;
    background-image: url(../images/control1.png);
    background-repeat: no-repeat;
    font: 0/0 Arial;
    cursor: pointer;
}

.scroll_horizontal .prev {
    left: 5px;
    background-position: 0 0;
}

.scroll_horizontal .next {
    right: 5px;
    background-position: -40px 0;
}

.about_us_con {
    height: 566px;

}

.about_us_con img a {
    width: 100%;
    height: 100%;
}

.about_con_intr {
    width: 1154px;
    margin: 13px auto 0;

}

.about_con_intr .intr_center {
    font-size: 14px;
    font-family: "宋体", Verdana, Arial;
    color: #5a5a5a;
    line-height: 35px;

}

.about_con_intr .intr_center .com_intr_img {
    height: 171px;

}

.about_con_intr .intr_center .com_intr_img li {
    list-style: none;
    width: 267px;
    height: 171px;

    float: left;
    margin-left: 15px;

}

.about_con_intr .intr_center .com_intr_img li img {
    width: 100%;
    height: 100%;
}

.about_us_news .scroll_horizontal li .scro_con {
    clear: both;

    background: #fff;
    height: 100%;
}
.about_us_news .scroll_horizontal li .scro_con img{
    margin: 0 auto;display:block;padding-top: 15px;
    width: 90%;


}
.about_us_news .scroll_horizontal li .scro_con  .scro_con_det{
    width: 90%;

    margin: 0 auto;

    text-align: center;
    color: #676767;
    font-size: 12px;
    padding-top: 10px;
    line-height: 22px;
    cursor: pointer;
}

.about_us_news .scroll_horizontal li .scro_con .dy_button{
    width: 155px;
    height: 45px;
    text-align: center;
    line-height: 45px;

    outline-style: none;
    display: block;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #C9C9C9;
    color: #676767;
    font-size: 14px;
    cursor: pointer;


}

.about_us_news .com_dys {

    height: 200px;

    overflow: hidden;

}

.about_us_news .com_dys .img1 {
    display: block;
    position: absolute;
    top: -5px;
    left: 50%
}

.about_us_news .com_dys .img2 {
    display: block;
    margin: 50px auto;
}

.about_news_cont .sh {
    margin-top: 150px
}
.load_more{
       display: block;
    width: 175px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border: 1px solid #D2D2D2;

    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin: 65px 577px
};


