/*  */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    min-width: 1200px
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

input,
textarea {
    outline: none;
}

img {
    border: none;
    max-width: 100%
}

.clear {
    clear: both;
}

.none,
.hide {
    display: none;
}

.box {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.fl {
    float: left
}

.fr {
    float: right
}

/*新闻动态*/
.xwdt {
    margin-top: 18px
}

/* @media screen and (max-width:768px) {
    .xwdt {
        margin-top: 10px
    }
} */


/*图片新闻*/
.tpxw {
    position: relative;
    float: left;
    width: 635px;
    height: 337px;
    overflow: hidden
}

.tpxw i {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 33px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer
}

.tpxw .leftbar {
    left: 10px;
    background: rgba(0, 0, 0, .6) url(../images/leftbar.png) no-repeat center center;
    background-size: 20px 30px
}

.tpxw .rightbar {
    right: 10px;
    background: rgba(0, 0, 0, .6) url(../images/rightbar.png) no-repeat center center;
    background-size: 20px 30px
}

.tpxw .big {
    width: 10000%
}

.tpxw li {
    position: relative;
    float: left;
    width: 1%;
    height: 337px
}

.tpxw li img {
    width: 635px;
    height: 337px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.tpxw li h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 2%;
    width: 96%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, .4);
    font-size: 16px;
    color: #f3f3f3
}

.tpxw li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

/* @media screen and (max-width:768px) {
    .tpxw {
        float: none;
        width: 100%;
        height: 210px;
        overflow: hidden
    }

    .tpxw li {
        height: 210px;
        overflow: hidden
    }

    .tpxw li img {
        width: 100%;
        height: auto;
        vertical-align: middle
    }
} */

/*要闻传递*/
.ywcd {
    float: right;
    width: 545px
}

.ywcd li {
    height: 41px;
    line-height: 41px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/ico1.png) no-repeat left center;
    padding-left: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px
}

/* @media screen and (max-width:768px) {
    .ywcd {
        margin-top: 6px;
        padding: 0 2%;
        float: none;
        width: auto
    }

    .ywcd li {
        font-size: 16px;
        background-size: 6px 6px;
        padding-left: 12px
    }
} */

/*媒体聚焦 分展场*/
.mf {
    margin-top: 30px
}

/* @media screen and (max-width:768px) {
    .mf {
        padding: 0 2%;
        margin-top: 12px
    }
} */

/*媒体聚焦*/
.mtjj {
    float: left;
    width: 590px
}

.mtjj h2 {
    position: relative;
    height: 70px;
    line-height: 70px;
    /* background: #ffeee5 */
}

.mtjj h2 img {
    width: 590px;
    height: 64px
}

/* .mtjj h2 a {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 16px;
    color: #7b888f
} */

.mtjj ul {
    margin-top: 12px;
    height: 400px
}

.mtjj ul li {
    background: url(../images/ico1.png) no-repeat left center;
    padding-left: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    height: 40px;
    line-height: 40px
}

/* @media screen and (max-width:768px) {
    .mtjj {
        float: none;
        width: auto
    }

    .mtjj h2 {
        height: 34px;
        line-height: 34px
    }

    .mtjj h2 img {
        width: 130px;
        height: 34px
    }

    .mtjj h2 a {
        right: 10px;
        font-size: 14px
    }

    .mtjj ul {
        margin-top: 0;
        height: auto
    }

    .mtjj ul li {
        background-size: 6px 6px;
        padding-left: 12px;
        font-size: 16px;
        height: 42px;
        line-height: 42px
    }
} */

/*分展场*/
.fzc {
    float: right;
    width: 590px
}

.fzc h2 {
    position: relative;
    height: 70px;
    line-height: 70px;
    /* background: #ffeee5 */
}

.fzc h2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 590px;
    height: 64px
}

.fzc h2 p {
    margin: 0 60px 0 136px;
    font-size: 16px
}

/* .fzc h2 .more {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 16px;
    color: #7b888f
} */

.fzc .tj {
    position: relative;
    height: 170px;
    margin-top: 12px
}

.fzc .tj .imgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 169px;
    padding: 4px;
    border: 1px solid #dfdfdf
}

.fzc .tj .imgs img {
    width: 240px;
    height: 169px
}

