/*图片的自适应*/
img {
    max-width: 100%;
    max-height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}
/*重置 HTML 的字体大小：*/

html {
    font-size: 100%;
}
.mynav .breadcrumb li:after{
    content: "/\00a0";
    padding: 0 0px;
    color: #ccc;
    margin: 0px 10px;
}
.mynav .breadcrumb li:last-child:after{
    content: "";
}
.allmyAtion {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.myimg {
    width: 1200px;
    height: 370px;
}


    .myimg img {
        height: 100%;
        width: 100%;
    }

.myAtion {
    width: 310px;
    height: 87px;
    background: rgba(1, 115, 211, 0.6);
    position: absolute;
    overflow: hidden;
    top: 155px;
    left: 0px;
    z-index: 999;
    /*animation: show1 1s linear infinite backwards;*/
}

@keyframes font1 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}


.myimg .plan {
    font-family: "微软雅黑";
    color: #FFFFFF;
    font-size: 1.4rem;
    position: absolute;
    left: 19px;
    top: 9px;
    animation: font1 5s ease infinite both;
    -webkit-animation: font1 5s ease infinite both;
}

.myimg .myAtion span {
    font-family: "arial narrow";
    color: darkgray;
    font-size: 1.2rem;
    position: absolute;
    top: 48px;
    left: 30px;
    animation: font1 5s ease infinite both;
}

.mynav {
    line-height: 30px;
    padding-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 1200px;
    white-space: nowrap;
    margin: 0 auto;
}

    .mynav ul {
        width: 1200px;
        height: 32px;
    }

        .mynav ul li {
            text-align: center;
            font-size: 0.16rem;
            float: left;
            list-style: none;
            padding-left: 0px;
        }

            .mynav ul li a {
                text-decoration: none;
                color: #000;
                font-size: 0.99rem;
            }

                .mynav ul li a:hover {
                    text-decoration: none;
                    color: dodgerblue;
                }


/*新闻列表*/
.oneNew {
    width: 1200px;
    margin: 0 auto;
}

.newList {
    width: 1150px;
    margin: 0 auto;
}

    .newList li {
        height: 55px;
        line-height: 55px;
        font-size: 1.4rem;
        border-bottom: 1px solid #d9d9d9;
        list-style-type: square;
        color: #1E90FF;
        clear: both;
    }

        .newList li span {
            color: #000000;
            font-size: 1rem;
        }

        .newList li a {
            text-decoration: none;
        }

        .newList li span:hover {
            color: #1E90FF;
            cursor: pointer;
        }

        .newList li .year {
            float: right;
        }

.content {
    margin-bottom: 50px;
    padding: 10px 10px 22px 10px;
    width: 1200px;
    margin:0 auto;
}



