#container{border:1px #ddd solid;border-top:2px #bd1a2b  solid;background:#fff;padding-bottom:20px;}
#container .normal h1{ padding:0 20px;}
.xilan_con{width:1300px;font-size:14PX;margin-top:20px; padding-left:20px;padding-right:20px;line-height:30px;min-height:400px;overflow-x:auto;overflow-y: hidden;}
.xilan_con p,.xilan_con p b,.xilan_con p a,.xilan_con div,.xilan_con div a,.xilan_con div span,.xilan_con div b,.xilan_con div font{font-size:14px;}
#Zoom{font-size:14px!important; line-height:30px;}
#Zoom table{margin:0 auto;}
#Zoom a{color:#03c}
.zhdx{float:right; padding-right:120px;}
.xilan_con p img{ padding-top:10px;}
.xilan_con p{word-break:break-all;}
.wenhao{ height:32px; line-height:32px; margin-bottom:-20px; text-align:center;}
.xilan_con{
box-sizing: border-box;
width:100%!important;
}
.conzt p {
line-height:32px;
}
@media screen and (max-width:768px){
h1{
font-size:22px!important;
}
.fwgl_content{
overflow:auto!important;
background:#fff;
}
#container{
overflow:auto!important;
}
}
.m-imgWrap {
            overflow: hidden;
        }

       @keyframes width {
            0% {
                width: 0;
            }

            50% {
                width: 100%;
            }

            100% {
                width: 0;
            }
        }

        @keyframes height {
            0% {
                height: 0;
            }

            50% {
                height: 100%;
            }

            100% {
                height: 0;
            }
        }

        .m-ulImgListsWrap li .l_t,
        .m-ulImgListsWrap li .r_b {
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border: 2px solid transparent;
        }
        .m-ulImgListsWrap li:hover .l_t {
            border-top-color: #bd1a2d;
            border-left-color: #bd1a2d;
            animation: width 2s ease-in-out, height 2s ease-in-out;
            -webkit-animation: width 2s ease-in-out infinite, height 2s ease-in-out infinite;
            -moz-animation: width 2s ease-in-out infinite, height 2s ease-in-out infinite;
            -o-animation: width 2s ease-in-out infinite, height 2s ease-in-out infinite;
            -ms-animation: width 2s ease-in-out infinite, height 2s ease-in-out infinite;
            animation: width 2s ease-in-out infinite, height 2s ease-in-out infinite;
        }

        .m-ulImgListsWrap li:hover .r_b {
            top: auto;
            left: auto;
            right: 0;
            bottom: 0;
            border-bottom-color: #bd1a2d;
            border-right-color: #bd1a2d;
            -webkit-animation: width 2s ease-in-out infinite, height 2s ease-in-out infinite;
            -moz-animation: width 2s ease-in-out infinite, height 2s ease-in-out infinite;
            -o-animation: width 2s ease-in-out infinite, height 2s ease-in-out infinite;
            -ms-animation: width 2s ease-in-out infinite, height 2s ease-in-out infinite;
            animation: width 2s ease-in-out infinite, height 2s ease-in-out infinite;
        }