@charset "utf-8";
/*Reset样式 公共样式*/
body,
button,
input,
select,
textarea {
    font: 12px 微软雅黑, 宋体, "Helvetica", "sans-serif";
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0;
}
table,
tr,
td {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
li {
    list-style: none outside none;
}
fieldset,
img,
a img {
    border: 0 none;
}
caption,
th {
    text-align: left;
}
abbr,
acronym {
    border: 0;
}
textarea {
    resize: none;
}
abbr,
acronym {
    border: 0 none;
    font-variant: normal;
}
a {
    text-decoration: none;
    outline-style: none;
    color: #00349a;
}
a:hover {
    /*text-decoration: underline;*/
}

.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
    clear: both;
    *overflow: hidden;
}
.text-overflow {
    /*display:block;*/
    width: 100%;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: clip;
}
.text-overflow-li {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: clip;
}
.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.em {
    text-indent: 2em;
}
.dis-n {
    display: none;
}
.dis-b {
    display: block;
}
.pr {
    position: relative;
}
.mt15 {
    margin-top: 15px;
}
.left a {
    color: #ba0800;
}

body {
    background: #fff6ec;
}
.rt_a {
    text-align: center;
    display: block;
}
.rt_sp {
    color: #333;
    font-size: 14px;
    text-align: center;
}
.red {
    color: red;
}
.col-red {
    color: #ba0800 !important;
}
.fz20 {
    font-size: 20px;
}
.margin66 {
    margin: 0 66px;
}
.mt10 {
    margin-top: 10px;
}
.opa50 {
    background-color: #000;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1;
}
.lh-icon {
    background: url("../images/lianghui_icon.png") no-repeat;
}

/**************banner 部分************/
.lh-banner {
    width: 100%;
    min-width: 1000px;
    height: 350px;
    margin-top: -5px;
    background: #83161b url("../images/banner.jpg") no-repeat scroll center
        center;
}
/*.banner{width:100%;min-width:1000px;height:350px;margin-top:-5px;text-align:center;background-color:#ba0800;}*/

/**************导航部分************/
.nav_bg {
    width: 100%;
    height: 40px;
    background-color: #b00f1e;
}
.nav_bg .nav {
    background: #b00f1e;
    height: 40px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}
.nav_bg .nav a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}
.nav_bg .nav b {
    border-right: 1px solid #700002;
    margin: 0 28px;
}

/*************主体部分***************/
.main {
    width: 1000px;
    margin: 20px auto 0 auto;
    overflow: hidden;
    clear: both;
}