.fzc .tj .txt {
    margin-left: 260px
}

.fzc .tj .txt h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700
}

.fzc .tj .txt p {
    height: 150px;
    overflow: hidden;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    color: #838282;
    word-break: break-all;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.fzc ul {
    margin-top: 10px
}

.fzc ul li {
    height: 36px;
    line-height: 36px;
    background: url(../images/ico1.png) no-repeat left center;
    padding-left: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px
}

.fzc ul li span {
    float: right;
    font-size: 14px;
    color: #9f9f9f
}

/* @media screen and (max-width:768px) {
    .fzc {
        float: none;
        width: auto
    }

    .fzc h2 {
        height: 34px;
        line-height: 34px
    }

    .fzc h2 img {
        width: 89px;
        height: 34px
    }

    .fzc h2 p {
        margin: 0 52px 0 95px;
        font-size: 14px;
        overflow-x: auto;
        white-space: nowrap
    }

    .fzc h2 .more {
        right: 10px;
        font-size: 14px
    }

    .fzc .tj {
        height: 80px
    }

    .fzc .tj .imgs {
        width: 100px;
        height: 70px;
        padding: 4px;
        border: 1px solid #dfdfdf
    }

    .fzc .tj .imgs img {
        width: 100px;
        height: 70px
    }

    .fzc .tj .txt {
        margin-left: 120px
    }

    .fzc .tj .txt h3 {
        height: 32px;
        line-height: 32px;
        font-size: 16px
    }

    .fzc .tj .txt p {
        height: 48px;
        font-size: 14px;
        line-height: 24px
    }

    .fzc ul li {
        background-size: 6px 6px;
        padding-left: 12px
    }
} */

/*通栏标语*/
.tl {
    margin-top: 20px
}

/* @media screen and (max-width:768px) {
    .tl {
        margin-top: 2px;
        padding: 0 2%
    }
} */

/*视频播报 云直播 活动安排*/
.syh {
    margin-top: 60px
}

.syh .big {
    width: 1224px;
    padding-left: 11px;
}

.syh li {
    float: left;
    padding: 10px 15px;
    width: 350px;
    height: 324px;
    margin-right: 24px;
    background: #f2f2f2
}

.syh li h2 {
    height: 40px;
    line-height: 40px;
    position: relative
}

.syh li h2 span {
    position: absolute;
    top: -48px;
    left: -26px;
    display: block;
    height: 56px;
    width: 182px;
    /* padding-left: 44px; */
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: 700;
    color: #d60909
}

.syh li h2 a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #7b888f;
}

/* @media screen and (max-width:768px) {
    .syh {
        padding: 0 2%;
        margin-top: 10px
    }

    .syh .big {
        width: auto
    }

    .syh li {
        float: none;
        padding: 10px 17px;
        width: auto;
        height: auto;
        margin: 0 0 12px 0
    }

    .syh li h2 {
        height: 36px;
        line-height: 36px
    }

    .syh li h2 span {
        height: 36px;
        padding-left: 34px;
        font-size: 18px
    }
} */

/*视频播报*/
.spbb h2 span {
    background-image: url(../images/spbb.png)
}

.spbb div {
    /* margin-top: 15px; */
    height: 233px;
    overflow: hidden
}

