﻿
        .picCenter {
            width: 888px;
            margin: 15px auto;
        }

        .xinxiIcon {
            margin: 0 0 -20px auto;
        }

            .xinxiIcon img {
                width: 100%;
                height: auto;
                object-fit: cover;
            }

        .photo_img img {
            transition: all .7s ease 0s;
            width:200px;
            height:200px;
        }

            .photo_img img:hover {
                box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
                -webkit-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
                -moz-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
            }

        .photo_nr {
            display: flex;
            align-items: center;
            /*width: 1100px;*/
            min-width:1100px;
            margin: 15px auto;
        }

        .informationText {
            /*width: 1100px;*/
            min-width:1100px;
            margin: 15px auto;
            text-align: center;
        }

            .informationText span {
                background: #ffffff;
                color: #1C1F86;
            }

        ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .photo_nr ul li {
            float: left;
            margin: 0 15px;
            line-height: 30px;
            text-align: center;
        }

        .photo_nr p {
            padding: 0;
            margin: 0;
        }


        #LeftArr {
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat;
            /*background: url(/Content/ScrollPic/img/e_left.png) no-repeat;*/
            width: 40px;
            height: 40px;
            margin-left: -15px;
            text-decoration: none;
            color: #323232;
            right: 10px;
            left: auto;
        }

        #RightArr {
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat;
             /*background: url(/Content/ScrollPic/img/e_right.png) no-repeat;*/
            width: 40px;
            height: 40px;
            margin-right: -15px;
            text-decoration: none;
            color: #323232;
            transform: rotate(180deg);
        }

        .listRotation {
            border: 1px solid #023246;
        }