/*头条*/
.top_news_title {
    width: 950px;
    padding: 18px 25px;
    height: 50px;
    overflow: hidden;
    background-color: #fff;
}
.top_news_title .headline {
    float: left;
    display: block;
    width: 102px;
    height: 49px;
    margin-right: 15px;
    background: url("../images/headline.png") no-repeat 0 0;
}
.top_news_title .headline_title {
    float: left;
    display: inline;
}
.top_news_title .headline_title a {
    font-size: 34px;
    color: #ba0800;
    font-weight: bold;
    display: block;
    width: 832px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.top_news_list {
    width: 960px;
    padding: 10px 20px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}
.top_news_list ul li {
    float: left;
    display: inline;
    width: 316px;
    margin-right: 3px;
}

.top_news_list .title {
    border-bottom: 2px solid #ffc000;
    padding-bottom: 5px;
    color: #3f3f3f;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    display: block;
}
.top_news_list .content {
    margin-top: 5px;
    width: 316px;
    height: 100px;
    display: block;
}
.top_news_list .content .aImg {
    display: block;
    float: left;
    margin-right: 8px;
}
.top_news_list .content .aImg img {
    width: 100px;
    height: 100px;
    display: block;
}
.top_news_list .content p {
    float: left;
    width: 208px;
}
.top_news_list .content p .atitle {
    width: 208px;
    font-size: 14px;
    color: #ba0800;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.top_news_list .content p span {
    display: block;
    width: 208px;
    height: 75px;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
    line-height: 25px;
}

.top-news-list {
    width: 950px;
    padding: 0 25px 7px;
    overflow: hidden;
    background-color: #fff;
}
.top-news-list .top-news-list-con {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.top-news-list .top-news-list-con a {
    color: #3f3f3f;
    text-align: left;
    display: inline-block;
    font-size: 14px;
}
.top-news-list .top-news-list-con b {
    border-right: 1px solid #3f3f3f;
    margin: 0 10px;
}

.latest-broadcast {
    width: 950px;
    padding: 10px 25px 15px 25px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #fff;
}
.latest-broadcast ul li.title {
    background: url("../images/latest_broadcast.png") no-repeat 0 0;
    float: left;
    display: block;
    width: 102px;
    height: 30px;
    margin: 3px 10px 0 0;
}
.latest-broadcast ul li.list {
    float: left;
    display: block;
    width: 330px;
    margin-right: 15px;
}
.latest-broadcast ul li.end {
    width: 148px;
    margin-right: 0;
}
.latest-broadcast ul li.list a span {
    float: left;
    display: block;
    width: 68px;
    height: 30px;
    text-align: center;
    overflow: hidden;
}
.latest-broadcast ul li.list a p {
    float: left;
    width: 254px;
    height: 30px;
    text-align: left;
    font-size: 14px;
    color: #3f3f3f;
    overflow: hidden;
    margin-left: 5px;
}
.latest-broadcast ul li.end a p {
    width: 75px;
}

/*新闻列表和视频区域*/
.news_list {
    width: 970px;
    padding: 0px 15px;
    background-color: #fff;
    *display: inline-block;
    overflow: hidden;
}
/*左侧*/
.news_list_left {
    display: block;
    float: left;
    margin-top: 15px;
    width: 468px;
    _margin-right: 5px;
}
.news_list_left li {
    border-bottom: 1px solid #cbdbea;
    padding-bottom: 20px;
    padding-top: 18px;
    height: 80px;
    *margin-top: -3px;
}
.news_list_left .list_bg {
    background: #eafaff;
}
.news_list_left li.bor0 {
    border: 0;
}
.news_list_left li a {
    color: #ba0800;
    display: block;
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    padding-left: 25px;
    text-decoration: none;
    width: 440px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list_left li span {
    color: #585858;
    display: block;
    font-size: 12px;
    line-height: 21px;
    text-indent: 2em;
}
/*右侧*/
.news_list_right {
    display: block;
    float: left;
    width: 485px;
    margin-left: 15px;
}
.news_list_right .news_list_right_title {
    clear: both;
    padding-top: 5px;
    font-size: 20px;
    color: #333;
    border-top: 2px solid #ba0800;
    font-weight: bold;
    height: 28px;
    margin-top: 15px;
}
.news_list_right .news_list_right_title span {
    float: left;
    display: inline;
    margin-left: 15px;
}
.news_list_right .news_list_right_title a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #ba0800;
    margin-top: 5px;
}
.news_list_right .focusPic {
    position: relative;
    margin: 6px 0;
    _margin: 2px 0;
    *zoom: 1;
}
.news_list_right .focusPic .focusItems {
    width: 485px;
    height: 200px;
    overflow: hidden;
}
.news_list_right .focusPic .focusItems1 {
    width: 485px;
    height: 410px;
    overflow: hidden;
}
.news_list_right .focusPic .news_title {
    color: #333;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 27px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    width: 175px;
}
.news_list_right .focusPic .news_title1 {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 27px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    width: 485px;
    padding-top: 20px;
}
.news_list_right .focusPic .news_content {
    display: block;
    width: 165px;
    color: #585858;
    height: 152px;
    line-height: 25px;
    padding-left: 10px;
    overflow: hidden;
    text-indent: 2em;
}
.news_list_right .focusPic .news_content1 {
    display: block;
    /* width: 165px; */
    color: #585858;
    height: 75px;
    overflow: hidden;
    line-height: 25px;
    padding-left: 10px;
    overflow: hidden;
    text-indent: 2em;
}
.news_list_right .focusPic .news_btns {
    position: absolute;
    /* right: 0; */
    bottom: -30px;
    /* top: 10px; */
    text-align: center;
    z-index: 10;
    left: 240px;
    transform: translate(-50%, 0);
}
.news_list_right .focusPic .news_btns1 {
    position: absolute;
    /* right: 0; */
    /* top: 10px; */
    bottom: 10px;
    text-align: center;
    z-index: 10;
    left: 240px;
    transform: translate(-50%, 0);
}
.news_list_right .focusPic .news_btns span {
    background: #585858 none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-right: 5px;
    font-size: 0;
    width: 10px;
}
.news_list_right .focusPic .news_btns .cur {
    background: #ba0800 none repeat scroll 0 0;
}
.news_list_right .focusPic .news_btns1 span {
    background: #585858 none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-right: 5px;
    font-size: 0;
    width: 10px;
}
.news_list_right .focusPic .news_btns1 .cur {
    background: #ba0800 none repeat scroll 0 0;
}
.news_list_right .report {
    margin: 6px 0;
    _margin: 2px 0;
}
.news_list_right .report .video a {
    display: block;
    height: 370px;
}
.news_list_right .two-sessions {
    width: 485px;
    height: 374px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.news_list_right .two-sessions li {
    width: 485px;
    height: 76px;
    border-bottom: 1px solid #e5e5e5;
}
.news_list_right .two-sessions .two-sessions-left {
    width: 80px;
    height: 76px;
    position: relative;
    float: left;
}
.news_list_right .two-sessions .two-sessions-left .month {
    width: 20px;
    height: 20px;
    color: #acacac;
    font-size: 12px;
    position: absolute;
    left: 30px;
    top: 25px;
    z-index: 999;
}
.news_list_right .two-sessions .two-sessions-left .slash {
    z-index: 1;
    background: url("../images/slash.png") no-repeat 0 0;
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    left: 32px;
    top: 24px;
}
.news_list_right .two-sessions .two-sessions-left .days {
    z-index: 999;
    width: 20px;
    height: 30px;
    line-height: 30px;
    color: #ba0800;
    font-size: 32px;
    position: absolute;
    left: 52px;
    top: 26px;
    font-style: italic;
}
.news_list_right .two-sessions .two-sessions-right {
    width: 380px;
    height: 76px;
    line-height: 76px;
    float: left;
    color: #9e9e9e;
    font-size: 15px;
    margin-left: 20px;
    overflow: hidden;
}
.news_list_right .two-sessions .two-sessions-right .two-sessions-title {
    width: 100%;
    height: 100%;
    line-height: 1.4;
    display: table;
}
.news_list_right
    .two-sessions
    .two-sessions-right
    .two-sessions-title
    .two-sessions-ititle {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.news_list_right .bd {
    height: 267px;
}

/****************页面模块部分*********************/
.module {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.module .module-title {
    width: 1000px;
    height: 55px;
    margin-top: 15px;
}

/* 政府工作报告 */
.gov-report-title {
    background: url("../images/title1.jpg") no-repeat 0 0;
}
.gov-report-content {
    position: relative;
    width: 980px;
    height: 560px;
    padding: 15px 10px;
    overflow: hidden;
    clear: both;
    background-color: #fff;
    background: url("../images/gov-1.jpg") no-repeat 0 0;
}
.gov-report-content .report-front {
    float: left;
    width: 375px;
    height: 550px;
}
.gov-report-content .report-front .report-front-img {
    width: 375px;
    height: 467px;
    overflow: hidden;
}
.gov-report-content .report-front .report-front-desc {
    width: 338px;
    height: 80px;
    overflow: hidden;
    margin-top: 15px;
    padding: 0 18px;
}
.gov-report-content .report-front .report-front-desc a {
    font-size: 14px;
}
.gov-report-content .report-front .report-front-desc a.font-desc-text {
    width: 338px;
    height: 80px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    color: #1a121f;
}
.gov-report-content .report-list {
    float: left;
    width: 256px;
    height: 560px;
    margin-left: 45px;
}
.gov-report-content .report-list li {
    width: 256px;
    height: 180px;
    overflow: hidden;
}
.gov-report-content .report-list li .report-list-img {
    width: 256px;
    height: 139px;
    overflow: hidden;
}
.gov-report-content .report-list li .report-list-text {
    width: 252px;
    height: 40px;
    line-height: 40px;
    padding: 0 2px;
    font-size: 16px;
    font-weight: bold;
    color: #472d1c;
    overflow: hidden;
}

/* 总理答记者问 */
.wd-title {
    background: url("../images/title2.jpg") no-repeat 0 0;
}
.wd-content {
    width: 980px;
    height: 460px;
    padding: 15px 10px 20px;
    overflow: hidden;
    clear: both;
    background-color: #fff;
}
.wd-content .wd-left {
    float: left;
    width: 700px;
    height: 558px;
    overflow: hidden;
}
.wd-content .wd-left .wd-left-img {
    overflow: hidden;
    position: relative;
}
.wd-content .wd-left .wd-left-img .text-area {
    width: 636px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.wd-content .wd-left .wd-left-img .img-text {
    z-index: 2;
    color: #fff;
    font-size: 14px;
    width: 616px;
    padding: 0 10px;
}
.wd-content .wd-left .wd-left-desc {
    width: 636px;
    height: 130px;
    overflow: hidden;
}
.wd-content .wd-left .wd-left-desc .desc-title {
    width: 636px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    margin-top: 5px;
}
.wd-content .wd-left .wd-left-desc .time {
    width: 636px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}
.wd-content .wd-left .wd-left-desc .intro {
    width: 636px;
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}
.wd-content .wd-left .wd-left-desc .intro a {
    font-size: 12px;
}
.wd-content .wd-right {
    float: left;
    width: 260px;
    height: 460px;
    overflow: hidden;
    margin-left: 10px;
}
.wd-content .wd-right .wd-right-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #b50800;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.wd-content .wd-right .wd-right-iframe {
    width: 260px;
    height: 401px;
    background-color: #fff;
    clear: both;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 15px;
    position: relative;
}
.wd-content .wd-right .wd-right-iframe .question,
.wd-content .wd-right .wd-right-iframe .answer {
    width: 220px;
    height: 104px;
    margin-top: 20px;
    clear: both;
    margin-left: 10px;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
}
.wd-content .wd-right .wd-right-iframe .l {
    float: left;
    width: 46px;
    height: 104px;
    background-color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.wd-content .wd-right .wd-right-iframe .l span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 41px;
    height: 23px;
    line-height: 19px;
    display: block;
    text-align: center;
    font-size: 16px;
}
.wd-content .wd-right .wd-right-iframe .r {
    float: left;
    width: 174px;
    height: 104px;
    border-radius: 4px;
    margin-left: 0px;
    position: relative;
}
.wd-content .wd-right .wd-right-iframe .r span {
    display: none;
}
.wd-content .wd-right .wd-right-iframe .r p {
    padding: 0px 0px;
    display: block;
    height: 80px;
}
.wd-content .wd-right .wd-right-iframe .question .l {
    float: left;
    background-color: #fff;
}
.wd-content .wd-right .wd-right-iframe .question .l span {
    color: #fff;
    background: #6b6868;
    font-weight: normal;
}
.wd-content .wd-right .wd-right-iframe .question .r {
    background-color: #fff;
}
.wd-content .wd-right .wd-right-iframe .question .r span {
    background: url("../images/lianghui_icon.png") no-repeat -30px -118px;
}
.wd-content .wd-right .wd-right-iframe .question .r p {
    color: #585858;
}
.wd-content .wd-right .wd-right-iframe .answer .l {
    float: left;
    background-color: #fff;
}
.wd-content .wd-right .wd-right-iframe .answer .l span {
    color: #fff;
    font-size: 16px;
    background: #f00;
    font-weight: normal;
}
.wd-content .wd-right .wd-right-iframe .answer .r {
    background-color: #fff;
}
.wd-content .wd-right .wd-right-iframe .answer .r span {
    background: url("../images/lianghui_icon.png") no-repeat -15px -118px;
}
.wd-content .wd-right .wd-right-iframe .answer .r p {
    color: #585858;
}

/* 两会发布会 */
.p1_t {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}
.p2_t {
    margin-top: 8px;
    line-height: 22px;
    font-size: 14px;
    text-indent: 27px;
}
.press-conf-title {
    background: url("../images/title4.png") no-repeat 0 0;
}
.press-conf-content {
    width: 950px;
    height: 400px;
    padding: 15px 25px;
    overflow: hidden;
    clear: both;
    background-color: #fff;
}
.press-conf-content .tab {
    float: left;
    width: 170px;
    height: 390px;
    overflow: hidden;
}
.press-conf-content .tab li {
    width: 170px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #ffde90;
    color: #b50800;
    font-size: 18px;
    margin-top: 2px;
    overflow: hidden;
}
.press-conf-content .tab li:hover {
    cursor: pointer;
}
.press-conf-content .tab li.active {
    background-color: #e4443d;
    color: #fff;
}
.press-conf-content .tab-content {
    float: left;
    width: 780px;
    height: 390px;
}
.press-conf-content .tab-content .left {
    float: left;
    width: 400px;
    height: 395px;
    margin-left: 25px;
    overflow: hidden;
    position: relative;
}
.press-conf-content .tab-content .left .a1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 10px 0 10px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: rgba(128, 123, 123, 0.5);
}
.press-conf-content .tab-content .left .img {
    width: 421px;
    height: 280px;
    overflow: hidden;
}
.press-conf-content .tab-content .left .title {
    width: 421px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    overflow: hidden;
}
.press-conf-content .tab-content .left .title a {
    color: #322632;
}
.press-conf-content .tab-content .left .desc {
    width: 421px;
    height: 50px;
    line-height: 25px;
    text-indent: 2em;
    font-size: 14px;
    overflow: hidden;
}
.press-conf-content .tab-content .right {
    float: left;
    width: 330px;
    height: 396px;
    margin-left: 25px;
    overflow: hidden;
    *margin-left: 0;
}
.press-conf-content .tab-content .right .img {
    width: 307px;
    height: 162px;
    overflow: hidden;
}
.press-conf-content .tab-content .right .title {
    width: 307px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
}
.press-conf-content .tab-content .right .title a {
    color: #3f3f3f;
}

/* 独家调查 */
.survey-title {
    background: url("../images/survey.png") no-repeat 0 0;
}
.survey-content {
    width: 970px;
    height: 475px;
    padding: 10px 15px;
    overflow: hidden;
    clear: both;
    background-color: #fff;
}
.survey-content ul {
    width: 970px;
    height: 224px;
    margin-top: 10px;
    display: block;
    clear: both;
}
.survey-content li {
    float: left;
    width: 306px;
    height: 224px;
    margin-left: 20px;
}
.survey-content li.ml0 {
    margin-left: 0;
}
.survey-content li .list-title {
    width: 300px;
    padding: 0 3px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #3f3f3f;
    overflow: hidden;
}

/* 图解两会 */
.tujie-title {
    background: url("../images/title3.jpg") no-repeat 0 0;
}
.tujie-content {
    width: 980px;
    height: 405px;
    padding: 10px 10px;
    overflow: hidden;
    clear: both;
    background-color: #f3f6f7;
}
.tujie-content {
    position: relative;
    background: #f3f6f7;
}
.tujie-content .swiper-container {
    width: 890px;
    height: 420px;
    /* margin: 0 auto; */
    text-align: center;
    position: relative;
    z-index: 9999;
}
.tujie-content .swiper-slide {
    width: 175px;
    height: 230px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: relative;
}
.tujie-content .swiper-slide:hover {
    z-index: 90;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.2);
    transform: scale(1.1);
}
.tujie-content .swiper-slide img {
}
/* 替换插件切换图片 */
#tujie .arrow-left {
    background: #f3f6f7 url("../images/red_arrow_left.png") no-repeat 15px 105px;
    width: 60px;
    height: 300px;
    position: absolute;
    top: 35px;
    left: 0;
    display: block;
    z-index: 100;
}
#tujie .arrow-right {
    background: #f3f6f7 url("../images/red_arrow_right.png") no-repeat 15px
        105px;
    width: 60px;
    height: 300px;
    position: absolute;
    top: 35px;
    right: 0;
    display: block;
    z-index: 100;
}

/* 焦点视觉 */
.focus-title {
    background: url("../images/title6.jpg") no-repeat 0 0;
}
.focus-content {
    width: 990px;
    height: 485px;
    padding: 10px 5px;
    overflow: hidden;
    clear: both;
    background-color: #c70f0d;
}
.focus-content .focus-left {
    float: left;
    width: 745px;
    height: 458px;
    padding-top: 30px;
    position: relative;
}
.focus-content .focus-left .text-area {
    width: 745px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.focus-content .focus-left .img-text {
    z-index: 2;
    color: #fff;
    font-size: 20px;
    width: 725px;
    padding: 0 10px;
    text-align: center;
}
.focus-content .focus-right {
    float: right;
    width: 170px;
    height: 510px;
    position: relative;
}
.focus-content .focus-right .swiper-container {
    width: 150px;
    height: 460px;
    padding: 30px 15px;
}
.focus-content .focus-right .swiper-slide {
    width: 150px;
    height: 108px;
    position: relative;
}
.focus-content .focus-right .swiper-slide:hover {
    cursor: pointer;
}
.focus-content .focus-right .active span {
    display: block;
    width: 15px;
    height: 108px;
    position: absolute;
    left: -15px;
    bottom: 7px;
    background: url("../images/lianghui_icon.png") no-repeat 0px 0;
}

#focus .arrow-left {
    display: block;
    width: 165px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #6d0300 url("../images/angel_up.png") no-repeat 52px 7px;
    z-index: 100;
}
#focus .arrow-right {
    display: block;
    width: 165px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 488px;
    background: #6d0300 url("../images/angel_down.png") no-repeat 52px 7px;
    z-index: 100;
}

