/* 更新于2024.10.12-20.08 */

/* @media (max-width: 2000px) and (min-width: 708px) {
    html {
        zoom: 100%;
    }

    @-ms-viewport {
        width: 2000px;
    }
} */

/* 
  *{
    outline: solid #f00 1px !important;
    background: #000 !important;
    color: #fff !important;
}  */


* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

html {
    width: 100%;
    margin: 0 auto;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    min-width: 1440px;
    min-height: 600px;
}

a {
    text-decoration: none;
    color: #000;
}

.head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100px;
    padding: 0 0;
    width: 100%;
    overflow: hidden;
    background-color: rgb(145, 13, 24);
}

.head img {
    padding-top: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    width: 500px;
    height: 60px;
    float: left;
    margin-right: 170px;
}

.head .nav {
    float: right;
    padding-top: 55px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
}

/* main_contant---------------------------------------------------------------- */
.middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content {
    padding-top: 30px;
    box-sizing: border-box;
    width: 1400px;
    margin: 0 auto;
}

.loop {
    width: 1400px;
    margin-top: 10px;
}

.more a {
    color: gray;
}

.more a:hover {
    color: black;
}

.content>.gongao>.tong-zhi-gong-gao-list {
    display: flex;
    flex-direction: column;
}

.content>.gongao>.tong-zhi-gong-gao-list>div {
    width: 290px;
}

.bar {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    justify-content: space-between;
}

.title_image img{
    width:448px;
    height:251px;
}

.sixiangyinling {
    width: 32%;
    height: 100%;
    overflow: hidden;
}

.tuanxun {
    width: 32%;
    height: 450px;
    overflow: hidden;
}

.tuanxun_title_list{
    height:200px;
}

.gongao {
    width: 32%;
    height: 450px;
    overflow: hidden;
}

.tongzhi_title_list{
    height:200px;
}

.subtitle{
    width:410px;
    padding-left:10px;
}


.bar2 {
    width: 1400px;
    display: flex;
    flex-direction: row;
}

.jiceng {
    width: 48%;
    height: 100%;
    overflow: hidden;
}

.xianfeng {
    width: 48%;
    height: 100%;
    overflow: hidden;
}

.col {
    width: 290px;
    height: 100%;
    float: left;
}

.col>table {
    width: 100%;
}

.normal-news-list-table {
    border-spacing: 0 30px;
}

.normal-news-list-table>tbody tr td {
    font-size: 16px;
}

.green_buttom {
    margin-bottom: 10px;
    border-bottom: 2px solid rgb(145, 13, 24);
}

h3 {
    color: rgb(145, 13, 24);
    font-size: 18px;
}

.listTable h2 {
    color: rgb(145, 13, 24);
}

.yinxiang {
    width: 650px;
    /*680*/
    height: 100%;
    float: right;
}

.zhuantiwang {
    width: 1000px;
    overflow: hidden;
    position: relative;
}

.footer1 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 30px;
    padding: 0 100px;
    box-sizing: border-box;
    background-color: rgb(145, 13, 24);
}

.footer1 h4 {
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
}

.footer1>.lianjie>.yqlj {
    font-size: 14px;
}

.rukou {
    width: 450px;
    height: 100%;
}

.lianjie {
    width: 350px;
    height: 100%;
}

.weixin {
    width: 200px;
    height: 100%;
    padding-top: 15px;
}

.wei {
    padding-top: 10px;
}

/* 民大印象 */
.mindayinxiang .title {
    color: rgba(145, 13, 24, 1);
    font-size: 24px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 21px;
}

.line_decoration {
    width: 511px;
    height: 0px;
    border: 1.25px solid rgba(145, 13, 24, 1);
}

.status_point_left,
.status_point_right {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(145, 13, 24, 1);
    /* margin-bottom: 3px; */
}

.status_point_left {
    margin-right: 34px;
}

.status_point_right {
    margin-left: 34px;
}

.buttons {
    display: flex;
    flex-direction: row;
}

.left_button {
    height: 226px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: gray;
    opacity: 0.3;
}

.left_button:hover {
    opacity: 0.5;
}

.right_button {
    position: absolute;
    height: 226px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: gray;
    opacity: 0.3;
    margin-left: 1165px;
}

.right_button:hover {
    opacity: 0.5;
}

/* 信息服务 */
.information .title {
    color: rgba(145, 13, 24, 1);
    font-size: 24px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 36px 0;
}

.image_a_box {
    width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 35px;
    margin-bottom: 53px;
}

.line_decoration {
    width: 611px;
    height: 0px;
    border: 1.25px solid rgba(145, 13, 24, 1);
}

.status_point_left,
.status_point_right {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(145, 13, 24, 1);
    /* margin-bottom: 3px; */
}

.status_point_left {
    margin-right: 34px;
}

.status_point_right {
    margin-left: 34px;
}



/* 底部导航栏 */
.footer2 {

    padding: 32px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(145, 13, 24);
    color: rgba(240, 240, 240, 1);
    /* border:5px solid green; */
}



