body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;

}



.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img,
.div-img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.slick-dots li button:before {
    display: none;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -10;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}

.container {
    width: 1200px;
}

.nav-click,
.close {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.search-a {
    display: none;
}

.header {
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
}

.topp {
    background: #124997;
    background-size: 100% 150px;

}

.topp .container {
    width: 1200px;
}


.logo {
    line-height: 140px;
    /* max-width: 1000px; */
}

.logo img {
    margin: 20px 0;
}


.search-box {
    width: 280px;
    margin-top: 54px;
    position: relative;
}

.search-box .form-control {
    border-radius: 30px;
    box-shadow: none;
    background: #fff;
    border: none;
    height: 40px;
    color: #666;
}

.search-box .btn-ss {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.nav-list li {
    float: left;
    width: 11.111%;
    position: relative;

}

.nav-down {
    position: absolute;
    left: 0;
    display: none;
    top: 100%;
    min-width: 100%;
    background: #fff;
    padding-bottom: 10px;
    border-radius: 9px;
    padding-top: 15px;
}

.nav-down::before {
    content: " ";
    width: 100%;
    height: 15px;
    position: absolute;
    top: -7.5px;
    left: 0px;
    background: url(../images/dcd.png)top center no-repeat;
    z-index: 9;
    background-size: 100%;
}

.nav-list li:hover::before {
    display: block;
}

.nav-down li {
    float: none;
    width: 100%;

}

.nav-down li:hover {
    background: #124997;
    width: 100%;
}

.nav-down li:hover a {
    color: #fff !important;
}

.nav-down li a {
    font-size: 16px !important;
    background: none !important;
    font-weight: normal !important;
    line-height: 40px !important;
    height: 40px !important;
}

.nav-down li a:hover {
    background: #124997 !important;
}

.nav-list li:hover .nav-down {
    display: block;
    z-index: 99;
}

.nav-list li a {
    display: block;
    height: 60px;
    font-size: 20px;
    color: #333;
    line-height: 60px;
}

.nav-list li:hover {
    background: #fff;
}

.nav-list li:hover a {
    color: #124997;
}

.header-bottom {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    background: #fff;
}

.nav-list li a:hover,
.nav-list li.active a {
    font-weight: bold;
}

.fix-ul {
    position: fixed;
    transform: translate(0, -50%);
    z-index: 100;
    right: 0;
    top: 50%;
    background: rgba(18, 73, 151, 0.82);
    border-radius: 20px 0 0 20px;
    padding: 15px 0;
    z-index: 999;
}

.fix-ul li a {
    display: block;
    width: 90px;
    font-size: 15px;
    color: #fff;
    padding: 15px 0 10px 0;
}

.fix-ul li a span {
    display: inline-block;
    margin-bottom: 5px;
}
.fix-ul li a span img{
    max-width: 36px;
}

.fix-ul li a:hover {
    background: #c29a52;
}





.banner {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}

.banner .slick-slide img {
    margin: auto;
    width: 100%;
}

.banner .slick-prev {
    left: 7%;
    width: 36px;
    height: 80px;
    background: url(../images/left-l.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.banner .slick-next {
    right: 7%;
    width: 36px;
    height: 80px;
    background: url(../images/right-r.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}


.banner .slick-dots {
    bottom: 30px;
}

.banner .slick-dots li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active {
    width: 30px;
    height: 10px;
    background: #fff;
    background-size: 100%;
    border-radius: 10px;
    transition: .3s;
}

.title {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.title h2 {
    line-height: 26px;
    font-size: 24px;
    color: #124997;
    border-bottom: 2px solid #124997;
    display: inline-block;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

.title a {
    line-height: 40px;
    float: right;
    font-size: 16px;
    color: #888;

}

.one {
    width: 100%;
    background: url(../images/new-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 50px;
}

.new {
    width: 980px;
}

.new-s {
    width: 100%;
    display: contents;
    clear: both;
}

.new-slick {
    width: 51%;
    margin-bottom: 0px;
}

.new-slick div {
    width: 100%;
}

.new-slick div a {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 68%;
}

.new-slick div a:hover img {
    transform: scale(1.1, 1.1);
    transition: all 1s;

}

.new-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.new-slick a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: linear-gradient(rgb(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-slick .slick-dots {
    width: 100px;
    right: 10px;
    bottom: 13px;
}

.new-slick .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.new-slick .slick-dots li.slick-active {
    background: orange;
}


.new-r {
    width: 46%;
    display: block;
}

.new-r li {
    width: 100%;
    margin-bottom: 9.5px;
    height: 30px;
}

.new-r li:nth-child(9) {
    margin-bottom: 0px;
}

.new-r li a {
    width: calc(100% - 100px);
    line-height: 30px;
    background: url(../images/tby.png)left center no-repeat;
    padding-left: 10px;
    float: left;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-r li span {
    width: 80px;
    line-height: 30px;
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
}

.new-r li:hover a {
    color: #124997;
    font-weight: bold;
}


.ptlj {
    width: 160px;
}

.ptlj a {
    width: 100%;
    margin-bottom: 20px;
    background: #124997;
    text-align: center;
    padding: 20px 0;
    display: block;
}

.ptlj a img {
    max-width: 90%;
    margin-bottom: 13px;
}

.ptlj a p {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.ptlj a:nth-child(3) {
    margin-bottom: 0px;
}

.ptlj a:hover img {
    transform: scale(1.2, 1.2);
    transition: all 1s;
}



.two {
    width: 100%;
    background: #eff5ff;
    background-size: 100% 100%;
    padding: 40px 0 20px;
}


.tzgg {
    width: 100%;
    display: block;
}

.tzgg li {
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px 0 10px 0;
    padding: 20px;
    display: inline-table;
    clear: both;
}

.tzgg li:hover {
    box-shadow: 0px 0px 10px #124997;
}

.tzgg li:hover a {
    color: #124997;
    font-weight: bold;
}

.time {
    width: 70px;
    height: 46px;
    font-size: 20px;
    color: #124997;
    text-align: left;
    border-right: 1px solid #999;
    line-height: 23px;
}

.time span {
    font-size: 16px;
    color: #999;
    width: 100%;
    text-align: left;
}

.tzgg li a {
    width: calc(100% - 90px);
    font-size: 16px;
    color: #333;
    line-height: 23px;
    display: block;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzgg li:nth-child(2) {
    margin: 0 25px;
}

.tzgg li:nth-child(5) {
    margin: 0 25px;
}

.tzgg li:nth-child(8) {
    margin: 0 25px;
}



.three {
    width: 100%;
    background: url(../images/msfc-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.three .title {
    display: inline-block;
}

.title li {
    line-height: 26px;
    font-size: 24px;
    color: #124997;
    display: inline-block;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: block !important;
}



.three .title li a {
    display: block !important;
    float: left;
    border-bottom: none;
    color: #333;
    font-size: 24px;
    padding-bottom: 12px;
}

.three .title li:nth-child(2) a {
    margin-left: 20px;
}

.three .title li.active a {
    color: #124997;
    border-bottom: 2px solid #124997;
    font-size: 24px;
}


.msfc-slick {
    width: 100%;
    margin-bottom: 0px;

}



.msfc-slick a {
    display: block;
    position: relative;
    padding-top: 120%;
    margin: 0 10px;
}

.msfc-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
}


.msfc-slick a p {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    display: block;
    text-align: center;
}

.msfc-slick a:hover img {
    box-shadow: 0px 0px 10px #124997;
}

.msfc-slick .slick-prev {
    width: 53px;
    height: 53px;
    background: url(../images/ll.png)center no-repeat;
    background-size: 100% 100%;
    top: 40%;
    left: -60px;
}

.msfc-slick .slick-next {
    width: 53px;
    height: 53px;
    background: url(../images/rr.png)center no-repeat;
    background-size: 100% 100%;
    top: 40%;
    right: -60px;
}

.msfc-slick .slick-prev:hover {
    background: url(../images/lll.png)center no-repeat;
}

.msfc-slick .slick-next:hover {
    background: url(../images/rrr.png)center no-repeat;
}



.ddfc-slick {
    width: 100%;
    margin-bottom: 0px;

}



.ddfc-slick a {
    display: block;
    position: relative;
    padding-top: 120%;
    margin: 0 10px;
}

.ddfc-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
}


.ddfc-slick a p {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    display: block;
    text-align: center;
}

.ddfc-slick a:hover img {
    box-shadow: 0px 0px 10px #124997;
}

.ddfc-slick .slick-prev {
    width: 53px;
    height: 53px;
    background: url(../images/ll.png)center no-repeat;
    background-size: 100% 100%;
    top: 40%;
    left: -60px;
}

.ddfc-slick .slick-next {
    width: 53px;
    height: 53px;
    background: url(../images/rr.png)center no-repeat;
    background-size: 100% 100%;
    top: 40%;
    right: -60px;
}

.ddfc-slick .slick-prev:hover {
    background: url(../images/lll.png)center no-repeat;
}

.ddfc-slick .slick-next:hover {
    background: url(../images/rrr.png)center no-repeat;
}


.three2 {
    width: 100%;
    display: block;
    clear: both;
    margin-top: 40px;
}

.jpdt {
    width: 30%;
}


.jpdt ul {
    width: 100%;
    display: block;
}

.jpdt ul li {
    width: 100%;
    display: flow-root;
    border-bottom: 1px dotted #ccc;
}

.jpdt li a {
    width: calc(100% - 100px);
    line-height: 48px;
    background: url(../images/icon-ty.png)left center no-repeat;
    padding-left: 15px;
    float: left;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jpdt li span {
    width: 80px;
    line-height: 48px;
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
}

.jpdt .title {
    margin-bottom: 20px;
}

.jpdt li:hover a {
    color: #124997;
    font-weight: bold;
}



.jsgyk {
    width: 67%;
}

.jsgyk-l {
    width: 100%;
    display: block;
    clear: both;
}

.jsgyk-l a {
    width: 30.666%;
    float: left;
    display: block;
    margin-right: 4%;
}

.jsgyk-l a:nth-child(3) {
    margin-right: 0;
}

.jsgyk-l a .jsgyk-img {
    width: 100%;
    padding-top: 73%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.jsgyk-l a .jsgyk-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.jsgyk-l a p {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jsgyk-l a:hover p {
    color: #124997;
    font-weight: bold;
}

.jsgyk-l a .jsgyk-img:hover img {
    transform: scale(1.1, 1.1);
    transition: all 1s;
}


.four {
    width: 100%;
    background: url(../images/four.png)center no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 50px;
}

.zbdj {
    width: 57%;
}

.zbdj-l {
    width: 100%;
    display: block;
}

.zbdj-l a {
    float: left;
    width: 48%;
    position: relative;
}

.zbdj-l a:nth-child(even) {
    float: right;
}

.zbdj-l a .zbdj-img {
    width: 100%;
    padding-top: 73%;
    position: relative;
    overflow: hidden;
}

.zbdj-l a .zbdj-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.zbdj-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: linear-gradient(rgb(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zbdj-l a .zbdj-img:hover img {
    transform: scale(1.1, 1.1);
    transition: all 1s;
}




.xxgk {
    width: 40%;
}


.xxgk ul {
    width: 100%;
    display: block;
}

.xxgk ul li {
    width: 100%;
    display: flow-root;
    border-bottom: 1px dotted #ccc;
}

.xxgk li a {
    width: calc(100% - 100px);
    line-height: 48px;
    background: url(../images/icon-ty.png)left center no-repeat;
    padding-left: 15px;
    float: left;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xxgk li span {
    width: 80px;
    line-height: 48px;
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
}

.xxgk .title {
    margin-bottom: 20px;
}

.xxgk li:hover a {
    color: #124997;
    font-weight: bold;
}



footer {
    padding: 30px 0;
    background: #124997;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

/*列表页*/

.nybanner {
    max-width: 100%;
}

.nybanner img {
    width: 100%;
}


.list-box {
    padding-bottom: 40px;
}

.list-box .container {
    width: 1400px;
}


.list-left {
    width: 290px;
    padding-bottom: 55px;
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff url() center 95% no-repeat;
}

.list-left-tt span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.list-left-tt {
    height: 88px;
    background: #124997;
    line-height: 88px;
}

.article-link p a:hover {
    color: #124997;
}

.left-nav li a {
    display: block;
    position: relative;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.left-nav li {
    position: relative;
}

.left-nav li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    border-bottom: solid 1px #ddd;
}

.left-nav-down li a {
    line-height: 40px;
    font-size: 16px;
    color: #333;
    padding-left: 25px;
}

.left-nav-down li a:before {
    display: none;
}

.left-nav li.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-top: -1px;
}

.left-nav li.active:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #124997;
}

.left-nav li.active a {
    color: #124997;
    font-weight: bold;
}

.left-nav li.active .left-nav-down li a {
    color: #333;
    font-weight: normal;
}

.left-nav-down {
    padding: 10px 0;
    display: none;
}

.left-nav li a:hover {
    color: #124997 !important;
}

.left-nav {
    padding-top: 20px;
}

.container-list {
    max-width: 1330px;
}

.list-ssjgy {
    width: 1300px;
    margin-top: 40px;
}

.list-right {
    width: calc(100% - 320px);
    margin-top: 40px;
}

.nav-b {
    color: #999;
}

.nav-b a {
    color: #999;
}

.list-top {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}

.article-tt {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

.article-sm {
    border-top: dashed 1px #ddd;
    max-width: 780px;
    margin: 0 auto;
    border-bottom: dashed 1px #ddd;
    padding: 15px 0;
    font-size: 16px;
    margin-top: 30px;
}

.article-sm span {
    padding: 0 15px;
}

.article-p p {
    text-align: justify;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
}

.article-p {
    margin-top: 40px;
}

.article-link p a {
    font-size: 16px;
    color: #333;
}

.article-link p a span {
    font-weight: bold;
}

.article-link {
    border-top: dashed 1px #ddd;
    padding-top: 30px;
}

.article-link p {
    margin-bottom: 20px;
}

.list-box {
    padding-bottom: 40px;
}

.list-left-tt-phone {
    display: none;
}



.wz-ul-date {
    width: 80px;
    height: 80px;
    background: #f6f6f6;
    padding-left: 15px;
    padding-top: 12px;
    line-height: 25px;
}

.wz-ul-date span {
    font-weight: bold;
    font-size: 18px;
}

.wz-ul li {
    padding: 20px 0;
    border-bottom: dashed 1px #ddd;
}

.wz-ul-right {
    margin-left: 105px;
    padding-top: 5px;
}

.wz-ul-tt a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.wz-ul-p {
    margin-top: 15px;
    color: #999;
}

.wz-ul {
    margin-bottom: 30px;
}

.wz-ul li:hover .wz-ul-date {
    background: #124997;
    color: #fff;
}

.wz-ul li:hover .wz-ul-tt a {
    color: #124997;
}


/*内容页*/
.article-tt {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

.article-sm {
    border-top: dashed 1px #ddd;
    max-width: 780px;
    margin: 0 auto;
    border-bottom: dashed 1px #ddd;
    padding: 15px 0;
    font-size: 16px;
    margin-top: 30px;
}

.article-sm span {
    padding: 0 15px;
}

.article-p p {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
}

.article-p {
    margin-top: 40px;
}

.article-link p a {
    font-size: 18px;
    color: #333;
}

.article-link p a span {
    font-weight: bold;
}

.article-link {
    border-top: dashed 1px #ddd;
    padding-top: 30px;
}

.article-link p {
    margin-bottom: 20px;
}

.list-box {
    padding-bottom: 40px;
}

.list-left-tt-phone {
    display: none;
}


/*图片页*/
.img-lb li {
    float: left;
    padding: 0 15px;
    margin-bottom: 50px;
    width: 20%;
}

.img-lb {
    margin: 0 -25px;
    padding-top: 20px;
}

.img-lb-tt {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.img-lb-img {
    position: relative;
    padding-top:120%;
}

.img-lb-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.img-lb li a {
    display: block;
}

.img-ul-left img {
    width: 260px;
    height: 175px;
}

.img-ul-a li {
    padding: 35px 0;
    border-bottom: dashed 1px #ddd;
    transition: 0.5s all;
}

.img-ul-right {
    margin-left: 290px;
}

.img-ul-tt a {
    font-size: 18px;
    color: #333;
}

.img-ul-p {
    color: #999;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-top: 15px;
}

.img-ul-date {
    color: #999;
    margin-top: 20px;

    padding-left: 20px;
}

.img-ul-a li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-color: transparent;
    padding: 35px;
}

.img-ul-a li:last-child {
    border: none;
}

.img-ul-a {
    padding-bottom: 30px;
}








@media(max-width: 1740px) {
    .topp .container {
        max-width: 100%;
    }

    .logo {
        width: 70%;
    }
}


@media(max-width: 1490px) {
    .container {
        max-width: 1360px;
    }
}

@media(max-width: 1410px) {
    .container {
        max-width: 1200px;
    }
}