/* 两会提案 */
.bg-c-eaeaea {
    background-color: #eaeaea;
}
.proposal-title {
    background: url("../images/proposal.png") no-repeat 0 0;
}
.proposal-content {
    height: 428px;
    padding: 25px 0;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
.proposal-content .slide-container {
    height: 428px;
    width: 950px;
    margin: 0 auto;
}
.proposal-content .slide-container ul {
    height: 428px;
    width: 910px;
    clear: both;
}
.proposal-content .slide-container ul li {
    float: left;
    width: 303px;
    height: 214px;
    display: block;
    position: relative;
    overflow: hidden;
}
.proposal-content .slide-container ul li .slide-container-desc {
    padding: 35px;
    background-color: #eaeaea;
}
.proposal-content .slide-container ul li .slide-container-desc .title {
    width: 100%;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
.proposal-content .slide-container ul li .slide-container-desc .title a {
    color: #000;
}
.proposal-content .slide-container ul li .slide-container-desc p {
    width: 100%;
    height: 130px;
    line-height: 24px;
    font-size: 13px;
    color: #3e3e3e;
}
.proposal-content .slide-container ul li .slide-arrow-left {
    position: absolute;
    background: url("../images/lianghui_icon.png") no-repeat -221px 0;
    width: 21px;
    height: 35px;
    display: block;
    right: 0;
    top: 28px;
}
.proposal-content .slide-container ul li .slide-arrow-right {
    position: absolute;
    background: url("../images/lianghui_icon.png") no-repeat -266px 0;
    width: 21px;
    height: 35px;
    display: block;
    left: 0;
    top: 28px;
}
.proposal-content .slide-container ul li .slide-arrow-up {
    position: absolute;
    background: url("../images/lianghui_icon.png") no-repeat -220px -57px;
    width: 35px;
    height: 21px;
    display: block;
    bottom: 0;
    right: 28px;
}
#proposal .swiper-container {
    height: 428px;
}

.cl_left {
    float: left;
    width: 366px;
}

.cl_right {
    float: left;
    margin-left: 20px;
    width: 540px;
    margin-top: 20px;
}
.cl_right_title {
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
    border-bottom: 1px solid #d7d7d7;
}
.cl_right_content {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 30px 0;
    color: #585858;
}

/* 替换插件切换图片 */
#proposal .arrow-lefts {
    background: url("../images/swiper_prev.png") no-repeat 5px 189px;
    width: 40px;
    height: 428px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 100;
}
#proposal .arrow-rights {
    background: url("../images/swiper_next.png") no-repeat 5px 189px;
    width: 40px;
    height: 428px;
    position: absolute;
    top: 0;
    right: -10px;
    display: block;
    z-index: 100;
}
/*.proposal-content .swiper-button-prev{background:url("../images/red_arrow_left.png") no-repeat 0 0;width:26px;height:98px;top:185px;}
.proposal-content .swiper-button-next{background:url("../images/red_arrow_right.png") no-repeat 0 0;width:26px;height:98px;top:185px;}*/

