/*公用样式部分*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
strong,
var,
em,
input,
textarea,
select,
option {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Microsoft YaHei";
    background: #fff !important;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0;
}

input,
select,
textarea {
    outline: 0;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
strong,
var,
em {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #000;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*本页面css*/

.g_head {
    background: url(./images/yjzj_banner.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.m_head {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
}


/*要闻*/

.m_area {
    width: 1200px;
    margin: 0 auto 80px;
}

.m_hd {
    height: 58px;
    margin: 50px 0;
}

.m_hd1 {
    background: url(./images/yjzj_title.png) center 0 no-repeat;
}

.tab_hd {
    height: 70px;
}

.tab_hd h2 {
    float: left;
    width: 42.5%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #e7e7e7;
    font-weight: 400;
    cursor: pointer;
    font-size: 36px;
}

.tab_hd h2 a {
    color: #929292;
}

.tab_hd h2.cur {
    background: #696feb;
}

.tab_hd h2.cur a {
    color: #fff;
}

.tab_hd .more {
    margin-left: 10px;
    display: none;
}

.tab_hd .more a {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.tab_hd h2.cur .more {
    display: inline-block;
}

.tab_bd {
    border: 1px solid #696feb;
    padding: 0 0 20px;
}

.tab_box {
    display: none;
    border-top: 1px solid #e7e7e7;
}

.u_btm {
    /* border: 1px solid #e7e7e7; */
    border-top: 0;
    height: 10px;
}

.list {
    padding: 0 65px;
}

.list li {
    border-top: 1px solid #e7e7e7;
    margin-top: -1px;
    padding: 30px;
}

.list li .u_point {
    width: 5px;
    height: 5px;
    background: #f6ac70;
    float: left;
    margin: 10px 10px 0 0;
}

.list li .u_source {
    margin-right: 10px;
}

.list li .m_info {
    font-size: 16px;
    color: #bf3a1e;
    margin-bottom: 20px;
}

.list li .m_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
}

.list li .m_title a {
    color: #444;
}

.tab_bd2 .list li .u_source {
    background: #ffddbc;
    padding: 0 2px;
}

@media only screen and (max-width: 640px) {
    .g_head {
        background-size: 100%;
        padding-top: 30%;
        margin-bottom: 0;
    }
    .m_head,
    .m_area {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .m_hd {
        background-size: 180%; 
        margin-bottom: 10px;
    }
    .tab_hd {
        height: 40px;
    }
    .tab_hd h2 {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        width: 50% !important;
    }
    .list {
        padding: 0 10px;
    }
    .list li {
        padding: 10px;
    }
    .tab_hd .more,
    .tab_hd h2.cur .more {
        display: none;
    }
}