.footer2 {
    div:nth-child(1) {
        padding-right: 218px;
    }

    ;

    div:nth-child(2) {
        margin-right: 470px;
        padding-right: 218px;
    }

    div p {
        color: rgba(240, 240, 240, 1);
        text-align: left;
        line-height: 27px;
        font-size: 12px;
        /* border:5px solid green; */
    }

    .title span {
        padding-bottom: 2px;
        border-bottom: 2px solid rgba(240, 240, 240, 1);
        font-size: 20px;
    }

    a {
        text-decoration: none;
        color: rgba(240, 240, 240, 1);
    }

    a:hover {
        color: rgb(235, 231, 123);
    }

    .footer2_img {
        /* width: 120px; */
        width: 120px;
        margin-left: 1090px;
        margin-top: 20px;
        display: flex;
        position: absolute;
        flex-direction: column;
        align-items: center;
    }

    .footer2_img img {
        width: 90px;
    }
}

/* main------===============----------------------------------------main */
.shenfen2 {
    float: right;
}

/* 导航栏细节夐�?*/

.nav td:first-child {
    width: 50px;
}

.pindao1 {
    width: 85px;
    padding: 0 15px;
    padding-bottom: 2px;
    align-items: c;
}

.pindao1:not(:last-child) {
    border-right: #fff solid 1px;
}

.pindao1 a,
.pindao2 a {
    color: rgba(240, 240, 240, 1);
}

.pindao2>table {
    padding: 0 15px;
    border-right: 1px solid rgba(240, 240, 240, 1);
}

.pindao1 a:hover,
.pindao2 a:hover {
    color: rgb(235, 231, 123);
}

.green_buttom>h3 {
    margin-bottom: -18px;
    font-size: 24px;
}

/* 轮播图细节夐�?*/
.focus-title-bar {
    visibility: hidden;
}

.focus-pagination {
    right: 50px;
}

.focus-page {
    width: 8px !important;
    height: 8px !important;
    border-radius: 5px !important;
    border: 1px solid #fff;
    background-color: transparent !important;
    margin: 0 4px !important;
    bottom: 20px !important;
    right: 70px !important;
    border-right: none !important;
}

.focus-page-active {
    background-color: #fff !important;
}

.page-arrow {
    display: none !important;
}

.focus-page span {
    color: transparent !important;
}




.pindao6 img,
.pindao7 img {
    width: 340px;
    height: 268px;
}

.pindao>table {
    margin: 5px 0;
    font-size: 16px;
}

.pindao11 img {
    width: 90px;
    height: 130px;
    padding-right: 5px;
    overflow: hidden;
}

.pindao11 a {
    font-size: 14px;
}

.pindao13 img {
    width: 290px;
    height: 200px;
}


#groupLoopBox {
    width: 220px;
    height: 100px;
    position: relative;
}

#groupLoop {
    width: 800%;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#groupLoop li {
    float: left;
    width: 220px;
}

#groupLoop img {
    width: 220px;
}

.blueBtn {
    position: absolute;
}

#bluePrev {
    position: absolute;
    margin-top: 25px;
}

#blueNext {
    position: absolute;
    margin-top: 25px;
    right: 0;
}

li {
    list-style: none;
}

.groupInTeam {
    width: 880px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    height: 140px;
    left: 60px;
}

/* ------------------------------------------------listcolumn.htm */
.sidebar {
    width: 200px;
    float: left;
    margin-right: 40px;
}

.placeName {
    width: 100%;
    height: 65px;
    font-size: 28px;
    text-align: center;
    line-height: 65px;
    color: #fff;
    background-color: rgb(145, 13, 24);
}

.columnList {
    width: 200px;
}

.columnList tr {
    width: 200px;
    height: 65px;
    overflow: hidden;
}

.columnList a {
    padding-left: 20px;
}

.columnList img {
    padding-right: 25px;
    padding-top: 5px;
    float: right;
}

.columnList>tbody>tr:hover {
    background-color: rgb(228, 228, 228);
}

.listtable {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 100px;
}

.listtable>tbody>tr:nth-child(odd) {
    background-color: rgb(243, 250, 243);
}

.listtable a:hover {
    color: rgb(182, 184, 13);
}

.main {
    float: right;
    width: 758px;
    min-height: 500px;
}

.mainUl {
    width: 100%;
    height: 32px;
    list-style: none;
    color: #fff;
    border-bottom: 8px rgb(145, 13, 24) solid;
}

.mainUl li {
    padding-left: 25px;
    height: 30px;
    padding-top: 10px;
    text-decoration: none;
    background-color: rgb(145, 13, 24);
}

.mainUl li span {
    font-weight: bold;
}

.mainUl li a {
    color: #fff;
}

/* -------------------------------------------------displayinfo.htm */
.listTable {
    width: 100%;
    margin-top: 30px;
}

.info {
    width: 100%;
    color: rgb(130, 137, 130);
    background-color: rgb(243, 250, 243);
}

.line {
    width: 100%;
    height: 1px;
    padding-top: 15px;
    border-bottom: 1px rgb(130, 137, 130) solid;
}

.center {
    text-align: center;
}



.posSplit {
    margin: 10px;
    background: url(../images/next.png)center no-repeat !important;
}

table,
tr,
td {
    border-spacing: 0;
}

/* ý���ѯ */
/* @media screen and (max-width: 1200px) {

    .head,
    .footer1,
    .footer2 {
        width: 1400px;
    }
} */