/* 两会花絮 */
.tidbit-title {
    background: url("../images/title7.png") no-repeat 0 0;
}
.h2 {
    width: 100%;
    height: 2px;
    display: block;
}
.w2 {
    width: 2px;
    height: 100%;
    display: block;
}
.m-forum {
    width: 1000px;
    height: 480px;
    margin-top: 20px;
    overflow-y: scroll;
    background-color: #fff;
    clear: both;
}
.m-forum .m-forum-left {
    float: left;
    width: 240px;
    height: 502px;
    margin-left: 20px;
    _margin-left: 10px;
}
.m-forum .m-forum-right {
    float: left;
    width: 720px;
    height: 502px;
    margin-left: 2px;
}
.m-forum .m-forum-right .right-up {
    width: 720px;
    height: 303px;
    clear: both;
}
.m-forum .m-forum-right .right-up img {
}
.m-forum .m-forum-right .right-down {
    width: 720px;
    height: 197px;
    clear: both;
}
.m-forum .m-forum-right .right-down img {
    float: left;
}
.m-forum .pr:hover {
    cursor: pointer;
}
.m-forum .bg {
    background: none repeat scroll 0 0 #000;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.m-forum .bg h3 {
    color: #fff;
    font-family: "黑体";
    font-size: 20px;
    margin: 20px 20px 0;
}
.m-forum .bg em {
    bottom: 20px;
    color: #0cd4ff;
    font-family: "黑体";
    font-size: 20px;
    position: absolute;
    right: 20px;
}