@media screen and (max-width:1366px) {
    .allmyAtion {
        width: 1200px;
        overflow: hidden;
        position: relative;
    }

    .myimg img {
        width: 1200px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .myAtion {
        width: 190px;
        height: 67px;
        background: rgba(1, 115, 211, 0.6);
        position: absolute;
        overflow: hidden;
        top: 144px;
        left: 0px;
    }

    .myimg .plan {
        font-family: "微软雅黑";
        color: #FFFFFF;
        font-size: 1.3rem;
        position: absolute;
        left: 19px;
        top: 9px;
        animation: font1 5s ease infinite both;
        -webkit-animation: font1 5s ease infinite both;
    }

    .myimg .myAtion span {
        font-family: "arial narrow";
        color: darkgray;
        font-size: 1rem;
        position: absolute;
        top: 36px;
        left: 15px;
        animation: font1 5s ease infinite both;
        -webkit-animation: font1 5s ease infinite both;
    }

    .mynav {
        height: 30px;
        line-height: 30px;
        padding-left: 0%;
        padding-top: 17px;
    }
}

@media screen and (max-width:1280px) {
    .allmyAtion {
        width: 1200px;
        overflow: hidden;
        position: relative;
    }

    .myimg img {
        width: 1200px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .myAtion {
        width: 160px;
        height: 67px;
        background: rgba(1, 115, 211, 0.6);
        position: absolute;
        overflow: hidden;
        top: 160px;
        left: 0px;
    }

    .myimg .plan {
        font-family: "微软雅黑";
        color: #FFFFFF;
        font-size: 1rem;
        position: absolute;
        left: 19px;
        top: 9px;
        animation: font1 5s ease infinite both;
        -webkit-animation: font1 5s ease infinite both;
    }

    .myimg .myAtion span {
        font-family: "arial narrow";
        color: darkgray;
        font-size: 1rem;
        position: absolute;
        top: 36px;
        left: 15px;
        animation: font1 5s ease infinite both;
        -webkit-animation: font1 5s ease infinite both;
    }

    .mynav {
        height: 30px;
        line-height: 30px;
        padding-left: 0%;
        padding-top: 17px;
    }
}
/**
	 * 当屏幕宽度在1024px时，
	* 相当于平板电脑大小的设备
	***/
@media screen and (max-width:1020px) and (min-width:1200px) {
    .clearHeader {
        display: none;
    }
}
    @media screen and (max-width:1024px) {

        .allmyAtion {
            width: 100%;
            overflow: hidden;
            position: relative;
            margin-left: 0%;
            margin-top: 0px;
        }

        .myimg {
            width: 100%;
            height: 370px;
        }

            .myimg img {
                width: 100%;
                margin-left: 0px;
                margin-top: 0px;
            }

        .mynav {
            padding-left: 0;
        }

        .myimg .plan {
            font-family: "微软雅黑";
            color: #FFFFFF;
            font-size: 1rem;
            position: absolute;
            left: 19px;
            top: 9px;
            animation: font1 5s ease infinite both;
            -webkit-animation: font1 5s ease infinite both;
        }

        .myimg .myAtion span {
            font-family: "arial narrow";
            color: darkgray;
            font-size: 1rem;
            position: absolute;
            left: 16px;
            top: 34px;
            animation: font1 5s ease infinite both;
            -webkit-animation: font1 5s ease infinite both;
        }

        .myAtion {
            width: 214px;
            height: 60px;
            background: rgba(1, 115, 211, 0.6);
            position: absolute;
            overflow: hidden;
            top: 123px;
            left: 0px;
        }
        /*列表*/
        .oneNew {
            width: 100%;
            margin: 0 auto;
        }

        .newList {
            width: 100%;
            margin: 0 auto;
            padding-bottom: 4%;
        }

            .newList li {
                height: 50px;
                line-height: 50px;
                font-size: 1rem;
                border-bottom: 1px solid #d9d9d9;
                list-style-type: square;
                color: #1E90FF;
                width: 90%;
                margin: 0px auto;
            }

                .newList li span {
                    color: #000000;
                    font-size: 0.8rem;
                }

        .mynav ul {
            width: 100%;
            height: 32px;
        }

        .mynav {
            padding-left: 0%;
            padding-top: 5px;
            border-left: 3px solid #02913f;
            color: #02913f;
            background-color: #F1F1F1;
            height: 40px;
            line-height: 37px;
        }

            .mynav ul li a {
                font-size: 0.8rem;
            }

        .content {
            margin-bottom: 50px;
            padding: 0px 0px 0px 0px;
            width: 100%;
        }
    }


    @media screen and (max-width:768px) {
        .allmyAtion {
            width: 100%;
            margin-top: 0px;
            overflow: hidden;
            position: relative;
            height: 150px
        }

        .myimg {
            width: 100%;
            height: 100%;
        }

            .myimg img {
                margin-left: 0px;
                margin-top: 0px;
            }

        .myAtion {
            width: 214px;
            height: 60px;
            background: rgba(1, 115, 211, 0.6);
            position: absolute;
            overflow: hidden;
            top: 120px;
            left: 0px;
        }

        .mynav ul {
            width: 100%;
            height: 32px;
        }

        .myimg .plan {
            font-family: "微软雅黑";
            color: #FFFFFF;
            font-size: 1rem;
            position: absolute;
            left: 14px;
            top: 9px;
        }

        .myimg .myAtion span {
            font-family: "arial narrow";
            color: darkgray;
            font-size: 1rem;
            position: absolute;
            top: 34px;
            left: 21px;
        }

        .mynav {
            padding-left: 0%;
            padding-top: 5px;
            border-left: 3px solid #02913f;
            color: #02913f;
            background-color: #F1F1F1;
            height: 40px;
            line-height: 37px;
            margin-top: -3px;
        }

            .mynav ul li a {
                font-size: 0.8rem;
            }

        .mytext {
            margin-top: 27px;
            font-size: 1.5rem;
            width: 97%;
            margin-left: 1.5%;
        }

        .mytime {
            width: 64%;
            margin-left: 9%;
            text-align: center;
            padding-top: 12px;
        }


        /*列表*/
        .oneNew {
            width: 100%;
            margin: 0 auto;
        }

        .newList {
            width: 100%;
            margin: 0 auto;
        }

            .newList li {
                font-size: 1rem;
                border-bottom: 1px solid #d9d9d9;
                list-style-type: square;
                color: #1E90FF;
                width: 90%;
                height: 50px;
                line-height: 50px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding-left: 20px;
            }

                .newList li span {
                    color: #000000;
                    font-size: 0.8rem;
                }

        .content {
            margin-bottom: 50px;
            padding: 0px 0px 0px 0px;
            width: 100%;
        }
    }

    @media screen and (max-width:414px) {
        .allmyAtion {
            width: 100%;
            margin-top: 0px;
            overflow: hidden;
            position: relative;
            height: 150px
        }

        .myimg {
            width: 100%;
            height: 100%;
        }

            .myimg img {
                height: 128px;
                margin-left: 0px;
                margin-top: 0px;
            }

        .myAtion {
            width: 213px;
            height: 60px;
            background: rgba(1, 115, 211, 0.6);
            position: absolute;
            overflow: hidden;
            top: 40px;
            left: 0px;
        }

        .mynav ul {
            width: 100%;
            height: 32px;
        }

        .myimg .plan {
            font-family: "微软雅黑";
            color: #FFFFFF;
            font-size: 1rem;
            position: absolute;
            left: 14px;
            top: 9px;
        }

        .myimg .myAtion span {
            font-family: "arial narrow";
            color: darkgray;
            font-size: 1rem;
            position: absolute;
            top: 34px;
            left: 21px;
        }
        /*列表*/
        .oneNew {
            width: 100%;
            margin: 0 auto;
        }

        .newList {
            width: 100%;
            margin: 0 auto;
        }

            .newList li {
                font-size: 1rem;
                border-bottom: 1px solid #d9d9d9;
                list-style-type: square;
                color: #1E90FF;
                width: 90%;
                height: 50px;
                line-height: 50px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .newList li span {
                    color: #000000;
                    font-size: 0.8rem;
                }

        .content {
            margin-bottom: 50px;
            padding: 0px 0px 0px 0px;
            width: 100%;
        }
    }
    /**
* 当屏幕宽度在小于等于400px时，
* 即在移动端（手机端）
* **/

    @media screen and (max-width:375px) {
        .allmyAtion {
            width: 100%;
            margin-top: 0px;
            overflow: hidden;
            position: relative;
            height: 150px
        }

        .myimg {
            width: 100%;
            height: 100%;
        }

            .myimg img {
                height: 128px;
                margin-left: 0px;
                margin-top: 0px;
            }

        .myAtion {
            width: 213px;
            height: 60px;
            background: rgba(1, 115, 211, 0.6);
            position: absolute;
            overflow: hidden;
            top: 40px;
            left: 0px;
        }

        .mynav ul {
            width: 100%;
            height: 32px;
        }

        .myimg .plan {
            font-family: "微软雅黑";
            color: #FFFFFF;
            font-size: 1rem;
            position: absolute;
            left: 14px;
            top: 9px;
        }

        .myimg .myAtion span {
            font-family: "arial narrow";
            color: darkgray;
            font-size: 1rem;
            position: absolute;
            top: 34px;
            left: 21px;
        }
        /*列表*/
        .oneNew {
            width: 100%;
            margin: 0 auto;
        }

        .newList {
            width: 100%;
            margin: 0 auto;
        }

            .newList li {
                font-size: 1rem;
                border-bottom: 1px solid #d9d9d9;
                list-style-type: square;
                color: #1E90FF;
                width: 90%;
                height: 50px;
                line-height: 50px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .newList li span {
                    color: #000000;
                    font-size: 0.8rem;
                }

        .content {
            margin-bottom: 50px;
            padding: 0px 0px 0px 0px;
            width: 100%;
        }
    }

    @media screen and (max-width:320px) {
        /*banner\背景*/
        .allmyAtion {
            width: 100%;
            margin-top: 0px;
            overflow: hidden;
            position: relative;
            height: 150px;
        }

        .myimg {
            width: 100%;
            height: 100%;
        }

            .myimg img {
                height: 144px;
                margin-left: 0px;
                margin-top: 0px;
            }

        .mynav ul {
            width: 100%;
            height: 32px;
        }

        .myAtion {
            width: 191px;
            height: 54px;
            background: rgba(1, 115, 211, 0.6);
            position: absolute;
            overflow: hidden;
            top: 40px;
            left: 0px;
        }

        .myimg .plan {
            font-family: "微软雅黑";
            color: #FFFFFF;
            font-size: 0.9rem;
            position: absolute;
            left: 14px;
            top: 9px;
        }

        .myimg .myAtion span {
            font-family: "arial narrow";
            color: darkgray;
            font-size: 0.9rem;
            position: absolute;
            top: 34px;
            left: 21px;
        }
        /*列表*/
        .oneNew {
            width: 100%;
            margin: 0 auto;
        }

        .newList {
            width: 100%;
            margin: 0 auto;
        }

            .newList li {
                font-size: 1rem;
                border-bottom: 1px solid #d9d9d9;
                list-style-type: square;
                color: #1E90FF;
                width: 90%;
                height: 50px;
                line-height: 50px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .newList li span {
                    color: #000000;
                    font-size: 0.8rem;
                }

        .content {
            padding: 0px 0px 0px 0px;
            width: 100%;
        }
    }
    /*返回顶部按钮*/

    p#back-to-top {
        position: fixed;
        bottom: 100px;
        right: 14px;
    }

        p#back-to-top a {
            text-align: center;
            text-decoration: none;
            color: #d1d1d1;
            display: block;
            width: 30px;
            /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
            -moz-transition: color 1s;
            -webkit-transition: color 1s;
            -o-transition: color 1s;
        }

            p#back-to-top a:hover {
                color: #979797;
            }

            p#back-to-top a span {
                background: #02913f;
                border-radius: 6px;
                display: block;
                height: 30px;
                width: 30px;
                margin-bottom: 5px;
                line-height: 26px;
                /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
                -moz-transition: background 1s;
                -webkit-transition: background 1s;
                -o-transition: background 1s;
            }
