﻿body {
}

/*display: -webkit-flex;*/

/*轮播自适应高度*/
.carousel {
    max-height: calc(100vh - 80px);
}

    .carousel .carousel-inner .item img {
        max-height: calc(100vh - 80px);
        width: 100%;
        object-fit: cover;
    }

    .carousel .carousel-inner .item .carousel-caption {
        font-size: 30px;
        margin-bottom: 25px;
    }

a {
    text-decoration: none;
    color: black;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
    }

    a:active {
    }

    a:hover {
    }

.aMore {
    text-decoration: none;
    color: #ee6d0f;
}

    .aMore:link {
        text-decoration: none;
        color: #ee6d0f;
    }

    .aMore:visited {
    }

    .aMore:active {
    }

    .aMore:hover {
        color: #ee6d0f;
    }


/*新闻样式*/
body .container {
    z-index: 1;
    width: 100%;
    background-color: #e5e5e5;
    padding: 15px;
}

    body .container .row .newsHeader {
        font-size: 30px;
        color: black;
        text-align: center;
        height: 120px;
        line-height: 120px;
    }

    body .container .newsListBox {
        display: flex;
        padding: 0 15px 0px 0;
        flex-wrap: nowrap;
        justify-content: center;
    }

        body .container .newsListBox .newsList {
            flex: 0 1 50%;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            color: red;
            max-width: 680px;
            height: 380px;
            margin: 15px;
        }

            body .container .newsListBox .newsList .imgBox {
                height: inherit;
                width: inherit;
                position: relative;
            }

                body .container .newsListBox .newsList .imgBox .advImg {
                    height: 380px;
                    width: 100%;
                    object-fit: fill;
                    box-shadow: 3px 3px 5px #d5d5d5;
                }

                body .container .newsListBox .newsList .imgBox .jianbianImg {
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    width: 100%;
                    object-fit: fill;
                }

                body .container .newsListBox .newsList .imgBox .advTitle {
                    position: absolute;
                    left: 25px;
                    bottom: 10px;
                    color: white;
                    font-size: 23px;
                }

            body .container .newsListBox .newsList .newsBox {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                max-width: 680px;
            }

                body .container .newsListBox .newsList .newsBox .newsTextBox {
                    flex: 1 0 47%;
                    padding: 15px;
                    color: #000;
                    height: 183px;
                    background-color: white;
                    background-image: url('yunwen-line.png');
                    background-repeat: no-repeat;
                    background-size: 80%;
                    background-position: bottom right;
                    border-bottom: solid 5px #ee6d0f;
                    font-size: 18px;
                    box-shadow: 3px 3px 5px #d5d5d5;
                    margin-bottom: 15px;
                }

                body .container .newsListBox .newsList .newsBox .newsTextBoxLeft {
                    margin-right: 15px;
                    min-width: 1px;
                }

            body .container .newsListBox .newsList .myVideoBox {
                width: 665px;
                height: 380px;
                box-shadow: 3px 3px 5px #d5d5d5;
            }

                body .container .newsListBox .newsList .myVideoBox .video-js {
                    width: 100%;
                    height: 100%;
                    object-fit: fill;
                }

    body .container .newsMoreBox {
        text-align: center;
        margin: 20px;
        font-size: 20px;
    }

        body .container .newsMoreBox .secondMore {
            margin-left: 30px;
        }

/*专题样式*/
body .zt-box {
    background-color: white;
    display: flex;
    justify-content: center;
}

    body .zt-box .zt-titleBox {
        width: 200px;
        max-width: 200px;
        height: 500px;
        text-align: center;
        line-height: 200px;
    }

        body .zt-box .zt-titleBox .zt-title {
            font-size: 30px;
            color: black;
            writing-mode: vertical-lr;
            margin-top: 90px;
        }

        body .zt-box .zt-titleBox .zt-more {
            font-size: 20px;
            writing-mode: vertical-lr;
            margin-top: 30px;
        }

    body .zt-box .zt-contentBox {
        width: 1190px;
        max-width: 1190px;
        display: flex;
        margin: 50px 0;
    }

        body .zt-box .zt-contentBox .zt-item {
            flex: 0 1 25%;
            flex-wrap: nowrap;
            margin: 10px;
            position: relative;
            overflow: hidden;
            width: 260px;
            height: 600px;
        }

            body .zt-box .zt-contentBox .zt-item img {
                width: 260px;
                height: 600px;
                object-fit: fill;
                transition: all .4s;
                -moz-transition: all .4s;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
            }

                body .zt-box .zt-contentBox .zt-item img:hover {
                    transform: scale(1.05);
                }

            body .zt-box .zt-contentBox .zt-item .ztcontitle {
                color: white;
                position: absolute;
                top: 20px;
                left: 10px;
                font-size: 30px;
                writing-mode: vertical-lr;
            }