/*论坛议程*/
.m_agenda {
    width: 1000px;
    background-color: #fff;
}
.tableTabs {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

/*布告栏新闻列表*/
.badao {
    margin: 10px auto 0;
    width: 1000px;
    overflow: hidden;
}
.twbd {
    float: left;
    width: 495px;
    background: #fff;
    padding-bottom: 15px;
    overflow: hidden;
}
.twbd p {
    background: none repeat scroll 0 0 #b50800;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}
.twbd p a {
    color: #fff;
    font-size: 14px;
    margin-left: 340px;
    text-decoration: none;
}
.twbd ul {
    margin-top: 10px;
    width: 455px;
    padding: 0 20px;
}
.twbd ul li {
    font-size: 8px;
    padding: 8px 0 0 8px;
    width: 455px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    list-style: disc inside;
}
.twbd ul li a {
    font-size: 14px;
    color: #3f3f3f;
}
.twbd ul li a:hover {
    text-decoration: underline;
}

/******************底部区域*****************/
.footer {
    width: 1000px;
    margin: 10px auto;
}

.pressCon_r {
    height: 400px;
    background: url("../images/bg2.jpg") no-repeat center top;
    position: relative;
}
.pressCon_r .pr_1 {
    height: 110px;
    padding-top: 19px;
}
.pressCon_r .pr_2 {
    padding-top: 19px;
}

.pressCon_r .p1 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    /* text-align: center; */
    margin: 0 auto;
    width: 250px;
}
.pressCon_r .p2 {
    color: #fff;
    margin-top: 29px;
    width: 250px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 7px;
}
.pressCon_r .p2 a {
    color: #ffeb00;
}

.picView .slides {
    height: 480px;
    position: relative;
    width: 980px;
    border: 5px solid #000;
}

.tan {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.tan-left {
    width: 380px;
    float: left;
    margin-right: 5px;
    margin-left: 15px;
}
.mt30 {
    margin-bottom: 30px;
    height: 220px;
}
.tan-right {
    width: 545px;
    margin-left: 15px;
    margin-right: 5px;
    float: left;
}

.tan-right .p1 {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b00f1e;
}
.tan-right .p1 a {
    display: block;
    color: #000;
    font-size: 26px;
}

.tan-right .p2 {
    position: relative;
}
.tan-right .p2 .sp1 {
    padding-top: 5px;
    padding-right: 5px;
    background: #ba0800;
}
.tan-right .p2 .sp2 {
    margin-left: 20px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.picView .slides a {
    color: #fff;
    text-decoration: none;
}
.picView .slides .slidePicBtn {
    background: #000;
    color: #666;
    display: block;
    font-size: 18px;
    height: 29px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: center;
    width: 30px;
    position: absolute;
    z-index: 101;
    top: 451px;
}
.picView .slides .prevBtn {
    display: block;
    cursor: pointer;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    left: 0;
    top: 35%;
}
.picView .slides .nextBtn {
    display: block;
    cursor: pointer;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    right: 0;
    top: 35%;
}
.picView .slides .slidePicListPrevBtn {
    left: 530px;
}
.picView .slides .slidePicListNextBtn {
    left: 815px;
}
.picView .slides .slides_container {
    display: none;
    overflow: hidden;
    position: relative;
    width: 980px;
}
.picView .slides .slides_container .slideItem {
    display: block;
    height: 480px;
    width: 990px;
}
.picView .slides .slides_container .slideItem .caption {
    background: #000;
    bottom: 38px;
    color: #fff;
    font-size: 1.3em;
    height: 104px;
    left: 0;
    line-height: 1.33;
    opacity: 0.5;
    filter: alpha(opacity=50);
    padding: 5px 0 0;
    position: absolute;
    text-shadow: none;
    width: 990px;
    z-index: 500;
}
.picView .slides .slides_container .slideItem .img-desc {
    width: 780px;
    height: 60px;
    bottom: 16px;
    color: #fff;
    cursor: pointer;
    left: 180px;
    position: absolute;
    z-index: 9999;
    font-family: arial, sans-serif;
}
.picView .slides .slides_container .slideItem .img-desc .img-desc-title {
    width: 780px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    overflow: hidden;
}
.picView .slides .slides_container .slideItem .img-desc p {
    width: 780px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #eee;
    overflow: hidden;
}
.picView .slides .showPages {
    width: 120px;
    height: 60px;
    bottom: 11px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    left: 30px;
    margin-left: 10px;
    position: absolute;
    z-index: 9999;
}
.picView .slides .showPages span {
    font-size: 50px;
    font-weight: 700;
}
.picView .slides .pagination {
    bottom: 15px;
    display: block;
    left: 775px;
    position: absolute;
    z-index: 100;
}
.picView .slides .pagination li {
    float: left;
    list-style: outside none none;
    text-align: center;
}
.picView .slides .current {
    background: gray none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}
.picView .slides .pagination li a {
    border: medium none;
    display: block;
    float: left;
    height: 20px;
    margin-bottom: 0;
    margin-right: 0;
    overflow: hidden;
    width: 25px;
}
.none-decoration {
    text-decoration: none;
    color: #333 !important;
}

