@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    text-align: left;
}

.domPC {
    display: block;
}

.domMb {
    display: none;
}



.con1200 {
    width: 1200px;
    height: auto;
    margin: 0px auto;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #333;
    text-decoration: none;
}

h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bolder;
}

p,
span {
    color: #000;
}

img {
    width: 100%;
    height: 100%;
}

div {
    text-align: left;
}

li {
    list-style: none;
    list-style-position: outside;
    border: 0;
}

.clear::after {
    content: "";
    clear: both;
    display: block;
}

.domPC {
    display: block;
}

.domMb {
    display: none;
}


/* 头图 */
.banner{
    width: auto;
}


/* 要闻 */

.yw{
    margin: 40px 0;
}
.yw .yw_pic{
    width: 820px;
    height: 480px;
    overflow: hidden;
    margin-right: 40px;
    position: relative;
    border-top: 5px #d60200 solid;
}

.yw .yw_pic .img::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background:url(../images/tpbg.png) no-repeat bottom center/100%;
    height: 150px;
    width: 100%;
}
.yw .yw_pic .img img{
    display: block;
}
.yw .yw_logo img{
    display: block;
}
.yw .yw_logo .blank_50{
    content: "";
    display: block;
    width: 320px;
    height: 20px;
    background-color: #d60200;
    transform: skewX(62deg);
    margin-left: 12px;
}

.yw .yw_logo ul li{
    width: 340px;
    overflow: hidden;
}


/* 滚动 */
.gd{
    height: 40px;
    line-height: 40px;
    margin: 40px 0;
}
.gd .topic{
    width: 102px;
    padding: 0px 15px;
    margin-right: 10px;
    background: #d60200;
}
.gd .topic a{
    color: #fff;
}
.gd .fr{
    width: 1088px;
    overflow: hidden;
    padding: 0px 15px;
}
.gd ul {
    width: 100%;
    display: flex;
}
.gd ul li{
    white-space: nowrap;
    margin-right: 50px;
    list-style:disc;
}
.gd ul a li h3{
    font-weight: normal;
}
.gd ul a:hover{
    color: #d60200;
}
.scroll {
    animation: slide 20s linear infinite;
  } 
  @keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }

.scroll:hover{
    animation-play-state: paused;
  }

/* 左侧栏 */
.fl a{color: #d60200;}

.fl .topic {
    margin: 0px auto 40px;
    height: 70px;
    line-height: 70px;
}

.fl .topic h2 {
    text-shadow: 1px 2px 2px #ccc;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: bolder;
    border-bottom: 1px #d60200 solid;
    position: relative;
}

.topic h2 a {
    color: #d60200;
    font-weight: bolder;
    display: inline-block;
    border-bottom: 3px #d60200 solid;
}
.fl.news{
    width: 780px;
    margin-right: 40px;
}
.fr.news{
    width: 380px;
}
.tk ul{
    margin-bottom: 30px;
}
.tk ul li{
    margin: 20px 0;
    clear: both;
}
.tk ul li .img img{
    width: 200px;
    height: 134px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.tk ul li .con h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.tk ul li .con p{
    -webkit-line-clamp: 3;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* 右侧栏 */

.fr .topic {
    margin: 0px auto 40px;
    height: 70px;
    line-height: 70px;
}

.fr .topic h2 {
    text-shadow: 1px 2px 2px #ccc;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: bolder;
    border-bottom: 1px #d60200 solid;
    position: relative;
    text-align: left;
}

.fr .sp ul li{
    margin-bottom: 40px;
}
.fr .sp ul li .img {
    position: relative;
    border-top: 5px #d60200 solid;
}
.fr .sp ul li .img img{
    display: block;
}
.fr .sp ul li .img i {
    background: url(../images/btn_play.png) no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -27.5px 0 0 -27.5px;
    transition: all 0.5s;
    z-index: 99;
}
.fr .sp ul li .tit h3{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #d60200;
    text-align: center;
}
.fr .sp ul li .tit h3 a{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.fr .en h3{
    font-weight: bolder;
    margin-bottom: 10px;
}
.fr .en h3 a{
    color: #d60200;
}
.fr .en p{
    -webkit-line-clamp: 3;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.wrapper{
    padding-bottom: 160px;
    background: url(../images/tpbg.png) no-repeat bottom center/100%;
}

.mainFooter{
    margin-top: 0px!important;
}
/* Small devices (phones) */

@media only screen and (max-width: 767px) {
    .domPC {
        display: none;
    }
    
    .domMb {
        display: block;
    }
	.m_header1{
		height: auto;
		overflow: hidden;
	}
	.m_topNav{
		width: auto;
	}
	.m_topNav ul li{
		line-height: 24px;
	}
	.m_topNav li a{
		font-size: 12px;
	}

    /*头部*/
    .con1200 {
        width: auto;
    }
    .fl,.fr{
        float: none;
    }
    .main {
        width: auto;
    }

    .fl.news, .fr.news{
        width: 100%;
        padding: 0 0.5rem;
    }
    .yw .yw_pic{
        width: auto;
        height: auto;
        margin-right: auto;
        position: relative;
        border-top: 0px;
    }
    
    .yw .yw_pic .img::after{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        background:url(../images/tpbg.png) no-repeat bottom center/100%;
        height: 150px;
        width: 100%;
    }
    .gd .fl{
        float: none;
    }
    .gd .fr{
        float: none;
    }
    .gd ul li {
        white-space:initial;
        margin-right: 50px;
        list-style: disc;
    }
    .gd ul li:hover{
        color: #d60200;
    }
    .mgd{
        padding: 0.5rem 0.5rem 0;
    }
    .mgd .topic{
        font-size: 24px;
        font-weight: bolder;
    }
    .mgd ul li::before{
        content: "";
        display: block;
        position: absolute;
        left: -6px;
        top: 15px;
        width: 10px;
        height: 10px;
        background-color: #d60200;
        transform: rotate(45deg); 
    }
    .mgd ul{
        height: 450px;
        overflow-y: scroll;
        margin: 10px 0 30px;
    }
    .mgd ul li{
        border-left: 3px #d60200 solid;
        padding-left: 10px;
        position: relative;
    }
    .mgd ul li h3{
        background-color: #d60200;
        padding: 0.5rem;
        border-radius: 10px;
        font-size: 16px;
    }
    .mgd ul li h3 a{
        color: #fff;
    }
    .mgd ul li p{
        padding: 10px 0;
    }
    .fl .topic,.fr .topic {
        margin: 0px auto 30px;
        height: 50px;
        line-height: 50px;
    }
    .fl .topic h2,.fr .topic h2{
        font-size: 24px;
        text-shadow: none;
    }
    .tk ul li .img img {
        width: 40%;
        height: 100px;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .tk ul li .con h3 {
        height: 100px;
        margin: 0 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.4;
    }
    .tk ul li .con h3 a{
        color: #333;
        font-weight: normal;
    }
    .tk ul li .con p{
        display: none;
    }
    .tk ul{
        margin-bottom: 20px;
    }
    .fr .topic h2{
        text-align: left;
    }
    .wrapper{
        padding-bottom: 60px;
    }
}