.spbb div img {
    width: 350px;
    height: 233px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.spbb div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.spbb h3 {
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px
}

/* @media screen and (max-width:768px) {
    .spbb h2 span {
        background-size: 30px 29px
    }

    .spbb div {
        margin-top: 6px;
        height: auto
    }

    .spbb div img {
        width: 100%;
        height: auto
    }
} */

/*云直播*/
.yzb h2 span {
    background-image: url(../images/yzb.png)
}

.yzb div {
    /* margin-top: 15px; */
    height: 233px;
    overflow: hidden
}

.yzb div img {
    width: 350px;
    height: 233px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.yzb div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.yzb h3 {
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px
}

/* @media screen and (max-width:768px) {
    .yzb h2 span {
        background-size: 30px 33px
    }

    .yzb div {
        margin-top: 6px;
        height: auto
    }

    .yzb div img {
        width: 100%;
        height: auto
    }
} */

/*活动安排*/
.hdap h2 span {
    background-image: url(../images/hdap.png)
}

.hdap dl {
    /* margin-top: 15px */
}

.hdap dl dd {
    margin-bottom: 22px
}

.hdap dl dd img {
    width: 350px;
    height: 120px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.hdap dl dd img:hover {
    box-shadow: 0 0 8px #d0d0d0
}

/* @media screen and (max-width:768px) {
    .hdap h2 span {
        background-size: 30px 33px
    }

    .hdap dl {
        margin-top: 10px
    }

    .hdap dl dd {
        margin-bottom: 16px;
        text-align: center
    }

    .hdap dl dd img {
        width: auto;
        height: auto
    }
} */

/*大讲堂*/
.djt {
    margin-top: 28px
}

.djt h2 {
    position: relative;
    height: 74px;
    line-height: 74px;
    background: url(../images/djt.png) no-repeat right center
}

ul.renwu li {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px #666 dotted;
    font-size: 16px;
    line-height: 180%;
    color: #333;
    height: 200px;
}

ul.renwu li h3 {
    font-size: 19px;
    color: #333;
}

ul.renwu li h3 strong {
    font-size: 20px;
    color: rgb(226, 69, 0);
}

ul.renwu li img {
    width: 200px;
    height: auto;
    float: left;
}

ul.renwu li div {
    float: right;
    padding-left: 20px;
    width: 935px;
    padding-top: 43px;
}

ul.renwu li div h3 {
    font-size: 24px;
    padding: 10px 20px;
    background-color: rgb(226, 69, 0);
    font-family: "Ã©Â»â€˜Ã¤Â½â€œ";
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

ul.renwu li div div {
    padding-left: 0;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
}

ul.renwu li div p {
    font-size: 18px;
    line-height: 10px;
    color: #333;
}

/*精彩活动*/
.jchd {
    margin-top: 28px
}

.jchd h2 {
    position: relative;
    height: 74px;
    line-height: 74px;
    background: url(../images/jchd.png) no-repeat right center
}

.szhb {
    margin-top: 28px
}

.szhb h2 {
    position: relative;
    height: 74px;
    line-height: 74px;
    background: url(../images/szhb.png) no-repeat right center
}

/* .jchd h2 span {
    display: inline-block;
    padding-left: 84px;
    width: 135px;
    height: 52px;
    background: url(../images/jchd.png) no-repeat left center;
    font-size: 30px;
    font-weight: 700;
    color: #d60909
} */

.jchd h2 a {
    position: absolute;
    right: 10px;
    top: 40PX;
    font-size: 14px;
    color: #7b888f;
    WIDTH: 80PX;
    HEIGHT: 35PX;
}

.jchd ul {
    margin-top: 20px;
    height: 458px;
    overflow: hidden
}

.jchd ul .big {
    width: 1232px
}

.jchd ul li {
    position: relative;
    float: left;
    width: 540px;
    height: 164px;
    margin: 0 32px 30px 0;
    background: #f1f1f1;
    padding: 25px 22px
}

.jchd ul li .pic {
    position: absolute;
    left: 22px;
    top: 25px;
    width: 223px;
    height: 164px;
    overflow: hidden
}

.jchd ul li .pic img {
    width: 223px;
    height: 164px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.jchd ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.jchd ul li .txt {
    margin-left: 233px
}

.jchd ul li .txt h3 {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jchd ul li .txt p {
    margin-top: 15px;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
    color: #696969;
    word-break: break-all;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.jchd ul li .txt p a {
    color: #696969
}

.jchd ul li .txt span {
    margin-top: 15px;
    display: block;
    height: 20px;
    line-height: 20px;
    background: url(../images/ico2.png) no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color: #eb6100
}

/* @media screen and (max-width:768px) {
    .jchd {
        margin-top: 12px;
        padding: 0 2%
    }

    .jchd h2 {
        height: 40px;
        line-height: 40px;
        background: url(../images/jchdbg.png) no-repeat 118px center;
        background-size: auto 40px
    }

    .jchd h2 span {
        display: inline-block;
        padding-left: 46px;
        width: 72px;
        height: 40px;
        background-size: 40px 40px;
        font-size: 18px
    }

    .jchd ul {
        margin-top: 16px;
        height: 616px
    }

    .jchd ul .big {
        width: auto
    }

    .jchd ul li {
        float: none;
        width: auto;
        height: 118px;
        margin: 0 0 16px 0;
        padding: 12px 3%
    }

    .jchd ul li .pic {
        position: absolute;
        left: 3%;
        top: 12px;
        width: 160px;
        height: 118px
    }

    .jchd ul li .pic img {
        width: 160px;
        height: 118px
    }

    .jchd ul li .txt {
        margin-left: 166px
    }

    .jchd ul li .txt h3 {
        font-size: 16px
    }

    .jchd ul li .txt p {
        margin-top: 5px;
        height: 72px;
        line-height: 24px;
        font-size: 12px
    }

    .jchd ul li .txt span {
        margin-top: 5px;
        height: 15px;
        line-height: 15px;
        background-size: 15px 15px;
        padding-left: 20px;
        font-size: 12px
    }
} */

/*链接*/
.link {
    margin-top: 20px;
    overflow: hidden
}

/*.link .big{width:1215px}*/
.link .big {
    width: 10000%
}

.link li {
    float: left;
    width: 228px;
    margin-right: 15px
}

.for_wap {
    display: none
}




/*底部*/
.foot {
    margin-top: 12px;
    padding: 10px 0;
    background: #c60e05;
    text-align: center;
    line-height: 24px;
    color: #fff
}

.foot a {
    color: #fff
}

/*内页*/
.npage {
    margin-top: 6px
}

/*当前位置*/
.position {
    height: 58px;
    line-height: 58px;
    border-bottom: 2px solid #dedede
}

.position b {
    font-size: 24px;
}

.position span {
    float: right;
    font-size: 15px;
    color: #6a6a6a
}

.position span a {
    color: #6a6a6a
}

/* @media screen and (max-width:768px) {
    .position {
        height: 36px;
        line-height: 36px;
        border-bottom: 1px solid #dedede
    }

    .position b {
        font-size: 18px
    }

    .position span {
        display: none
    }
} */

.category {
    margin-top: 12px;
    text-align: center
}

.category dd {
    display: inline-block;
    margin-right: 8px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    vertical-align: middle;
}

.category .on,
.category dd:hover {
    border: 1px solid #d9000a;
    background: #d9000a;
    color: #fff
}

.category dd a {
    padding: 0 30px;
    display: block
}

.category .on a,
.category dd:hover a {
    color: #fff
}

/* @media screen and (max-width:768px) {
    .npage {
        margin-top: 10px;
        padding: 0 2%
    }

    .category {
        width: auto;
        white-space: nowrap;
        overflow-x: auto;
        padding: 6px
    }

    .category dd {
        display: inline-block;
        width: auto;
        height: 38px;
        line-height: 38px;
        background: #fff;
        font-size: 14px
    }

    .category .on,
    .category dd:hover {
        border: 1px solid #d9000a;
        background: #d9000a;
        color: #fff
    }

    .category dd a {
        padding: 0 10px
    }
} */

/*新闻列表*/
.nlist {
    margin-top: 10px
}

.nlist li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #c1c1c1;
    font-size: 16px
}

.nlist li p {
    float: left;
    width: 1088px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/ico3.png) no-repeat left center;
    padding-left: 12px
}

.nlist li span {
    float: right;
    color: #747474
}

/*W:100*/

/* @media screen and (max-width:768px) {
    .nlist li {
        height: auto;
        line-height: 24px;
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .nlist li p {
        float: none;
        width: auto;
        white-space: normal;
        background: url(../images/ico1.png) no-repeat left 8px;
        background-size: 6px 6px;
        padding-left: 12px
    }

    .nlist li span {
        display: block;
        float: none;
        padding-left: 12px
    }
} */

/*云直播列表*/
.yzblist li {
    position: relative;
    padding: 20px 10px;
    border-bottom: 1px solid #e5e5e5;
    height: 118px
}

.yzblist li .pic {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 177px;
    height: 118px;
    overflow: hidden
}

.yzblist li .pic img {
    width: 177px;
    height: 118px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.yzblist li:hover .pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.yzblist li .txt {
    margin-left: 197px
}

.yzblist li .txt h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700
}

.yzblist li .txt h3 {
    line-height: 60px;
    background: url(../images/ico2.png) no-repeat left center;
    padding-left: 30px;
    color: #696969;
    font-size: 16px
}

.yzblist li .txt p {
    font-size: 16px;
    color: #696969
}

/* @media screen and (max-width:768px) {
    .yzblist li {
        padding: 16px 2%;
        height: 64px
    }

    .yzblist li .pic {
        left: 2%;
        top: 16px;
        width: 105px;
        height: 70px
    }

    .yzblist li .pic img {
        width: 105px;
        height: 70px
    }

    .yzblist li .txt {
        margin-left: 115px
    }

    .yzblist li .txt h2 {
        white-space: normal;
        height: 42px;
        overflow: hidden;
        font-size: 16px
    }

    .yzblist li .txt h3 {
        line-height: normal;
        background-size: 12px 12px;
        padding-left: 16px;
        font-size: 14px
    }

    .yzblist li .txt p {
        font-size: 14px;
    }
} */

/*图文列表*/
.plist {
    margin-top: 16px;
    overflow: hidden
}

.plist .big {
    width: 1224px
}

.plist li {
    float: left;
    width: 282px;
    margin: 0 24px 10px 0
}

.plist li div {
    width: 282px;
    height: 180px;
    overflow: hidden
}

.plist li div img {
    width: 282px;
    height: 180px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.plist li h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 40px;
    font-size: 16px
}

.plist li:hover div img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

/* @media screen and (max-width:768px) {
    .plist .big {
        width: auto;
        margin-right: -2%
    }

    .plist li {
        float: left;
        width: 48%;
        margin: 0 2% 0 0
    }

    .plist li div {
        width: 100%;
        height: 110px;
        overflow: hidden
    }

    .plist li div img {
        width: 100%;
        height: auto
    }

    .plist li h3 {
        line-height: 36px;
        font-size: 14px;
        font-weight: normal
    }
} */

/*精彩活动列表*/
.hdlist {
    overflow: hidden;
    margin-top: 16px;
}

.hdlist .big {
    width: 1232px
}

.hdlist li {
    position: relative;
    float: left;
    width: 540px;
    height: 164px;
    margin: 0 32px 30px 0;
    background: #f1f1f1;
    padding: 25px 22px
}

.hdlist li .pic {
    position: absolute;
    left: 22px;
    top: 25px;
    width: 223px;
    height: 164px;
    overflow: hidden
}

.hdlist li .pic img {
    width: 223px;
    height: 164px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.hdlist li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.hdlist li .txt {
    margin-left: 233px
}

.hdlist li .txt h3 {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hdlist li .txt p {
    margin-top: 15px;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
    color: #696969
}

.hdlist li .txt p a {
    color: #696969
}

.hdlist li .txt span {
    margin-top: 15px;
    display: block;
    height: 20px;
    line-height: 20px;
    background: url(../images/ico2.png) no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color: #e5a15a
}

/* @media screen and (max-width:768px) {
    .hdlist {
        margin-top: 16px
    }

    .hdlist .big {
        width: auto
    }

    .hdlist li {
        float: none;
        width: auto;
        height: 118px;
        margin: 0 0 16px 0;
        padding: 12px 3%
    }

    .hdlist li .pic {
        position: absolute;
        left: 3%;
        top: 12px;
        width: 160px;
        height: 118px
    }

    .hdlist li .pic img {
        width: 160px;
        height: 118px
    }

    .hdlist li .txt {
        margin-left: 166px
    }

    .hdlist li .txt h3 {
        font-size: 16px
    }

    .hdlist li .txt p {
        margin-top: 5px;
        height: 72px;
        line-height: 24px;
        font-size: 12px
    }

    .hdlist li .txt span {
        margin-top: 5px;
        height: 15px;
        line-height: 15px;
        background-size: 15px 15px;
        padding-left: 20px;
        font-size: 12px
    }
} */
.szhb .hb {
    padding: 25px 0;
    overflow: hidden;
    clear: both;
}

.szhb .hb li {
    display: block;
    width: 262px;
    height: 399px;
    float: left;
    margin-right: 50px;
}

.szhb .hb li img {
    width: 262px;
    height: 399px;
}

.szhb .hb li:nth-of-type(4n) {
    margin-right: 0;
}
