.index-row {
    margin-bottom: 15px;
}

.index-row-banner {
    height: 427px;
}

/*焦点图*/
.banner-wrap {
    width: 764px;
    height: 427px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 16px;
}

.banner-pic {
    width: 764px;
    height: 427px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-title {
    width: 764px;
    height: 50px;
    line-height: 45px;
    background: #333;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-title li {
    text-indent: 25px;
}

.banner-title a {
    font-size: 20px;
    color: #f0f0f0;
    font-weight: normal;
}

.banner-indicator {
    width: 764px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.banner-indicator ul {
    width: 770px;
}

.banner-indicator li {
    width: 148px;
    height: 5px;
    background: #d0d0d0;
    margin-right: 6px;
    float: left;
    cursor: pointer;
}

.banner-indicator li.active {
}

.banner-indicator .indicator {
    width: 148px;
    height: 5px;
    background: #c4080c;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s cubic-bezier(.98, -0.32, 0, 1.37);
}

.banner-arrow .arrow {
    width: 42px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
}

.banner-arrow .arrow-left {
    left: 0;
    background: url("index_btn03.png") no-repeat;
}

.banner-arrow .arrow-right {
    right: 0;
    background: url("index_btn04.png") no-repeat;
}

.banner-arrow .arrow-left:hover {
    background: url("index_btn01.png") no-repeat;
}

.banner-arrow .arrow-right:hover {
    background: url("index_btn02.png") no-repeat;
}

/*新闻资讯*/
.xwzx {
    float: left;
    width: 400px;
    height: 427px;
    overflow: hidden;
}

.xwzx .hd {
    height: 50px;
    background: #f1f6fa;
}

.xwzx .hd .title {
    float: left;
    height: 50px;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin-left: 15px;
    line-height: 50px;
}

.xwzx .hd .more {
    float: right;
    font-size: 12px;
    color: #5e5e5e;
    margin-right: 15px;
    margin-top: 18px;
}

.xwzx .hd .more:hover {
    color: #383838;
}

.xwzx .hd .new {
    display: block;
    float: left;
    width: 42px;
    height: 20px;
    margin-top: 16px;
    background: url("icon-new.jpg") no-repeat;
    margin-left: 15px;
}

.xwzx .bd {
}

.xwzx .bd li {
    padding: 20px 10px 20px 20px;
    background: url("icon-reddot.jpg") no-repeat 8px 28px;
    border-bottom: 1px dotted #c5c5c5;
    line-height: 21px;

}

.xwzx .bd li a {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 370px;
    overflow: hidden;
}

.xwzx .bd li a:hover {
    color: #c8252e;
}

/*政策言论*/
.zcyl {
    width: 764px;
    float: left;
    margin-right: 16px;
    height: 390px;
}

.zcyl .bd {
    height: 330px;
}

.zcyl .bd .cover {
    width: 211px;
    margin-right: 15px;
    height: 330px;
    float: left;
}

.zcyl .bd .cover img {
    width: 211px;
    height: 330px;
}

.zcyl .bd .cont {
    width: 538px;
    float: left;
    height: 330px;
}

.zcyl .bd .cont li {
    height: 51px;
    border-bottom: 1px dotted #ccc;
    padding: 15px 0;
}

.zcyl .bd .cont li:hover {
    background: #f1f6fa;
}

.zcyl .bd .cont li h3 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.zcyl .bd .cont li p {
    font-size: 12px;
    color: #818181;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right:30px;
}

.newslist-hd {
    width: 100%;
    height: 28px;
    position: relative;
    margin-bottom: 30px;
}

.newslist-hd .title {
    width: 180px;
    height: 26px;
    position: absolute;
    left: 0;
    border-bottom: 2px solid #fff;
}

.newslist-hd .title img {
    height: 26px;
}

.newslist-hd .more {
    height: 26px;
    width: 100%;
    border-bottom: 2px solid #ccc;
    text-align: right;
}

.newslist-hd .more a {
    color: #aaa;
    font-size: 12px;
}

.newslist-hd .more a:hover {
    color: #999;
}

/*通知公告*/
.tzgg {
    width: 400px;
    float: left;
    height: 390px;
    background: url("bg-tzgg2.jpg") no-repeat;
}

.tzgg .hd {
    width: 360px;
    height: 48px;
    line-height: 48px;
    background: #d02618;
    margin: 28px auto;
}

.tzgg .hd .title {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    float: left;
    margin-left: 15px;
}

.tzgg .hd .more {
    font-size: 12px;
    float: right;
    color: #fff;
    margin-right: 15px;
}

.tzgg .bd {
}

.tzgg .bd .important {
    padding: 0 18px;
}

.tzgg .bd .important a {
    font-size: 20px;
    color: #000;
    line-height: 1.2;
}

.tzgg .bd ul {
    margin: 15px 15px;
}

.tzgg .bd li {
    padding: 13px 0 13px 13px;
    line-height: 14px;
    background: url("icon-graydot.jpg") no-repeat 0px 21px;
}

.tzgg .bd li a {
    color: #1f1f1f;
    font-size: 14px;
    float: left;
    display: block;
    width: 310px;
    height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tzgg .bd li a:hover {
    color: #c8252e;
}

.tzgg .bd li span {
    color: #868686;
    font-size: 14px;
    display: block;
    width: 42px;
    float: right;
    height: 14px;
}

/*草原英才工程轮播图*/
.ycgc {
    width: 764px;
    height: 520px;
    float: left;
    margin-right: 16px;
}

.ycgc .ycgc-banner {
    width: 764px;
    height: 107px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.ycgc .ycgc-banner .pics {
    width: 764px;
    height: 107px;
}

.ycgc .ycgc-banner .pics img {
    width: 764px;
    height: 107px;
}

.ycgc .ycgc-banner .pics li {
    width: 764px;
    height: 107px;
    float: left;
}

.ycgc .ycgc-banner .dots {
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.ycgc .ycgc-banner .dots-wrap {
    float: right;
}

.ycgc .ycgc-banner .dots .dot {
    width: 8px;
    height: 8px;
    background: #fff;
    display: block;
    float: left;
    border-radius: 100%;
    margin-right: 8px;
}

.ycgc .ycgc-banner .dots .dot.active {
    background: #d02618;
}

/*草原英才工程新闻*/
.ycgc-news .newslist-hd .title {
    width: 250px;
}

.ycgc-news .newslist-hd {
    margin-bottom: 10px;
}

.ycgc-news .tab-hd {
    margin-bottom: 10px;
}

.ycgc-news .tab-hd li {
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 116px;
    background: transparent;
    float: left;
}

.ycgc-news .tab-hd li a {
    font-size: 14px;
    color: #141414;
    display: block;
    width: 116px;
    height: 28px;
}

.ycgc-news .tab-hd li.active {
    background: #d02618;
}

.ycgc-news .tab-hd li.active a {
    color: #fff;
}

.ycgc-news .tab-bd {
}

.ycgc-news .tab-bd ul {
    display: none;
}

.ycgc-news .tab-bd ul.active {
    display: block;
}

.ycgc-news .tab-bd ul li {
    height: 111px;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}

.ycgc-news .tab-bd ul li .cover {
    width: 207px;
    height: 111px;
    float: left;
    margin-right: 40px;
}

.ycgc-news .tab-bd ul li .article {
    height: 111px;
    float: left;
    width: 517px;
}

.ycgc-news .tab-bd ul li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 517px;
}

.ycgc-news .tab-bd ul li .title a {
    font-size: 20px;
    color: #2b2b2b;
    font-weight: normal;
}

.ycgc-news .tab-bd ul li .cont {
    font-size: 12px;
    color: #848484;
    text-align: justify;
}

/*快捷导航*/
.kjdh {
    width: 400px;
    height: 520px;
    background: url("bg-kjdh2.jpg");
    float: left;
}

.kjdh .hd {
}

.kjdh .hd h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding-left: 20px;
}

.kjdh .bd {
    padding-left: 16px;
    padding-top: 25px;
}

.kjdh .bd li {
    width: 173px;
    height: 47px;
    float: left;
    margin-left: 11px;
    margin-bottom: 17px;
    background-image: url(kjdh-icon.jpg);
    background-repeat: no-repeat;
    line-height: 47px;
}

.kjdh .bd li a {
    display: block;
    width: 173px;
    color: #2b2b2b;
    text-indent: 80px;
}

.kjdh .bd li a:hover {
    color: #d02618;
}

.kjdh .bd li.dh1 {
    background-position: 0px 0px;
}

.kjdh .bd li.dh2 {
    background-position: -184px 0px;
}

.kjdh .bd li.dh3 {
    background-position: 0px -63px;
}

.kjdh .bd li.dh4 {
    background-position: -184px -63px;
}

.kjdh .bd li.dh5 {
    background-position: 0px -126px;
}

.kjdh .bd li.dh6 {
    background-position: -184px -126px;
}

.kjdh .bd li.dh7 {
    background-position: 0px -189px;
}

.kjdh .bd li.dh8 {
    background-position: -184px -189px;
}

.kjdh .bd li.dh9 {
    background-position: 0px -252px;
}

.kjdh .bd li.dh10 {
    background-position: -184px -252px;
}

.kjdh .bd li.dh11 {
    background-position: 0px -315px;
}

.kjdh .bd li.dh12 {
    background-position: -184px -315px;
}

.kjdh .bd li.dh13 {
    background-position: 0px -378px;
}

.kjdh .bd li.dh14 {
    background-position: -184px -378px;
}

/*三大平台*/
.sdpt {
    margin-bottom: 15px;
}

.sdpt .newslist-hd .title {
    width: 215px;
}

.sdpt .bd {
    overflow: hidden;
    width: 1180px;
}

.sdpt .bd .pt-wrap {
    width: 1200px;
}

.sdpt .bd .pt {
    width: 380px;
    margin-right: 20px;
    float: left;
    height: 445px;
}

.sdpt .bd .pt .cover {
    width: 380px;
    height: 200px;
    position: relative;
}

.sdpt .bd .pt .cover img {
    width: 380px;
    height: 200px;
}

.sdpt .bd .pt .cover .title {
    position: absolute;
    top: 0;
    width: 380px;
    height: 38px;
    line-height: 38px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.sdpt .bd .pt .cover .title h3 {
    font-size: 16px;
    float: left;
    font-weight: 400;
    margin-left: 20px;
    color: #fff;
}

.sdpt .bd .pt .cover .title .more {
    font-size: 12px;
    float: right;
    margin-right: 15px;
    color: #fff;
}

.sdpt .bd .pt .content {
    background: #fdfdfd;
    width: 380px;
    height: 242px;
    overflow: hidden;
}

.sdpt .bd .pt .content li {
    height: 40px;
    width: 310px;
    padding: 20px 35px;
    border-bottom: 1px solid #ececec;
    line-height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sdpt .bd .pt .content li:hover {
    background: #f1f6fa;
}

.sdpt .bd .pt .content li a {
    color: #2b2b2b;
    font-size: 16px;
}

/*盟市人才*/
.msrc {
    width: 764px;
    float: left;
    margin-right: 16px;
    height: 440px;
}

.msrc .map-list {
    width: 380px;
    margin-right: 14px;
    float: left;
    height: 412px;
}

.msrc .map-list .map-wrap {
    height: 263px;
    width: 380px;
    position: relative;
    /*background: url("nmg-map.jpg") no-repeat left top;*/
}

/*.msrc .map-list .map-wrap #nmgmap{*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*width: 380px;*/
/*height: 263px;*/
/*}*/
.msrc .map-list .map-wrap .map-img {
    height: 263px;
    width: 380px;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
}

.msrc .map-list .map-wrap .map-img img {
    height: 263px;
    width: 380px;
}

.msrc .map-list .map-wrap .areaname {
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    color: #2f2f2f;
    width: 60px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.msrc .map-list .map-wrap .li1 {
    left: 302px;
    top: 54px;
    width: 50px;
}

.msrc .map-list .map-wrap .li2 {
    left: 299px;
    top: 111px;
    width: 40px;
}

.msrc .map-list .map-wrap .li3 {
    left: 313px;
    top: 162px;
    width: 30px;
}

.msrc .map-list .map-wrap .li4 {
    left: 205px;
    top: 141px;
    width: 60px;
}

.msrc .map-list .map-wrap .li5 {
    left: 271px;
    top: 160px;
    width: 30px;
}

.msrc .map-list .map-wrap .li6 {
    left: 196px;
    top: 201px;
    width: 50px;
}

.msrc .map-list .map-wrap .li7 {
    left: 160px;
    top: 174px;
    width: 30px;
}

.msrc .map-list .map-wrap .li8 {
    left: 109px;
    top: 173px;
    width: 50px;
}

.msrc .map-list .map-wrap .li9 {
    left: 125px;
    top: 219px;
    width: 50px;
}

.msrc .map-list .map-wrap .li10 {
    left: 49px;
    top: 180px;
    width: 50px;
}

.msrc .map-list .map-wrap .li11 {
    left: 107px;
    top: 198px;
    width: 30px;
}

.msrc .map-list .map-wrap .li12 {
    left: 189px;
    top: 232px;
    width: 50px;
}

.msrc .map-list .map-wrap .title {
    color: #fff;
    font-weight: 400;
    padding-top: 4px;
    padding-left: 11px;
    position: absolute;
    left: 0px;
    top: -2px;
}

.msrc .map-list .cont {

}

.msrc .map-list .cont ul {
    display: none;
}

.msrc .map-list .cont ul.active {
    display: block;
}

.msrc .map-list .cont li {
    width: 380px;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;

    background: url("icon-graydot.jpg") no-repeat 0px 15px;
    padding-left: 10px;
}

.msrc .map-list .cont li a {
    color: #444;
}

.msrc .map-list .cont li a:hover {
    color: #d02618;
}

.msrc .depart-list {
    width: 370px;
    float: left;
    height: 412px;
    overflow: hidden;
	margin-top:4px;
}

.msrc .depart-list .title {
    width: 119px;
    height: 32px;
    color: #fff;
    background: url("xxbs-title-bg.jpg") no-repeat;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
}

.msrc .depart-list .tab-hd {
    height: 33px;
    background: #f1f3f6;
    border-top: 1px solid #d5dae3;
    margin-bottom: 4px;
}

.msrc .depart-list .tab-hd li {
    float: left;
    margin-left: 15px;
    border-left: 2px solid #818181;
    color: #303030;
    padding-left: 9px;
    height: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 13px;
    cursor: pointer;

}

.msrc .depart-list .tab-hd li.active {
    border-left: 2px solid #f08e2f;
    color: #f08e2f;
}

.msrc .depart-list .tab-bd {
    height: 334px;
    overflow: hidden;
}

.msrc .depart-list .tab-bd table {
    display: none;
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.msrc .depart-list .tab-bd tr {
    border: 1px solid #ddd;
    height: 36px;
}

.msrc .depart-list .tab-bd table.active {
    display: table;
}

.msrc .depart-list .tab-bd table td {
    height: 36px;
    color: #444;
    padding: 0px 0px 0px 15px;
}

.msrc .newslist-hd {
    margin-bottom: 7px;
}

/*厅局信息展示*/
.tjxxbs{ width:366px; height:354px; margin-top:10px; border:#efefef solid 1px;}
.tjxxbs dl{ padding:10px;}
.tjxxbs dl dd{ line-height:40px; width:330px; height:40px; border-bottom:#CCC dotted 1px; font-size:14px; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; overflow:hidden; padding-left:15px; background: url("icon-graydot.jpg") no-repeat 5px 18px;}
.tjxxbs dl dd:hover{ background-color:#f5f5f5;}


/*十百计划*/
.sbjh {
    width: 400px;
    height: 441px;
    float: left;
    background: url("bg-sbjh.jpg") no-repeat;
}

.sbjh .title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-left: 20px;
    line-height: 1.8;
}

.sbjh .list {
    padding-left: 25px;
    padding-top: 145px;
}

.sbjh .list li {
    width: 176px;
    height: 35px;
    line-height: 35px;
    padding-top: 7px;
    text-indent: 10px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    background-image: url("sbjh-item-bg.jpg");
    background-repeat: no-repeat;
    background-position: 0px -48px;
    margin-right: 10px;
    margin-bottom: 6px;

}

.sbjh .list li:hover {
    background-position: 0px 0px;

}

.sbjh .list li a {
    color: #ca0f00;
    display: block;

}

.sbjh .list li:hover a {
    color: #fff;

}

/*特色专项*/
.tszx {
    width: 764px;
    margin-right: 16px;
    float: left;
    height: 397px;
    overflow: hidden;
}

.tszx .tab-wrap {

}

.tszx .tab-hd {
    width: 781px;
}

.tszx .tab-hd li {
    width: 178px;
    height: 51px;
    float: left;
    background: url("tszx-hd.jpg") no-repeat;
    margin-right: 17px;
    line-height: 48px;
    text-align: center;
}

.tszx .tab-hd li.active {
    background: url("tszx-hd-active.jpg") no-repeat;
}

.tszx .tab-hd li a {
    font-size: 24px;
    color: #fff;
    display: block;
}

.tszx .tab-bd {
}

.tszx .tab-bd ul {
    display: block;
    height: 0px;
    padding-top: 0px;
    transition: 0.5s;
    overflow: hidden;
}

.tszx .tab-bd ul.active {
    display: block;
    height: 227px;
    padding-top: 10px;
    transition: 0.5s;
}

.tszx .tab-bd li {
    height: 45px;
    line-height: 45px;
    background: url("icon-doc.jpg") no-repeat left center;
    padding-left: 30px;
    margin: 0px 35px;
}

.tszx .tab-bd li .text {
    float: left;
    color: #2b2b2b;
    display: block;
    width: 624px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tszx .tab-bd li .text:hover {
    color: #d02618;
}

.tszx .tab-bd li .time {
    color: #ababab;
    float: right;
    width: 40px;
    display: block;
}

/*他山之石*/
.tszs {
    float: left;
    width: 400px;
    height: 397px;
    background: url("bg-tszs.jpg") no-repeat;
}

.tszs .title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-left: 20px;
}

.tszs ul {
    margin-top: 130px;
    margin-left: 32px;
    width: 345px;
    height: 200px;
    overflow: hidden;
}

.tszs ul li {
    background: url("icon-graydot.jpg") no-repeat left center;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
}

.tszs ul li .text {
    color: #1f1f1f;
    float: left;
    display: block;
    width: 295px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tszs ul li .text:hover {
    color: #d02618;
}

.tszs ul li .date {
    color: #868686;
    float: right;
}

/*友情横幅*/
.friend-banner {
    height: 78px;
    margin: 25px 0;
}

.friend-banner .page-wrapper {
    overflow: hidden;
}

.friend-banner li {
    float: left;
    width: 222px;
    height: 78px;
    margin-right: 17px;
}

.friend-banner li img {
    width: 222px;
    height: 78px;
}

.friend-banner-wrap {
    width: 1195px;
}


.yellow-num {
    background: #f08e2f;
    padding: 0px 5px;
    color: #fff;
}