@charset "gb2312";
/*通用列表 start*/
.content {
    margin-bottom: 10px;
}

.content .container {
    border: 1px solid #ccc;
    padding: 10px;
    width: 1158px;
}

.cont_nav {
    width: 245px;
    float: left;
    margin-right: 10px;
    background: #E5F1F6;
    padding-bottom: 120px;
    border-right: 1px solid #ccc;
}

.nav_hd {
    height: 40px;
    line-height: 40px;
    background: #2581C2;
    text-indent: 20px;
    width: 246px;
    color: #fff;
    font-size: 18px;
}

.nav_hd a {
    color: #fff;
    font-size: 18px;
}

.nav_hd a:hover {
    text-decoration: none;
}

.nav_bd {

}

.nav_bd a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #0068B7;
    text-indent: 70px;
    border-bottom: 1px solid #ddd;
    background: url(png_star.png) no-repeat 40px center;
}

.nav_bd a.active {
    background: #fff url(png_star_active.png) no-repeat 40px center;
    width: 245px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cont_wrap {
    width: 901px;
    float: left;
}

.cont_hd {
    height: 50px;
    background: url(png_common_list_position_bg.png) repeat-x;
    text-indent: 20px;
    line-height: 50px;
    color: #525252;
    font-weight: 100;
    font-size: 14px;
}

.cont_bd {
    min-height: 600px;
}

.cont_bd .cont_page {
    line-height: 30px;
    text-align: justify;
    padding: 20px;
}

.cont_bd .cont_page p {
    text-indent: 28px;
    margin-bottom: 10px;
}

.cont_bd ul {
    padding: 20px;
}

.cont_bd li {
    padding-top: 30px;
    padding-bottom: 10px;
    text-indent: 30px;
    border-bottom: 1px dotted #ccc;
    background: url(png_list_style_dot.png) no-repeat 17px 40px;
}

.cont_bd li a {
    font-size: 16px;
    display: block;
    line-height: 1.6;
}

.cont_bd li span {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #aaa;
    background: url(png_clock.png) no-repeat 770px center;
}

/*通用列表 end*/

/*通用内容 start*/
.article_content .container {
    padding: 40px;
    width: 1098px;
}

.article_position {
    border-bottom: 1px solid #ccc;
    line-height: 2;
    overflow: auto;
}

.article_position h3 {
    color: #525252;
    font-size: 14px;
    font-weight: 100;
    border-bottom: 2px solid #0068B7;
    /* width: 80px; */
    float: left;
    padding: 0px 10px;
}

.article_hd {
    color: #0068B7;
    text-align: center;
    font-size: 26px;
    padding: 40px 0;
    /* border-bottom: 1px solid #cccccc; */
}

.article_sub_hd {
    height: 60px;
    /* border-bottom: 1px solid #ccc; */
    line-height: 60px;
    text-align: center;
    background-color: #f5f5f5;
}

.article,
.article p,
.article div {
    font-size: 16px;
    color: #525252;
    line-height: 30px;
    text-indent: 32px;
    margin-bottom: 20px;
    text-align: justify;
}

.article {
    margin: 60px auto 100px;
    width: 900px;
    overflow: hidden;
}

/*通用内容 end*/

/*通用内容分享模块 start*/

.main_wrap_r {
    z-index: 88;
}

.main_wrap_r li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.main_wrap_r li .main_wrap_r_text,
.main_wrap_r li .main_wrap_r_img {
    float: left;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: -40px;
    transition: 0.5s;
}

.main_wrap_r li .main_wrap_r_text {
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.main_wrap_r li .main_wrap_r_img {
    left: 0px;
}

.main_wrap_r li:hover .main_wrap_r_text {
    left: 0px;
}

.main_wrap_r li:hover .main_wrap_r_img {
    left: 400px;
}

.main_wrap_r {
    z-index: 5;
    position: absolute;
    top: 530px;
    left: 50%;
    margin-left: 490px;
    z-index: 80;
    width: 67px;
    height: auto;
    overflow: hidden;
}

.article.font_18 * {
    line-height: 200%;
    font-size: 18px !important;
}

.article.font_16 * {
    line-height: 200%;
    font-size: 16px !important;
}

.article.font_14 * {
    line-height: 200%;
    font-size: 14px !important;
}

.article.font_12 * {
    line-height: 200%;
    font-size: 12px !important;
}

/*通用内容分享模块 end*/

/*机构设置 start*/
.department {
    margin-top: 20px;
    border: 1px solid #ccc;
}

.department_hd {
    height: 38px;
    line-height: 38px;
    background: url(png_department_hd_bg.png) repeat-x left center;
    border-bottom: 1px solid #ccc;
}

.department_hd h3 {
    color: #0067b7;
    text-indent: 20px;
    font-size: 16px;
}

.department_bd {
    padding: 12px 20px;
    line-height: 30px;
    clear: both;
    width: 1150px;
}

.department_bd a {
    white-space: nowrap;
    display: block;
    float: left;
    height: 30px;
    width: 160px;
}

/*机构设置 end*/

/*旗长信箱 start*/
.mail_hd {
    margin: 30px 30px 0;
    height: 30px;
    background: url(png_mail_hd_bg.png) no-repeat 110px bottom;
    position: relative;
}

.mail_hd h3 {
    font-size: 23px;
    color: #0067b7;
    font-weight: normal;
}

.write_btn {
    position: absolute;
    width: 134px;
    height: 27px;
    background: url(png_mail_btn_bg.png) no-repeat;
    line-height: 27px;
    color: #fff;
    text-indent: 40px;
    right: 10px;
    top: -10px;
}

.write_btn:hover {
    text-decoration: none;
}

.mail_bd li {
    clear: both;
    overflow: auto;
    background: url(png_mail_icon.png) no-repeat 25px center;
    padding: 10px 0;
    text-indent: 60px;
}

.mail_bd li a {
    width: 650px;
    float: left;
    display: block;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mail_bd li span {
    float: right;
}

/*旗长信箱 end*/

/*在线访谈 start*/
.interview {
    padding: 0px 20px 20px !important;
}

.interview li {
    background: none;
    text-indent: 0;
    clear: both;
    overflow: auto;
}

.interview li span {
    background: none;
    display: inline;
}

.interview_img {
    width: 173px;
    height: 130px;
    float: left;
    margin-right: 20px;

}

.interview_img img {
    width: 100%;
    height: 100%;
}

.interview_content {
    float: left;
    width: 668px;
}

.interview_title {
    height: 50px;
    line-height: 50px;
}

.interview_title a {
    font-size: 16px;
}

.interview_desc {
    height: 32px;
    line-height: 32px;
    text-indent: 6px;
    margin-bottom: 6px;
    background: #F8FAFC;
}

.interview_desc span {
    color: #0067b7 !important;
}

/*在线访谈 end*/

.talk {
    margin-top: 30px;
}

.talk_pic {
    float: left;
    margin-right: 25px;
    width: 400px;
}

.talk_con {
    float: left;
    width: 673px;
    line-height: 220%;
}

.talk_con h3 {
    font-size: 20px;
    color: #76B043;
    height: 35px;
    line-height: 35px;
    margin-bottom: 16px;
}

.talk_con h3 a {
    font-size: 20px;
    color: #0067b7;
}

.talk_con .talk_con_t {
    width: 70px;
    height: 240px;
    overflow: hidden;
    float: left;
}

.talk_con .talk_con_t li {
    color: #0067b7;
}

.talk_con .talk_con_c {
    width: 600px;
    height: 240px;
    overflow: hidden;
    float: left;
}

.talk_column_title {
    float: left;
    background: #0067b7;
    color: #FFF;
    font-size: 18px;
    width: 128px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.more_link {
    height: 36px;
    line-height: 36px;
    float: right;
    padding-right: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #999;
}

.talk_records {
    width: 765px;
    float: left;
    margin-top: 10px;
}

.talk_tool {
    float: right;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 36px;
    line-height: 36px;
    padding-right: 5px;
}

.space_sec input {
    width: 30px;
    text-align: center;
    height: 18px;
    margin-right: 5px;
}

.talk_tool span {
    padding-left: 35px;
}

.talk_records_box {
    padding-bottom: 15px;
    padding: 20px;
}

.trb_name {
    height: 20px;
    line-height: 20px;
    float: left;
}

.trb_time {
    height: 18px;
    text-align: right;
    color: #999;
    font-size: 14px;
    float: right;
}

.talk_records_pic {
    width: 312px;
    float: right;
    margin-top: 10px;
    line-height: 180%;
}

.talk_records_pic div {
    margin-bottom: 15px;
}

.talk_records_pic p {
    margin-top: 5px;
}

.talk_records_box_wrap {
    background: #eee;
}

.trb_con {
    border: #ccc solid 1px;
    padding: 15px;
    line-height: 180%;
    background: #fff;
    position: relative;
    clear: both;
    margin-top: 16px;
}

.trb_con .trb_con_arrow {
    position: absolute;
    width: 21px;
    height: 13px;
    left: 15px;
    top: -13px;
    background: url(png_talk_box_arrow.png) no-repeat;
}

.theme_color {
    color: #0067b7;
}

/*信箱提交 start*/
.write_form {
    width: 595px;
    background: #fff;
    float: left;
    height: 820px;
    border: none;
}

.write_message_declare {
    width: 460px;
    float: left;
    text-align: justify;
    background: #eee;
    border: 1px solid #ddd;
    padding: 20px;
    height: 771px;
    position: relative;
}

.write_message_declare .corner {
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 38px;
    height: 26px;
    background: url(png_mailbox_declare_bg.png) no-repeat;
}

.declare_hd {
    font-size: 18px;
    color: #76B043;
    margin-bottom: 20px;
    text-align: center;
}

.declare_bd {
    font-size: 12px;
    line-height: 1.6;
}

/*信箱提交 end*/

/*互动交流 start*/
.interaction {
    height: 470px;
    clear: both;
    margin-bottom: 10px;
}

.interaction_left {
    width: 530px;
    float: left;
    height: 470px;
    margin-right: 10px;
}

.leader_mailbox {
    width: 508px;
    height: 343px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}

.online_survey {
    width: 528px;
    height: 93px;
    border: 1px solid #ccc;
}

.online_interview {
    width: 618px;
    height: 448px;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
}

.interaction_hd {
    height: 42px;
    line-height: 36px;
    background: url(png_interaction_divider.png) no-repeat left bottom;
    margin-bottom: 10px;
    position: relative;
}

.interaction_title {
    color: #0067b7;
    text-indent: 40px;
    background: url(png_mail_qz.png) no-repeat 3px center;
}

.online_interview .interaction_title {
    background: url(png_talk_ft.png) no-repeat 3px center;
}

.write_to_leader {
    width: 134px;
    height: 27px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(png_mail_btn_bg.png) no-repeat;
    color: #fff;
    line-height: 27px;
    text-indent: 40px;
    text-decoration: none;
}

.interaction_list li {
    height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
    text-indent: 20px;
    background: #F8FAFC url(png_list_style.png) no-repeat 5px center;
    clear: both;
}

.interaction_list li .interaction_list_text {
    display: block;
    width: 290px;
    float: left;
}

.interaction_list li .interaction_list_time,
.interaction_list li .interaction_list_source {
    width: 80px;
    text-align: center;
    display: block;
    float: right;
    color: #999;
}

.interaction_list li .interaction_list_time {
    width: 130px;
}

.survey_hd {
    width: 82px;
    background: url(png_survey_bg.png) no-repeat right center;
    padding: 10px 10px 9px 10px;
    float: left;
}

.survey_hd img {
    width: 75px;
    height: 72px;
}

.surver_bd {
    width: 370px;
    float: left;
    padding-top: 14px;
    padding-left: 30px;
}

.surver_bd li {
    line-height: 28px;
}

.interaction_more {
    display: block;
    width: 46px;
    height: 17px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(png_list_more.png) no-repeat;
    white-space: nowrap;
    text-indent: -9999px;
}

.interview_cover {
    width: 177px;
    height: 133px;
    float: left;
    margin-right: 20px;
}

.interview_cover img {
    width: 100%;
    height: 100%;
}

.interview_title {
    float: left;
    width: 421px;
}

.interview_title h3 a {
    font-size: 16px;
    color: #0067b7;
    margin-bottom: 10px;
}

.interview_title_item {
    height: 32px;
    line-height: 32px;
    background: #F8FAFC;
    margin-bottom: 8px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.interview_intro {
    background: #F8FAFC;
    margin: 20px 0px;
    padding: 20px 10px;
}

.interview_intro .intro_hd {
    width: 80px;
    float: left;
}

.interview_intro .intro_bd {
    float: left;
    width: 518px;
}

/*互动交流 end*/

/*来信回复情况 start*/
.liuyan_box {
    margin: 0 auto;
    border: 1px solid #ccc;
    border-top: #0068b7 solid 2px;
    margin-bottom: 50px;
}

.liuyan_box td {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #ccc;
}

.liuyan_box td strong {
    color: #0068b7;
}

/*来信回复情况 end*/

/*网站地图 start*/
.site_map {
    background: #fff;
    padding: 20px 60px;
    margin-bottom: 10px;
}
.site_map .container{
    border: 1px solid #ccc;
    padding: 20px;
    width: 1138px;
}
.module_name {
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5f5f5;
    width: 100%;
    background: #f5f5f5;
    margin: 10px 0px;
}

.module_name a {
    font-size: 20px;
    color: #fff;
    padding: 0px 20px;
    background: #0068b7;
    line-height: 30px;
    height: 30px;
    display: block;
    float: left;
}

.module_wrap {
    clear: left;
    width: 100%;
}

.module_wrap td {
    padding: 20px 0;
    clear: left;
}

.column_title {
    width: 100px;
}

.column_title a {
    color: #0068b7;
}

.column_list a {
    color: #474747;
    padding: 0px 40px 0 0;
    line-height: 30px;
    white-space: nowrap;
}

.column_list a:hover {
    text-decoration: underline;
}

.module_column {
    border-bottom: 1px dashed #dcdcdc;
}

.module_column:last-of-type {
    border-bottom: none;
}

/*网站地图 end*/

/*通用图片列表页开始*/
.tupian_list {
    width: 795px;
    height: 600px;
    margin: 30px auto;
}
.tupian_item{
    float: left;
    width: 235px;
    height: 170px;
    padding: 15px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.tupian_item:hover{
    box-shadow: 0px 3px 9px #ddd;
}
.tupian_item img{
    width: 235px;
    height: 131px;
}
.tupian_item .tupian_text{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    color: #333;
}
.tupian_item .tupian_text:hover{
    text-decoration: underline;
}

/*通用图片列表页结束*/
