* {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span {
    color: #000;
}

a {
    text-decoration: none;
    cursor: pointer;
}

[v-cloak] {
    display: none !important;
}

body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#app {
    width: 100%;
    height: 100%;
    overflow: scroll;
    position: relative;
}

.banner {
    overflow: hidden;
    text-align: center;
}

.banner img {
    width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/*栏目标题*/
.titleHead {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*栏目标题*/

/*默认模版*/
.normalTempl {
    background: #fff;
    overflow: hidden;
    padding: 30px 40px 30px 40px;
    margin-bottom: 30px;
}

.normalTempl .list li {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.normalTempl .list li h5 a {
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 50px;
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .7px;
}

.normalTempl .list li img {
    width: 100%;
    max-height: 120px;
}

.normalTempl .list li p {
    font: 16px/26px "Microsoft Yahei", "Hiragino Sans GB", "sans-serif";
    color: #888888;
    text-align: justify;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.normalTempl .list li p a {
    color: #f4587d;
}

.normalTempl .list li span {
    color: #888;
    margin-right: 7px;
    text-decoration: none;
}

.normalTempl .more {
    float: right;
    margin-top: 10px;
}

/*默认模版*/

/*左边轮播图+右边列表模版*/
.carouselLeft {
    background-color: #FFFFFF;
    padding: 30px 40px 30px 40px;
    overflow: hidden;
    margin-bottom: 30px;
}

.carouselLeft .carouselBox {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.carouselLeft .carouselBox img {
    width: 100%;
    height: 100%;
}

.carouselLeft .carouselBox p {
    display: block;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.carouselLeft .el-carousel__button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.carouselLeft .el-carousel__indicators--outside button {
    background: #3668A5;
}

.carouselLeft .firstArt {
    font-size: 12px;
    line-height: 24px;
    color: #636363;
    text-align: left;
    border-bottom: #cd0900 1px dashed;
    padding-bottom: 15px;
    margin-left: 40px;
}

.carouselLeft .firstArt h1 {
    font-family: "微软雅黑", "黑体";
    font-size: 20px;
    color: #000000;
    text-align: left;
    padding-bottom: 10px;
}

.carouselLeft .firstArt h1 a {
    color: #000;
}

.carouselLeft .firstArt p {
    text-indent: 2em;
    font-size: 12px;
    line-height: 24px;
    color: #636363;
    text-align: left;
    height: 48px;
}

.carouselLeft span a {
    color: #cd0900;
}

.carouselLeft .newsList {
    padding-left: 40px;
    margin-top: 10px;
}

.carouselLeft .newsList li {
    background: transparent url(../images/dddd.jpg) no-repeat 5px center;
    padding-left: 15px;
    height: 40px;

}

.carouselLeft .newsList li a {
    color: #545454;
    font-size: 16px;
}

.carouselLeft .newsList li a:hover {
    text-decoration: underline;
}

.carouselLeft .newsList li a p {
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carouselLeft .more {
    float: right;
    margin-top: 10px;
}

/*左边轮播图+右边列表模版结束*/

/*左边列表+右边轮播图模版*/
.carouselRight {
    background-color: #FFFFFF;
    padding: 30px 40px 30px 40px;
    overflow: hidden;
    margin-bottom: 30px;
}

.carouselRight .firstArt {
    font-size: 12px;
    line-height: 24px;
    color: #636363;
    text-align: left;
    border-bottom: #cd0900 1px dashed;
    padding-bottom: 15px;
    margin-right: 40px;
}

.carouselRight .firstArt h1 {
    font-family: "微软雅黑", "黑体";
    font-size: 20px;
    color: #000000;
    text-align: left;
    padding-bottom: 10px;
}

.carouselRight .firstArt h1 a {
    color: #000;
}

.carouselRight .firstArt p {
    text-indent: 2em;
    font-size: 12px;
    line-height: 24px;
    color: #636363;
    text-align: left;
    height: 48px;
}

.carouselRight span a {
    color: #cd0900;
}

.carouselRight .newsList {
    padding-right: 40px;
    margin-top: 10px;
}

.carouselRight .newsList li {
    line-height: 40px;
    border-bottom: 1px dotted #E5E5E5;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    background: transparent url(../images/dddd.jpg) no-repeat scroll 5px 50%;
    padding: 0px 15px 0px 15px;
    overflow: hidden;
    margin-bottom: -1px;
}

.carouselRight .newsList li p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carouselRight .newsList li:hover {
    background-color: #f2f3f5;
}

.carouselRight .carouselBox {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.carouselRight .carouselBox img {
    width: 100%;
    height: 100%;
}

.carouselRight .carouselBox p {
    display: block;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.carouselRight .el-carousel__button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.carouselRight .el-carousel__indicators--outside button {
    background: #3668A5;
}

.carouselRight .more {
    float: right;
}

/*左边列表+右边轮播图模版*/

/*纯文本列表两列*/
.textList2 {
    padding: 30px 40px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.textList2 ul li {
    background: transparent url(../images/dddd.jpg) no-repeat 5px center;
}

.textList2 ul li a {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.textList2 ul li a:hover {
    text-decoration: underline;
}

.textList2 ul li a p {
    overflow: hidden;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textList2 .more {
    margin-top: 10px;
    float: right;
}

/*纯文本列表两列*/

/*纯文本列表三列*/
.textList3 {
    padding: 30px 40px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.textList3 ul li a {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.textList3 ul li a:hover {
    text-decoration: underline;
}

.textList3 ul li a p {
    overflow: hidden;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textList3 .more {
    float: right;
}

/*纯文本列表两列*/

/*七张图片模版*/
.imgList7 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-top: 5px;
    margin-bottom: 30px;
}

.imgList7 .picBox {
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
}

.imgList7 .picBox a {
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.imgList7 .picBox a img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgList7 .picBox a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2%;
}

.imgList7 .more {
    float: right;
    margin-right: 5px;
}

/*七张图片模版*/

/*四张图片模版*/
.imgList4 {
    padding: 30px 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}

.imgList4 .picBox {
    width: 90%;
    height: 157px;
    position: relative;
    margin: 0 auto;
}

.imgList4 .picBox a {
    display: block;
}

.imgList4 .picBox a img {
    width: 100%;
    height: 157px;
}

.imgList4 .picBox a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2%;
}

.imgList4 .more {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

/*四张图片模版*/
/*四篇稿件+列表*/
.img4List {
    padding: 20px 40px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}

.img4List .picList .picBox {
    font-size: 14px;
    line-height: 26px;
    color: #545454;
    text-align: left;
    font-family: "微软雅黑", "黑体";
    border-bottom: #cd0900 1px dashed;
    padding: 40px 0px;
    clear: both;
    margin: 0 auto;
    width: 90%;
    overflow: hidden;
}

.img4List .picList .picBox img {
    width: 210px;
    height: 135px;
    float: left;
    margin-right: 25px;
}

.img4List .picList .picBox h1 {
    font-family: "微软雅黑", "黑体";
    font-size: 22px;
    color: #000000;
    text-align: left;
    padding-bottom: 20px;
    height: 34px;
    overflow: hidden;
}

.img4List .picList .picBox h1 a {
    color: #000;
}

.img4List .picList .picBox p {
    text-indent: 2em;
}

.img4List .picList .picBox span a {
    color: #cd0900;
}

.img4List .list ul {
    margin-top: 20px;
}

.img4List .list ul li {
    background: transparent url(../images/dddd.jpg) no-repeat 5px center;
}

.img4List .list ul li a {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.img4List .list ul li a:hover {
    text-decoration: underline;
}

.img4List .list ul li a p {
    overflow: hidden;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img4List .more {
    float: right;
    margin-top: 10px;
}

/*四篇稿件+列表*/
/*4图+2稿件+6列表*/
.pic4Art2List {
    padding: 20px 40px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.pic4Art2List .picBox {
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
}

.pic4Art2List .picBox a {
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.pic4Art2List .picBox a img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pic4Art2List .picBox a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2%;
}

.pic4Art2List .artList .artBox {
    font-size: 14px;
    line-height: 26px;
    color: #545454;
    text-align: left;
    font-family: "微软雅黑", "黑体";
    border-bottom: #cd0900 1px dashed;
    padding: 40px 0px;
    clear: both;
    margin: 0 auto;
    width: 90%;
}

.pic4Art2List .artList .artBox img {
    width: 210px;
    height: 135px;
    float: left;
    margin-right: 25px;
}

.pic4Art2List .artList .artBox h1 {
    font-family: "微软雅黑", "黑体";
    font-size: 22px;
    color: #000000;
    text-align: left;
    padding-bottom: 20px;
    height: 34px;
    overflow: hidden;
}

.pic4Art2List .artList .artBox h1 a {
    color: #000;
}

.pic4Art2List .artList .artBox p {
    text-indent: 2em;
}

.pic4Art2List .artList .artBox span a {
    color: #cd0900;
}

.pic4Art2List .list ul {
    margin-top: 20px;
}

.pic4Art2List .list ul li {
    background: transparent url(../images/dddd.jpg) no-repeat 5px center;
}

.pic4Art2List .list ul li a {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.pic4Art2List .list ul li a:hover {
    text-decoration: underline;
}

.pic4Art2List .list ul li a p {
    overflow: hidden;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic4Art2List .more {
    float: right;
    margin-top: 10px;
}

/*4图+2稿件+6列表*/

/*通栏广告*/
.adv {
    overflow: hidden;
    margin: 30px 0;
}

.adv img {
    width: 100%;
}

/*通栏广告*/

/*版权*/

/*footer*/
.footerSpan {
    display: inline-block;
    background-color: #EF5350;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.sy-footer-comment {
    clear: both;
    background: #fff;
    padding: 10px 20px 40px 20px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    border-top: 1px solid #eee;
}

.aboutUs {
    width: 46%;
    padding: 0 28%;
    overflow: hidden;
}

.aboutUs li {
    float: left;
}

.aboutUs li a {
    font-size: 15px;
    padding-left: 5px;
    line-height: 40px;
    color: #000;
}

.sy-footer-idx {
    border-top: 1px dashed #CCCCCC;
}

/*版权*/
