 /*
    * @time Thu Dec 09 2021 10:46:14 GMT+0800 (中国标准时间)
    */
    @charset "utf-8";

    .clearfix:after,
    body,
    dd,
    div,
    dl,
    dt,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    html,
    input,
    label,
    li,
    ol,
    p,
    pre,
    table,
    tbody,
    td,
    textarea,
    tfoot,
    th,
    thead,
    tr,
    ul {
        margin: 0;
        padding: 0;
    }

    body,
    html {
        height: 100%;
    }

    body {
        font-family: Georgia;
    }

    li {
        list-style-type: none;
    }

    a {
        text-decoration: none;
        outline: 0;
        color: #000;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

    a:hover {
        text-decoration: none;
        color: #0083de !important;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    iframe,
    img {
        border: 0;
    }

    img {
        vertical-align: top;
    }

    .clearfix {
        display: block;
    }

    .clearfix:after {
        content: "";
        overflow: hidden;
        width: 100%;
        height: 0;
        font-size: 0;
        display: block;
        clear: both;
    }

    i {
        font-style: normal;
    }

    .part {
        width: 1200px;
        margin: 0 auto;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .title {
        font-size: 50px;
        color: #26bcef;
        font-weight: 700;
        line-height: 50px;
    }

    .list-more {
        margin: 50px auto;
        font-size: 24px;
        line-height: 2;
        height: 48px;
        width: 300px;
        text-align: center;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        background: #1db4b0;
        color: #fff;
        cursor: pointer;
    }

    .domMob {
        display: none;
    }

    .domPc {
        display: block;
    }

    @-moz-keyframes hornPlay {
        from {
            width: 13px;
        }

        to {
            width: 20px;
        }
    }

    @-webkit-keyframes hornPlay {
        from {
            width: 13px;
        }

        to {
            width: 20px;
        }
    }

    @keyframes hornPlay {
        from {
            width: 13px;
        }

        to {
            width: 20px;
        }
    }

    @-moz-keyframes breath {
        from {
            -moz-transform: scale(1);
            transform: scale(1);
        }

        to {
            -moz-transform: scale(1.1);
            transform: scale(1.1);
        }
    }

    @-webkit-keyframes breath {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        to {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }
    }

    @keyframes breath {
        from {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
        }

        to {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transform: scale(1.1);
        }
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }


    .list-tp {
        margin-bottom: 30px;padding-top: 230px;
    }

    .list-tp .title {
        width: 200px;
        font-size: 28px;
        color: #000;
        font-weight: normal;
        font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    }

    .list-tp .list-cont {
       
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: flex-start;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding-top: 20px;
    }

    .list-tp .list-cont .item {
        width: 23%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 20px;
    }

    .list-tp .list-cont .item img {
        width: 100%; height: 138px;
    }

    .list-tp .list-cont .tit {
        font-size: 20px;
        line-height: 1.5;
    }

    .list-wz {
        margin-bottom: 30px;
    }

    .list-wz .title {
        margin: 20px auto;
    }

    .list-wz .list-cont {
        border-top: 1px solid #ccc;
    }

    .list-wz .item {
        border-bottom: 1px dotted #ccc;
        padding: 30px 0;
        position: relative;
        padding-left: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .list-wz .item:before {
        content: "";
        width: 6px;
        height: 6px;
        background: #c00;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .list-wz .item .tit {
        font-size: 20px;
        line-height: 1.5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list-wz .item .tit a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #333;
    }

    .list-wz .item .tit span {
        color: #b1b1b1;
        font-size: 14px;
    }

    .list-wz .item.item-pic {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .list-wz .item.item-pic .img {
        width: 260px;
        margin-right: 20px;
    }

    .list-wz .item.item-pic .img img {
        width: 100%;
    }

    .list-wz .item.item-pic .tit {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .foot {
        background: #174a91;
        padding: 40px 0 40px;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
    }

    .domPC {
        display: block;
    }

    .domMobile {
        display: none;
    }




    #head {
        width: 100%;
        height: 227px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        background: none repeat scroll 0% 0% #FFF;
    }
    .head {
        height: 160px;
        background: url(https://portuguese.news.cn/imgs/topbg.jpg) repeat-x #1f7b67;
    }
    .head .top {
        width: 1000px;
        margin: 0px auto
    }
    .head .logo {
        width: 402px;
        height: 77px;
        float: left;
        margin-top: 50px
    }
    .head .logo h1 {
        color: #fff;
        font-size: 40px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold
    }
    .head .logo h2 {
        color: #fff;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic;
        line-height: 40px
    }
    .head .topR {
        background: url(https://portuguese.news.cn/imgs/topr.jpg) no-repeat;
        width: 175px;
        height: 77px;
        float: right;
        margin-top: 28px;
        padding: 15px 25px
    }
    .btn-select {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 31px;
        font: 14px/20px;
        color: #666;
    }
    
    .btn-select .cur-select {
        position: absolute;
        display: block;
        width: 100%;
        height: 29px;
        line-height: 29px;
        text-indent: 10px;
        background: url("https://russian.news.cn/2016/imgs/sel_icon.jpg") no-repeat right 0px #fff;
        border: 1px solid #dfe5ed;
        font-size: 16px
    }
    
    .btn-select:hover .cur-select {
        background-color: #fff;
    }
    
    .btn-select select {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 25px;
        opacity: 0;
        font: 14px/20px "Microsoft YaHei";
        color: #000;
    }
    
    .btn-select select option {
        text-indent: 10px;
    }
    
    .btn-select select option:hover {
        background-color: #fff;
        color: #666;
    }
    
    .head .topR .btn {
        margin-top: 10px
    }
    
    .head .topR .btn img {
        width: 100%
    }
    /*导航*/
    .nav5 {
        position: relative;
        z-index: 1;
        color: #333;
        line-height: 62px;
        height: 62px;
        background: #f3f4f9;
        border-bottom: 1px solid #e1e2e7;
    }
    .navcon {
        width: 1200px;
        margin: 0px auto
    }
    .navList {
        width: 1200px;
        position: relative;
        float: left;
       
    }
    .navList h3 {
        font-size: 100%;
        font-weight: normal;
        font-size: 18px;
    }
    .navList .m {
        float: left;
        padding: 0px 22px;
        display: inline;
        text-align: center;
        border-right: 1px solid #dee0e5
    }
    .navList .m1 {
        float: left;
        display: inline;
    }
    .navList .m h3 i {
        display: inline-block;
     *display: inline;
        zoom: 1;
        width: 11px;
        height: 6px;
        background: url(https://russian.news.cn/2016/imgs/nav_ico.jpg) no-repeat;
        overflow: hidden;
        margin: -2px 0 0 5px;
        vertical-align: middle;
    }
    .navList h3 a {
        zoom: 1;
        height: 60px;
        line-height: 60px;
        display: block;
        color: #333;
        font-size: 18px
    }
    .navList .on h3 a {
        padding: 0px;
    }
    .navList .on h3 a i {
        filter: "alpha(opacity=100)";
        /* IE 8 */
        filter: alpha(opacity=100);
        /* IE 4-7 */
        zoom: 1;
        opacity: 1;
    }
    .navList .sub {
        display: none;
        width: 950px;
        position: absolute;
        top: 62px;
        background: #7bddd7;
        float: left;
        line-height: 24px;
        padding: 5px 0px;
        z-index: 10000;
        height: 30px;
        overflow: hidden;
        left: 0px;
        padding-left: 10px;
        left: 1px
    }
    .navList .sub li {
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        float: left;
        border-right: 1px solid #fff;
        margin: 5px 0px
    }
    .navList .sub li a {
        color: #fff;
        display: block;
        zoom: 1;
        font-size: 13px;
        line-height: 20px;
        padding: 0px 9px
    }
    .navList .sub li a:hover {
        color: #274472;
    }
    .navList .sub li.imp {
        border-right: 0px
    }
    #m3 .sub {
        width: 220px;
        left: 147px
    }
    #m4 .sub {
        width: 330px;
        left: 281px
    }
    #m7 .sub {
        width: 135px;
        left: 1040px
    }
    #m8 .sub {
        width: 243px;
        left: 747px
    }
    #m9 .sub {
        width: 560px;
        left: 429px
    }
    #searchArea {
        width: 40px;
        position: relative;
        float: right;
        margin-top: 16px
    }
    #searchArea .inputTxt {
        width: 0;
        height: 32px;
        background: url(https://portuguese.news.cn/imgs/tit_fdj2.png) no-repeat right 1px #7bddd7;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        border-radius: 3px;
        color: #fff;
        z-index: 3;
        line-height: 32px
    }
    #searchArea .btn1 {
        width: 29px;
        height: 30px;
        background: url(https://portuguese.news.cn/imgs/tit_fdj.png) no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
    }
    #searchArea .btnSubmit {
        width: 29px;
        height: 30px;
        position: absolute;
        right: 1px;
        top: 0;
        overflow: hidden;
        text-indent: -999px;
        z-index: 10000;
        display: none;
        background: url(https://russian.news.cn/2016/imgs/tit_fdj2.png) no-repeat;
        cursor: pointer
    }
    .time {
        background: url(https://russian.news.cn/2016/imgs/clock.png) no-repeat;
        height: 35px;
        padding-left: 30px;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px
    }
    .rss {
        float: right;
        margin-top: 5px
    }


    @media screen and (max-width: 768px) {
        .domMob {
            display: block;
        }

        .domPc {
            display: none;
        }

        body {
            overflow-x: hidden;
            width: 100%;
            min-width: 100%;
        }

        .part {
            width: 100%;
        }

        body {
            background: #f5f5f5;
            height: auto;
        }

        .part {
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px 20px;
            width: 100%;
            background: #fff;
        }

        a:visited {
            color: #999;
        }

        body.stopScroll {
            height: 100%;
            overflow: hidden;
        }

        .top-nav-pro-cont::-webkit-scrollbar {
            width: 0;
            height: 0;
            color: transparent;
        }

        .list-tp {
            margin-top: 40px;
            margin-bottom: 10px;
        }

        .list-tp .title {
            font-size: 20px;
            line-height: 30px;
            margin: 10px auto;
        }

        .list-tp .list-cont {
            padding-top: 15px;
        }

        .list-tp .list-cont .item {
            width: 48%;
        }
        .list-tp .list-cont .item img{ height: auto;}
        .list-tp .list-cont .tit {
            font-size: 18px;
            line-height: 1.5;
        }

        .list-wz {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .list-wz .title {
            font-size: 20px;
            line-height: 30px;
            margin: 10px auto;
        }

        .list-wz .item {
            padding: 15px 0;
            padding-left: 10px;
        }

        .list-wz .item:before {
            width: 4px;
            height: 4px;
            left: 0;
            top: 27px;
            margin-top: 0;
        }

        .list-wz .item .tit {
            font-size: 18px;
            display: block;
        }

        .list-wz .item .tit a,
        .list-wz .item .tit span {
            display: block;
        }

        .list-wz .item.item-pic .img {
            width: 110px;
            margin-right: 10px;
        }

        .list-wz .item.item-pic:before {
            top: 52px;
        }

        .list-more {
            margin: 20px auto 10px;
            font-size: 16px;
            line-height: 32px;
            height: 32px;
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            border-radius: 16px;
            width: 150px;
        }
        .domPC {
            display: none;
        }

        .domMobile {
            display: block;
        }

        .foot {
            background: #174a91;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100%;
            background-size: 100%;
            font-size: 12;
            color: #fff;
            line-height: 1.5;
        }


          /* 侧导航 */

aside {
	position: fixed;
	width: 150px;
	height: 100%;
	padding: 10px; /*border-top:1px solid #7ecef3;*/
	background: #1F7B67;
	z-index: 9999;
	top: 50px;
	right: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: left;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
}
aside ul {
	margin-top: 10px;
	padding-bottom: 50px;
}
aside li {
	padding: 5px 0px;
	overflow: hidden;
	border-bottom:1px solid #8FD8C4
}
aside li a {
	display: block;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
/* 侧导航打开给body加的class */

.navOpen {
	overflow: hidden;
}
.navOpen aside {
	right: 0px;
}
/*banner*/
.main {padding:0px }
header {
	width: 100%;
	height: 50px;
	background: #1F7B67;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9990;
}
header .logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 62px;
	height: 100%;
	background: url(https://imgs.news.cn/politics/2016qglh/mobile/img/logo2.jpg) 0 50% no-repeat;
	background-size: 100% auto;
}
header .banner {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: auto 56%;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}
header .navBar {
	display: block;
	width: 30px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 2px;
	z-index: 2;
}
header .navBar i {
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	position: relative;
	top: 20px;
	left: 5px;
}
header .navBar i::before {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	position: relative;
	top: -6px;
	left: 0px;
}
header .navBar i::after {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	position: relative;
	top: 4px;
	left: 0px;
}
header .navBar em {
	display: block;
	width: 2px;
	height: 40px;
	background: #1F7B67;
	position: relative;
	top: -2px;
	left: 7px;
}
/*nav*/

.nav {
	width: 92%;
	height: 24px;
	margin: 0px auto;
	padding: 0px 0 0px 0;
	background: #1F7B67;
}
.nav .swiper-wrapper {
	padding: 0 2%;
	height:24px;
	}
.nav a {
	border-radius: 3px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0 0px;
	font-size: 14px;
	color: inherit;
	vertical-align: middle;
}
.nav .swiper-slide {
	display: inline-block;
	text-align: center;
	background: #e9e9e9;
	width: auto;
	line-height:20px;
	height:25px;
	padding: 1px 2.8%;
	font-size:14px; /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.nav .swiper-slide a {
	color: #1F7B67;
	line-height:20px;
}
.nav .on, .nav .on a {
	color: #1F7B67;
	line-height:20px;
	background:#fff;
}
.swiper-container {
	height:auto;
	width: 100% !important;
}
.nav .swiper-slide { margin-right:10px}


    }

    .staticSize .list-tp .list-cont .item img {
        height: 90px;
    }

    @media screen and (max-width: 1499px) {
        .staticSize .list-tp .list-cont .item img {
            height: 138px;
        }
    }

    
 