@charset "utf-8";
/* CSS Document */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px"Microsoft Yahei", "Arial Narrow", HELVETICA;
    /*background: #fff8e6;*/
    -webkit-text-size-adjust: 100%;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #341b00;
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word;
    color: #666;
}

.g-wp p {
    color: #000;
}

/*通用定义*/
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearer {
    clear: both;
    height: 0;
    display: block;
    font-size: 1px;
    overflow: hidden;
}



.layout {
    overflow: hidden;
    width: 1300px; margin: 0 auto;
}

.content,
.col {
    width: 1200px;

    margin: 0 auto;
    position: relative;
}

.banner1 {
    width: 1500px;
    height: 406px;
    margin: 0 auto;
    overflow: hidden;
}
.banner2 {
    width: 1500px;
    height: 407px;
    margin: 0 auto;
    overflow: hidden;
}

/*.banner img {
    width: 100%;
    margin: 0 auto;
    display: block;
}*/

.boxMo {
    min-width: 1200px;
}

.marB60 {
    margin-bottom: 60px;
}


.bg {
    min-width: 1500px;
    min-height: 800px;
    ;
    margin-bottom: 30px;
    background: url(bg.jpg) no-repeat center top;
}


.col {
    overflow: hidden;
}

.col .hd {
    margin: 100px auto 0;
}

.col .hd img {
    display: block;
    margin: 0 auto;
}

.btn_more {
    width: 224px;
    height: 50px;
    margin: 40px auto 0;
    display: block;
    background-color: #fff8e6;
    border-radius: 25px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #c00000;
}

.col1 {
    width: 1300px;
}

.col1 .hd{
    margin-top: 20px;
}

.col1 .bd {
    width: 1300px;
    padding: 40px 50px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    
}

.col1:after{
    background-color: #ffefc7;
    width: 1200px;
    margin: 0 auto;
    height: 20px;
    display: block;
    content: '';
    border-radius: 0 0 10px 10px;
}

.slider1_wrap,
.slider1,
.slider1 img {
    width: 760px;
    height: 483px;
}

.slider1_wrap .slider1 {
    position: relative;
}

.slider1 h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 760px;
    height: 72px;
    ;
    background: url(mask.png) no-repeat center top;
    line-height: 92px;
    font-size: 20px;
    font-weight: normal;
    text-indent: 23px;
}

.slider1 h3 a {
    color: #fff;
}

.top-newslist li {
    width: 430px;
    height: 80px;
    margin-top: 6px;
    ;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 28px;
    background-color: #fff1dd;
}


.top-newslist li:hover {
    background-color: #b00000;
}

.top-newslist li:hover a {
    color: #fff;
}

.topnews-tab{
    width: 430px;
}

.topnews-tab .tab{
    width: 215px;
    float: left;
    height: 50px;
    background-color: #f7e38a;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: #b00000;
    cursor: pointer;
}

.topnews-tab .tab.active{
    background-color: #b00000;
    color: #fff;
}


/* col2 */

.col2 .news-item {
    margin: 40px auto 0;
    overflow: hidden;
}

.news_tab,
.col2 .tabs {
    overflow: hidden;
}

.news_tab .etabs {
    width: 974px;
    height: 66px;
    margin-top: 10px;
    background-color: #c00000;
    font-size: 22px;
    line-height: 66px;
    font-weight: bold;
}

.news_tab .etabs a {
    display: inline-block;
    margin-left: 40px;
    color: #fff;
    cursor: pointer;
}

.news_tab .etabs a:hover,
.news_tab .etabs .active {
    color: #ffc156;
}

.news_tab .tabs,.col2
.tabs {
    position: relative;
    width: 974px;
    height: 432px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fddcb5;
}

.tab-news img {
    float: left;
    display: block;
    width: 302px;
    height: 208px;
    border: 1px solid #fddcb5;
    box-sizing: border-box;
}

.tab-news .text {
    float: right;
    width: 580px;
    overflow: hidden;
}

.tab-news .text h3 {
    margin-top: 5px;
    font-size: 24px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #c00000;
}

.tab-news .text h3 a {
    color: #c00000;
}

.tab-news .text p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.tab-list {
    font-size: 22px;
    line-height: 90px;

}

.tab-list li {
    background: url(li.png) no-repeat left 33px;
    text-indent: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #dc1117;
}

.tab-list li a:hover {
    color: #b00000;
}

.tab-list li:last-child{
    border: none;
}

/* col4 */
.col4 .bd{
    padding:0 30px 30px 30px;
    box-sizing: border-box;
    background-color: #910c14;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: -30px;
}

.col4 .img-item{
    position: relative;
    margin: 30px 0 0 30px;
    width: 360px;
    height: 202px;
    float: left;
}

.col4 .img-item img{
    width: 100%;
    height: 202px;
}

.col4 .img-item h3{
    width: 100%;
    height: 202px;
    position: absolute;
    top: 202px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(141, 11, 19, 0.9);
}

.col4 .img-item:hover h3{
    top: 0;
}

.col4 .img-item a{
    color: #fff;
}

/* col3 */
.col3 .banner-m,.col3 .book-item,.col3 .openclass{
    margin: 30px auto 0;
}

.col3 .banner-m img{
    display: block;
}

.col3 .book-item{
    width: 1088px;
    height: 215px;
    background: url(col3-1.png) no-repeat center bottom;
    overflow: hidden;
}

.col3 .book-item img{
    display: inline-block;
    width: 138px;
    height: 177px;
    margin-left: 40px;
}

.col3 .book-item a:first-child{
    margin-left: 70px;
}

.col3 .openclass{
    position: relative;
    width: 1200px;
    height: 213px;
    border-radius:  0 0 50px 50px;
    background-color: #fff;
    overflow: hidden;
    z-index: 3;
}

.col3 .openclass a{
    display: inline-block;
    margin-top: 25px;
}

.col3 .openclass img{
    width: 182px;
    height: 156px;
    margin-left: 56px;
}

.col3 .openclass a:first-child img{
    margin-left: 26px;
}

.col3:after{
    position: relative;
    bottom: 40px;
    display: block;
    width: 1200px;
    height: 60px;
    content: '';
    border-radius:  0 0 50px 50px;
    background-color: #fddcb5;
    z-index: 2;
}

a.btn_more2{ position: absolute; bottom: 16px; right: 30px; height: 20px; text-align: center; font: 16px/20px "Microsoft Yahei"; color: #c00000; border-radius: 20px;}

.marT10{ margin-top: 10px;}