.banner{
    background: url(banner.jpg) no-repeat top center;
    background-size: 1920px 500px;
    width: 100%;
    height: 500px;
    min-width: 1200px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}

.main1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
/*两会报告一起读*/
.lhxsy_row {
    width: 586px;
    float: right;
}
.lhxsy_focus {
    width: 586px;
    height: 376px;
    overflow: hidden;
    position: relative;
    margin-top: 26px;
}
.lhxsy_focus .hd {
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 18px;
    right: 16px;
}
.lhxsy_focus .hd ul {
    zoom: 1;
    float: left;
}
.lhxsy_focus .hd ul li {
    cursor: pointer;
    width: 8px;
    height: 8px;
    display: block;
    text-indent: 20px;
    background: #fff;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 50%;
}
.lhxsy_focus .hd ul li.on {
    width: 10px;
    height: 10px;
    margin-top: -1px;
    background: #c6050f;
}
.lhxsy_focus .hd ul li.on {
    width: 10px;
    height: 10px;
    margin-top: -1px;
    background: #c6050f;
}
.lhxsy_focus .bd li {
    zoom: 1;
}
.lhxsy_focus .bd img {
    width: 586px;
    height: 266px;
}
.lhxsy_focus .bd h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    width: 470px;
    margin-left: 20px;
    z-index: 111;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.lhxsy_focus .bd h1 a {
    color: #fff;
    text-decoration: none;
}
ul.lhxsy_bottom {
    background-color: #efefef;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 10px 0 0;
    height: 250px;
}
ul.lhxsy_bottom li a {
    display: block;
    line-height: 58px;
    background: url(../images/lhxsy-icon.png) 25px center no-repeat;
    padding-left: 46px;
    padding-right: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}
.clear_both:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}


/*成就辉煌*/
.zjxc_row {
    width: 586px;
    float: left;
}
.title_short2 {
    padding-top: 46px;
    font-size: 24px;
    font-weight: bold;
    color: #494949;
}
.title_short2 span {
    width: 9px;
    height: 24px;
    display: inline-block;
    float: left;
    background-color: #d30000;
    margin-right: 10px;
    margin-top: 6px;
}
.title_short2 a {
    color: #494949;
}
ul.zjxc_bottom {
    height: 652px;
    background-color: #d30000;
    margin-top: 24px;
}
ul.zjxc_bottom li {
    padding: 50px 20px 0 30px;
}
ul.zjxc_bottom li div {
    width: 312px;
    float: left;
}
ul.zjxc_bottom li div p a {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.zjxc_bottom li div span a {
    display: block;
    margin-top: 8px;
    color: #ffe5a5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
ul.zjxc_bottom li i {
    display: block;
    float: right;
    line-height: 0;
}
ul.zjxc_bottom li i img {
    width: 200px;
    height: 150px;
}

.footer {
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background: #f9f7f4;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin-top: 30px;
}
.showpc {
    display: block;
}
.showmobile {
    display: none;
}


.lhxsy_focus iframe{
    width: 586px;
    height: 300px;
}
.lhxsy_focus li a{
    font-size: 18px;
}

/*图片轮播*/
.slidePic{
    width: 1200px;
    margin: 5px auto 0;
    height: 190px;
    border: 1px solid #eedddd;
    overflow: hidden;
}
.slidePic li{
    float: left;
    width: 210px;
    height: 140px;
    margin-left: 16px;
    margin-top: 20px;
    border: 5px solid #ffffff;
    box-shadow: 5px 5px 10px 1px #AAAAAA;
}
.slidePic li img{
    width: 210px;
    height: 140px;
    display: block;
}