@media (max-width:767px) {
    body {
        min-width: auto;
    }

    /*轮播自适应高度*/
    .carousel {
        max-height: calc(100vh - 80px);
    }

        .carousel .carousel-inner .item img {
            max-height: calc(100vh - 80px);
            width: 100%;
            object-fit: cover;
        }

        .carousel .carousel-inner .item .carousel-caption {
            font-size: 16px;
            margin-bottom: 0px;
        }

    body .container {
        /*overflow: auto;
        position:relative;*/
    }

        body .container .row {
            width: calc(100vw);
            padding: 0px;
            margin: 0px;
        }

            body .container .row .newsHeader {
                font-size: 20px;
                color: black;
                text-align: center;
                height: 60px;
                line-height: 60px;
                width: 100%;
                padding: 0px;
                margin: 0px;
            }

        body .container .newsListBox {
            /* display: flex;*/
            padding: 0px;
            margin: 0px;
            flex-wrap: wrap;
            justify-content: center;
        }

            body .container .newsListBox .newsList {
                flex: 0 1 auto;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                max-width: 600px;
                height: 720px; /*解决了重叠问题*/
                margin: 10px 0 0 0;
                flex: 100%;
            }

            body .container .newsListBox .newsListFirst {
                height: 180px;
            }

            body .container .newsListBox .newsListEnd {
                height: 210px;
            }


            body .container .newsListBox .newsList .imgBox {
                height: inherit;
                width: inherit;
                position: relative;
                margin: 0 8px;
            }

                body .container .newsListBox .newsList .imgBox .advImg {
                    height: 180px;
                    width: 100%;
                    object-fit: fill;
                    box-shadow: 3px 3px 5px #d5d5d5;
                }

                body .container .newsListBox .newsList .imgBox .jianbianImg {
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    width: 100%;
                    object-fit: fill;
                }

                body .container .newsListBox .newsList .imgBox .advTitle {
                    position: absolute;
                    left: 10px;
                    bottom: 3px;
                    color: white;
                    font-size: 18px;
                }

            body .container .newsListBox .newsList .newsBox {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                max-width: 600px;
            }

                body .container .newsListBox .newsList .newsBox .newsTextBox {
                    flex: 1 0 47%;
                    padding: 15px;
                    color: #000;
                    height: 160px;
                    width: 100%;
                    background-color: white;
                    background-image: url('yunwen-line.png');
                    background-repeat: no-repeat;
                    background-size: 80%;
                    background-position: bottom right;
                    border-bottom: solid 5px #ee6d0f;
                    font-size: 16px;
                    box-shadow: 3px 3px 5px #d5d5d5;
                    margin: 10px;
                }

                body .container .newsListBox .newsList .newsBox .newsTextBoxLeft {
                    /*margin-right: 15px;*/
                }

            body .container .newsListBox .newsList .myVideoBox {
                width: calc(100vw - 30px);
                height: 195px;
                margin-left: 12px;
            }

        body .container .newsMoreBox {
            text-align: center;
            margin: 15px;
            font-size: 15px;
        }

            body .container .newsMoreBox .secondMore {
                margin-left: 20px;
            }


    /*专题样式*/
    body .zt-box {
        background-color: white;
        display: block;
        justify-content: center;
        /*height:800px;*/
        width: calc(100vw);
    }

        body .zt-box .zt-titleBox {
            width: calc(100vw);
            height: 80px;
            text-align: center;
            line-height: 80px;
            margin-top: 20px;
        }

            body .zt-box .zt-titleBox .zt-title {
                font-size: 20px;
                color: black;
                writing-mode: horizontal-tb;
                margin-top: 0px;
                width: calc(100vw);
                height: 50px;
                line-height: 50px;
            }

            body .zt-box .zt-titleBox .zt-more {
                font-size: 12px;
                width: calc(100vw);
                writing-mode: horizontal-tb;
                margin-top: 0px;
                height: 30px;
                line-height: 30px;
            }

        body .zt-box .zt-contentBox {
            width: calc(100vw);
            /*max-width: 1190px;*/
            display: flex;
            margin: 10px 0;
        }

            body .zt-box .zt-contentBox .zt-item {
                flex: 0 1 25%;
                flex-wrap: nowrap;
                margin: 10px;
                position: relative;
                overflow: hidden;
                width: 260px;
                height: 300px;
            }

                body .zt-box .zt-contentBox .zt-item img {
                    width: 260px;
                    height: 300px;
                    object-fit: fill;
                    transition: all .4s;
                    -moz-transition: all .4s;
                    -webkit-transition: all .4s;
                    -o-transition: all .4s;
                }

                    body .zt-box .zt-contentBox .zt-item img:hover {
                        transform: scale(1.05);
                    }

                body .zt-box .zt-contentBox .zt-item .ztcontitle {
                    color: white;
                    position: absolute;
                    top: 20px;
                    left: 10px;
                    font-size: 12px;
                    writing-mode: vertical-lr;
                }
}

@media (min-width:767px) {
}
