.img-container .img {
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-color: transparent;
    background-image: url("../Images/sign_icon/PA-bg-icon.gif");
}

.container-toggleTab .tablist-swiper.open .swiper-slide span, .img-container .explain, .tabcont-swiper .imgTitle .img-container .explain, .container-contPlat .cont.contPlat-space .article-item .media-right a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.container-toggleTab .tablist-swiper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 110px;
    right: 34px;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

    .container-toggleTab .tablist-swiper:before {
        content: attr(data-tip);
        position: absolute;
        bottom: 100%;
        line-height: 38px;
        padding: 0 15px;
        font-size: 14px;
        background-color: #ecf5fc;
        border-bottom: 1px solid rgba(123,150,196,0.3);
        width: 230px;
        font-weight: 600;
    }

    .container-toggleTab .tablist-swiper .swiper-slide {
        width: auto !important;
        line-height: 38px;
        color: #333;
        margin: 0 6px;
        font-size: 14px;
        cursor: pointer;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

        .container-toggleTab .tablist-swiper .swiper-slide a {
            color: #444;
        }

            .container-toggleTab .tablist-swiper .swiper-slide a:hover {
                color: #23527c;
                text-decoration: underline;
            }

            .container-toggleTab .tablist-swiper .swiper-slide a:visited {
                color: #333;
            }

        .container-toggleTab .tablist-swiper .swiper-slide i.icon-Hot {
            font-size: 14px;
            color: #cc2017;
            position: relative;
            top: -1px;
        }

    .container-toggleTab .tablist-swiper.open {
        background: #fff;
        margin-top: 1px;
        right: 0;
        top: 100%;
        bottom: auto;
        z-index: 100;
        border-bottom: 1px solid rgba(123,150,196,0.3) !important;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
        overflow: visible;
        left: 0;
        -moz-animation-duration: 0.4s;
        -o-animation-duration: 0.4s;
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
    }

        .container-toggleTab .tablist-swiper.open .swiper-wrapper {
            display: block;
            transform: translate3d(0, 0, 0) !important;
            overflow: hidden;
            padding-top: 15px;
        }

        .container-toggleTab .tablist-swiper.open .swiper-slide {
            display: block;
            float: left;
            text-align: center;
            margin: 0 15px;
        }

            .container-toggleTab .tablist-swiper.open .swiper-slide:after {
                display: none;
            }

            .container-toggleTab .tablist-swiper.open .swiper-slide.active-nav span, .container-toggleTab .tablist-swiper.open .swiper-slide:hover span {
                border-color: #394F75;
            }

            .container-toggleTab .tablist-swiper.open .swiper-slide span {
                display: block;
                border: 1px solid #ddd;
                border-radius: 30px;
                line-height: 30px;
            }

        .container-toggleTab .tablist-swiper.open + .btn-toggle {
            background: #d5dee4;
            color: #394f75;
            box-shadow: none;
        }

            .container-toggleTab .tablist-swiper.open + .btn-toggle:before {
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .container-toggleTab .tablist-swiper.open a.moreBtn {
            display: block;
        }

    .container-toggleTab .tablist-swiper a.moreBtn {
        max-width: 80px;
        text-align: center;
        margin: 15px auto;
        border: 1px solid #394f75;
        color: #394f75;
        padding: 5px;
        line-height: normal;
        border-radius: 50px;
        display: none;
    }

        .container-toggleTab .tablist-swiper a.moreBtn:hover {
            background-color: #394f75;
            color: #fff;
        }

.container-toggleTab > .btn-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    line-height: 38px;
    color: #777;
    width: 34px;
    text-align: center;
    font-size: 12px;
    z-index: 100;
    box-shadow: -1px 0 3px rgba(0,0,0,0.2);
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .container-toggleTab > .btn-toggle:before {
        display: block;
        -moz-transition: -moz-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        -webkit-transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
    }

    .container-toggleTab > .btn-toggle:hover {
        background: #d5dee4;
        color: #394f75;
    }

.tabcont-swiper {
    width: 100%;
}

    .tabcont-swiper .swiper-slide {
        width: 100% !important;
        padding: 5px 0;
        min-height: 244px;
    }

        .tabcont-swiper .swiper-slide > div {
            padding: 0 10px;
        }

        .tabcont-swiper .swiper-slide a {
            font-size: 14px;
            display: block;
            color: #394f75;
            padding: 3px 0;
        }

            .tabcont-swiper .swiper-slide a:hover {
                text-decoration: underline;
                color: #337ab7;
            }

@media (min-width: 768px) {
    .tabcont-swiper .swiper-slide a {
        max-width: 404px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767px) {
    .tabcont-swiper .swiper-slide a {
        margin-bottom: 2px;
        border-bottom: 1px solid #ddd;
    }

        .tabcont-swiper .swiper-slide a:last-child {
            border-bottom: none;
        }
}

.space-leader-item {
    padding: 15px 0 !important;
    border: 1px solid rgba(123,150,196,0.3) !important;
    margin: 0;
}

    .space-leader-item .leaders-infro {
        padding: 0;
        font-size: 16px;
        color: #394F75 !important;
        margin-bottom: 2px;
    }

        .space-leader-item .leaders-infro img, .space-leader-item .leaders-infro + img {
            position: relative;
            bottom: 2px;
            width: 14px;
            height: 14px;
            vertical-align: middle;
        }

    .space-leader-item .leaders-img img {
        box-shadow: 0 0 0 2px rgba(33,50,79,0.15);
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .space-leader-item .leaders-sign {
        margin-bottom: 0;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        color: #666;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .space-leader-item .media-left {
        padding: 0 10px 0 15px;
    }

        .space-leader-item .media-left a {
            display: inline-block;
            width: 45px;
            height: 45px;
            vertical-align: middle;
            border-radius: 4px;
        }

    .space-leader-item .media-body {
        padding: 0;
        position: relative;
    }

    .space-leader-item .media-right {
        padding: 0 15px 0 10px;
        vertical-align: middle;
    }

    .space-leader-item .leaders-focus {
        cursor: pointer;
        font-size: 18px;
        color: #333;
    }

    .space-leader-item:hover {
        background: #F2F8FD;
    }

        .space-leader-item:hover .leaders-img img {
            box-shadow: 0 0 0 2px rgba(33,50,79,0.6);
        }

.img-container {
    display: block;
    position: relative;
    padding-top: 56.2%;
}

    .img-container:hover .img {
        border-color: rgba(57,79,117,0.52);
        border-width: 2px;
    }

    .img-container .img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all linear .1s;
        border: 0 solid transparent;
        background-color: #F2F2F2;
    }

    .img-container .explain {
        color: #FFF;
        text-shadow: rgba(0,0,0,0.8) 1px 0 3px;
        display: block;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.4);
        padding: 5px;
    }

        .img-container .explain .abstract {
            font-size: 14px;
            opacity: .7;
        }

.headline-swiper.swiper-container {
    margin-bottom: 10px;
    width: 100%;
}

    .headline-swiper.swiper-container:hover [class*="swiper-button"] {
        transform: translate3d(0, 0, 0);
    }

    .headline-swiper.swiper-container .swiper-slide {
        width: 100% !important;
    }

    .headline-swiper.swiper-container .swiper-pagination {
        bottom: 75px;
    }

        .headline-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet {
            background: #FFF;
            opacity: .6;
        }

            .headline-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                opacity: 1;
                background: #007AFF;
            }

    .headline-swiper.swiper-container .swiper-button-prev, .headline-swiper.swiper-container .swiper-button-next {
        background-color: rgba(0,0,0,0.4);
        padding: 30px 20px;
        background-size: 18px auto !Important;
        -moz-transition: -moz-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        -webkit-transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
    }

        .headline-swiper.swiper-container .swiper-button-prev:hover, .headline-swiper.swiper-container .swiper-button-next:hover {
            background-color: rgba(0,0,0,0.8);
        }

    .headline-swiper.swiper-container .swiper-button-prev {
        left: 0;
        border-radius: 0 5px 5px 0;
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .headline-swiper.swiper-container .swiper-button-next {
        right: 0;
        border-radius: 5px 0 0 5px;
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

.headline-swiper .img-container {
    padding-top: 45.3%;
}

    .headline-swiper .img-container:hover .img {
        border: none;
    }

    .headline-swiper .img-container .explain {
        font-size: 22px;
        padding: 8px 15px 10px;
    }

.background {
    background-image: url("../images/PA_bg3.jpg") !important;
}

h4, .topicsBlock .media-heading > a {
    font-family: "Footlight MT Light";
}

*[class*=col-] {
    transition: width linear .15s;
}

.container {
    padding: 0;
    margin-bottom: 90px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.navbar {
    background: #21324f;
    position: relative;
}

.navbar-right li {
    list-style: none;
    color: #fff;
}

#profileInfo .dropdown-menu > li {
    margin-right: 0 !important;
}

.navbar-right li > input {
    border: 1px solid #339dae;
}

.sign_tool {
    border: 1px solid #339dae;
    border-radius: 5px 5px 0 0;
    background: #449cad;
    background: rgba(22,210,239,0.2);
    display: inline-block;
    padding: 1px 10px;
    border-bottom: none;
    height: 20px;
    font-size: 12px;
    color: #fff;
}

    .sign_tool a {
        font-size: 12px;
        color: #fff;
    }

        .sign_tool a:hover {
            text-decoration: underline;
        }

    .sign_tool input {
        position: relative;
        top: 3px;
        margin-top: 0;
    }

    .sign_tool label {
        font-weight: 500;
        cursor: pointer;
    }

.navbar-right li button, .signUp_block .wrapBlock-content > ul > li > button {
    background: #52b3c9;
    background: rgba(22,210,239,0.3);
    border: 1px solid #59b0bd;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    border-radius: 5px;
    margin-top: 21px;
    height: 35px;
    padding: 0 23px;
    text-shadow: 0 1px 0 #999;
}

    .navbar-right li button:focus, .signUp_block .wrapBlock-content > ul > li > button:focus {
        outline: none;
    }

    .navbar-right li button:hover {
        background: rgba(22,210,239,0.6);
        box-shadow: 0 1px 2px rgba(0,0,0,0.6);
    }

.signUp_block .wrapBlock-content > ul > li > button {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    padding: 0 50px;
    margin-top: 40px;
}

    .signUp_block .wrapBlock-content > ul > li > button:hover {
        background: rgba(22,210,239,0.6);
        box-shadow: 0 1px 2px rgba(0,0,0,0.6);
    }

.sign_icon {
    margin: 13px 0 10px !important;
}

    .sign_icon a {
        padding: 15px 8px !important;
        font-size: 22px;
    }

.ban_bg1 {
    background: url("../images/ban_1.png") no-repeat;
}

.ban_bg2 {
    background: url("../images/ban_2.png") no-repeat;
}

.ban_bg3 {
    background: url("../images/ban_3.png") no-repeat;
}

    .ban_bg3 .ban-title {
        padding-top: 20px;
        line-height: 54px;
        padding-right: 100px;
    }

    .ban_bg3 .ban-btn {
        float: left;
        margin-top: 10px;
    }

.ban-tips {
    margin: 25px 0px;
    line-height: 24px;
    display: inline-block;
    padding: 5px 64px 5px 10px;
    background: transparent url("../images/ban_3_bg.png") repeat-y scroll 100% center;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.2);
    color: #333;
    font-weight: 700;
}

.banner {
    position: relative;
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
}

span.ban-title {
    display: block;
    font: 48px/86px "Franklin Gothic Heavy", "franklin-gothic-urw", Arial, SimHei;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

a.ban-btn {
    display: block;
    background: #c90;
    color: #f2f2f2;
    margin: 218px auto 0;
    text-align: center;
    font-size: 18px;
    padding: 5px 10px;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    text-shadow: 0 1px 0 #666;
}

    a.ban-btn:hover {
        color: #fff;
        -moz-box-shadow: 0 2px 4px #000;
        -webkit-box-shadow: 0 2px 4px #000;
        box-shadow: 0 2px 4px #000;
    }

.ban-active {
    display: block !important;
}

.media-left {
    padding-right: 10px;
    padding-left: 0;
}

.media > .pull-left, .media .media-body {
    padding-left: 0;
}

.contentLeft {
    width: 816px;
    margin-bottom: 20px;
}

.contentRight {
    width: 318px;
    float: right;
    transition: top .1s linear;
}

ul.issueBlock > li {
    margin: 10px auto;
}

    ul.issueBlock > li .issueList {
        position: relative;
        background: #ccc;
        width: 240px;
        height: 200px;
        overflow: hidden;
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        margin: 0 auto;
    }

        ul.issueBlock > li .issueList img {
            height: 100%;
        }

.topicsBlock .media .media-left > a, li.personPhoto, .personBtn, .issueCollect {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.newsBlock, .issueBlock, .topicsBlock {
    overflow: hidden;
}

.wrapBlock {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

    .wrapBlock h4 {
        position: relative;
        padding-left: 10px;
        margin: 0;
        font-size: 24px;
    }

        .wrapBlock h4 hr {
            position: absolute;
            top: 2px;
            left: 0;
            width: 4px;
            height: 19px;
            background-color: #c90;
            margin: 0;
        }

ul.countdown {
    background: #f2f2f2;
    overflow: hidden;
    margin-left: 10px;
}

li.countNum dl {
    float: left;
    margin: 0;
}

.newsBlock {
    padding: 0 20px;
}

.wrapBlock-content .newsBlock {
    box-shadow: 1px 0 0 rgba(255,255,255,0.2),inset -1px 0 0 rgba(0,0,0,0.3);
}

.newsBlock .media {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

    .newsBlock .media:last-of-type {
        border: none;
    }

    .newsBlock .media .media-left > a {
        width: 210px;
        height: 140px;
        overflow: hidden;
        display: block;
    }

        .newsBlock .media .media-left > a img {
            height: 100%;
        }

.countdown {
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(strength=1, direction=180, color='#333333');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#333333')";
}

.topicsBlock {
    overflow: visible;
}

    .topicsBlock .media {
        padding: 5px 10px;
        background: #fafafa;
        border: 1px solid #e5e5e5;
        margin-top: 7px;
    }

        .topicsBlock .media .media-left {
            margin: 0;
        }

            .topicsBlock .media .media-left > a {
                width: 36px;
                height: 36px;
                display: block;
                overflow: hidden;
                border: 2px solid #ccc;
            }

                .topicsBlock .media .media-left > a img {
                    width: 100%;
                }

.countNum {
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
    font-family: Arial;
}

.countTitle {
    font-size: 18px;
    font-weight: 700;
    color: #036;
    line-height: 36px;
    background: url("../images/countDownFlag.png") no-repeat;
}

ul.countdown li p {
    margin: 0;
}

.countNum dl {
    padding: 10px 0 0 0;
    border-right: 1px solid #e5e5e5;
    width: 22%;
}

    .countNum dl:last-child {
        border: none;
    }

    .countNum dl:first-of-type {
        width: 34%;
    }

    .countNum dl dt {
        font-size: 36px;
        color: #c63437;
        line-height: 45px;
    }

    .countNum dl dd {
        color: #666;
        line-height: 24px;
    }

.ranking {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin: 20px 0 0 10px;
    background: #fff;
}

    .ranking > li:last-child .person-profile {
        border: none;
    }

    .ranking > li:hover .progressSlider {
        background: #7b9fff;
    }

    .ranking > li:hover .personName > a {
        font-weight: 700;
    }

    .ranking > li:hover .personBtn span {
        margin-top: -107%;
    }

.personBtn:hover {
    border-color: #c63437;
}

.personBtn:active {
    background: #c63437;
    transition: all linear .1s;
}

.idealPerson:active {
    background: #ccc;
    transition: all linear .1s;
}

.person-profile {
    overflow: hidden;
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .person-profile > li {
        float: left;
        overflow: hidden;
        position: relative;
        z-index: 10;
    }

li.personPhoto {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 2px solid #ccc;
    margin-right: 10px;
}

    li.personPhoto img {
        width: 100%;
    }

.personBtn {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    margin-top: -15px;
    line-height: 30px;
    cursor: pointer;
    position: absolute !important;
    right: 2px;
    top: 50%;
}

    .personBtn span {
        font-size: 12px;
        display: block;
        transition: linear margin-top .1s;
    }

        .personBtn span:after {
            content: '%';
        }

.progressSlider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    background: #9eb5ff;
    border-right: 1px solid #e5e5e5;
    transition: width linear .5s;
}

.personBtn i {
    color: #c63437;
}

.idealPerson {
    border-color: #e2999b;
}

.personParty, .personName a, .media-body p, .countNum dl dd {
    font-family: "Franklin Gothic Book";
}

.personParty {
    line-height: 12px;
}

.personName a {
    color: #036;
    font-family: "Franklin Gothic";
}

.issueCollect {
    position: absolute;
}

.issueTitle {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.8);
    bottom: 0;
    left: 0;
    padding: 5px;
    height: 30px;
    line-height: 20px;
    border-top: 1px solid #ccc;
}

.issueCollect {
    top: 8px;
    right: 10px;
    border: 1px solid #c90;
    width: 28px;
    height: 28px;
    line-height: 22px;
    color: #c90;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 1px 1px 1px 0 #333;
}

    .issueCollect:hover {
        border-width: 2px;
    }

.issueTitle a {
    color: #333;
    font-size: 16px;
}

    .issueTitle a:hover {
        color: #036;
    }

.issueList:hover .issueTitle {
    height: auto;
    background: #fff;
    line-height: 16px;
    border-top: 2px solid #c90;
}

.media-heading a {
    font-size: 18px;
    color: #fff;
    font-family: franklin gothic heavy, 'Helvetica Neue';
}

.debateSubject a {
    font-size: 16px;
    color: #fff;
    font-family: franklin gothic heavy;
}

    .debateSubject a:hover {
        text-decoration: underline;
        color: #97f077;
        cursor: pointer;
    }

.debateBlock li {
    padding-right: 5px;
    height: 190px;
}

.debateLocation, .debateSponsors, .debateModerators {
    font-family: "Franklin Gothic Book", 'Helvetica Neue';
}

.media-body p {
    color: #f2f2f2;
    margin-bottom: 5px;
}

p.newsSource {
    color: #e5e5e5;
    font-size: 14px;
    margin: 0;
}

    p.newsSource span {
        margin-left: 2px;
    }

.topicSource {
    overflow: hidden;
}

    .topicSource .author {
        float: left;
        margin-left: 0;
    }

    .topicSource li {
        float: right;
        margin-left: 85px;
        color: #666;
        position: relative;
    }

        .topicSource li > i {
            font-size: 14px;
        }

        .topicSource li > span {
            font-size: 12px;
            position: absolute;
            bottom: 0;
            left: 18px;
            line-height: 18px;
        }

.topicsBlock .media-heading {
    margin-bottom: 10px;
    display: block;
}

    .topicsBlock .media-heading > a {
        color: #333;
        line-height: 18px;
        font-weight: 500;
    }

.media-heading a:hover {
    text-decoration: underline;
}

.issueCategory {
    position: absolute;
    top: 10px;
    padding: 3px 8px;
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
    font-size: 12px;
}

.media-left + .media-body > .news-content {
    max-height: 100px;
    overflow: hidden;
}

.news-content .candidate-party {
    position: relative;
    bottom: 2px;
}

.signUp_block {
    position: absolute;
    top: 24%;
    right: 8%;
    z-index: 100;
    color: #fff;
}

    .signUp_block .wrapBlock-content label {
        display: block;
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .signUp_block .wrapBlock-content input {
        width: 342px;
        line-height: 40px;
        height: 40px;
        border-radius: 5px;
        background: #ccc;
        background: rgba(255,255,255,0.2);
        border: 1px solid rgba(0,0,0,0.2);
        padding: 0 10px;
        transition: linear .22s all;
    }

        .signUp_block .wrapBlock-content input:hover {
            background: rgba(255,255,255,0.5);
        }

        .signUp_block .wrapBlock-content input:focus {
            outline: none;
            border: 1px solid #00859a;
            background: #fff;
            color: #333;
            box-shadow: inset 0 0 38px #01d9fb, 0 0 10px #00859a;
        }

    .signUp_block .wrapBlock-content > ul > li {
        margin: 10px auto;
        position: relative;
        z-index: 100;
    }

.inputArrow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    z-index: -1;
}

    .inputArrow > i {
        position: relative;
        top: 33px;
    }

        .inputArrow > i.pull-left {
            left: -16px;
        }

        .inputArrow > i.pull-right {
            right: -16px;
        }

.signUp_block .wrapBlock-content input:focus + .inputArrow {
    display: block;
}

.PA_world {
    max-width: 1170px;
    margin: 0 auto;
}

.PA_worldSearch {
    position: relative;
    top: 20px;
    z-index: 1000;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 5px #206e7a;
    font-family: "Franklin Gothic heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .PA_worldSearch li:first-child img {
        height: 45px;
        position: relative;
        top: -4px;
        margin-left: 6px;
    }

    .PA_worldSearch label {
        width: 34%;
        text-align: right;
        padding-right: 20px;
    }

    .PA_worldSearch input {
        max-width: 540px;
        width: 60%;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        border: 1px solid #00859a;
        padding: 0 8px;
    }

.topnav_bar {
    position: relative;
}

.username {
    display: table-cell !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PA_islands {
    position: relative;
    top: -85px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.profile {
    overflow: visible;
    cursor: pointer;
}

.islands {
    background: url(../images/world_ilsmall.png) no-repeat;
    width: 292px;
    height: 262px;
    display: inline-block;
    position: relative;
    top: 0;
    transition: all linear .2s;
}

    .islands:hover {
        top: -3px;
    }

.islands_big {
    height: 378px;
    position: relative;
    top: 215px;
    vertical-align: middle;
    margin: 0 40px;
}

    .islands_big:hover {
        top: 212px;
    }

.islands_mid {
    margin: 0 92px;
    z-index: 100;
    position: relative;
    top: 60px;
    left: 13px;
}

    .islands_mid:hover {
        top: 57px;
    }

.islands-btn {
    border-radius: 50px;
    background: rgba(255,255,255,0.6);
    color: #333;
    font-size: 18px;
    max-width: 140px;
    margin: 0 auto;
    text-align: center;
    line-height: 38px;
    font-family: "Franklin Gothic heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    left: 5px;
    display: block;
    cursor: pointer;
    z-index: 100;
    border: 1px solid #00859a;
}

.islands_tip {
    border: 1px solid #00859a;
}

.islands-btn:hover {
    color: #206e7a;
}

.islands:after {
    content: url(../images/world_shadow_btn.png);
    width: 158px;
    height: 36px;
    position: absolute;
    left: 50%;
    z-index: 0;
    margin-left: -74px;
    top: 23px;
    opacity: .95;
}

.islands_big .element-photo {
    position: relative;
    top: 17px;
    left: 46%;
    height: 100px;
}

    .islands_big .element-photo:after {
        content: url(../images/world_shadow.png);
        width: 111px;
        height: 57px;
        position: absolute;
        left: -7px;
        z-index: 0;
        top: 57px;
    }

    .islands_big .element-photo > * {
        float: left;
    }

    .islands_big .element-photo dt {
        width: 85px;
        height: 85px;
        z-index: 100;
    }

    .islands_big .element-photo dd {
        text-align: left;
        padding-left: 5px;
        bottom: -36px;
        position: relative;
    }

        .islands_big .element-photo dd a {
            color: #000;
            font-family: "Franklin Gothic heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 20px;
        }

.islands-profile {
    position: relative;
    left: 32%;
    text-shadow: 0 1px 5px #fff;
    color: #000;
    width: 256px;
    height: 68px;
    overflow: hidden;
    text-align: left;
    margin-top: 45px;
    font-weight: 700;
}

.element-photo dt:hover img {
    width: 100%;
}

.PA_world_bg .footer > ul > li > a {
    border-color: transparent;
}

.islands-small {
    background-size: 90%;
    background-position: center top;
}

.islands-l {
    left: 20px;
}

.island-disable {
    background: url(../images/world_ilsmall_black.png) center top no-repeat;
    background-size: 90%;
}

    .island-disable .islands-btn {
        color: #999;
        border-color: #999;
        cursor: default;
    }

.islands-r {
    right: 20px;
}

.islands_tip {
    position: absolute;
    text-align: left;
    padding: 5px 10px;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    top: 25%;
}

    .islands_tip .icon-Clear {
        position: absolute;
        top: -12px;
        right: -12px;
        background: #c68;
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 23px;
        cursor: pointer;
    }

        .islands_tip .icon-Clear:hover {
            background: #c36;
        }

    .islands_tip:after {
        content: "\e606";
        position: absolute;
        color: #0b4751;
        left: 50%;
        top: -18px;
    }

    .islands_tip a {
        text-align: center;
        display: block;
        text-decoration: underline;
        color: #00859a;
    }

        .islands_tip a:hover {
            color: #c36;
        }

    .islands_tip p {
        font-weight: 700;
    }

#profileInfo .dropdown-menu {
    position: absolute;
    background: #394f75;
    right: 0;
    left: auto;
}

.form-signup-index div.iconfont {
    right: 0;
    border: none;
    bottom: -2px;
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    cursor: pointer;
    position: absolute;
    height: 18px;
    padding: 0 10px;
    margin: 11px 0;
    line-height: 1;
}

.PA-block {
    margin: 25px auto 60px;
    min-height: 0;
    position: relative;
}

    .PA-block > div {
        padding: 0 5px;
    }

    .PA-block .candidate-blockbg {
        margin-bottom: 0;
        height: 611px;
        position: relative;
    }

        .PA-block .candidate-blockbg > dt a {
            color: #333;
        }

            .PA-block .candidate-blockbg > dt a:hover {
                color: #337ab7;
            }

            .PA-block .candidate-blockbg > dt a i {
                color: #206e7a;
            }

        .PA-block .candidate-blockbg > dd {
            padding: 0;
            position: relative;
        }

.PA-Election .candidate-blockbg > dd {
    padding: 10px 20px 0;
}

.PA-Election .element-photo {
    min-height: 132px;
    height: auto;
    padding-bottom: 12px;
}

    .PA-Election .element-photo dd {
        width: auto;
    }

        .PA-Election .element-photo dd a {
            color: #333;
        }

.PA-Topic .candidate-blockbg > dd {
    padding: 8px 15px;
}

.wechat_rooms {
    width: 100%;
    list-style-image: none;
    display: none;
}

.rooms_Ahref .wechat_room {
    padding: 0 !Important;
    display: table;
    width: 100%;
}

.wechat_room, .room_listTit, .forums_intro a {
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 8px 15px;
    background-color: #fff;
}

.wechat_rooms .wechat_room, .friend-tool-table {
    position: relative;
}

    .wechat_rooms .wechat_room a {
        color: #333;
        text-decoration: none;
    }

.rooms_Ahref .wechat_room > a {
    padding: 10px 15px;
    display: table;
    width: 100%;
}

    .wechat_rooms .wechat_room > span, .myProfile-block .wechat_room > a > span, .rooms_Ahref .wechat_room > a > * {
        margin-left: 5px;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        width: 100%;
        padding-left: 10px;
    }

    .dis-td, .wechat_rooms .wechat_room > img, .rooms_Ahref .wechat_room > a > img {
        display: table-cell;
        vertical-align: middle;
    }

.wechat_rooms .wechat_room > img {
    width: 40px;
    height: 40px;
}

.rooms_Ahref .wechat_room > a > img {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
}

.messtip-content {
    max-width: 200px;
    font-size: 16px;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forums_intro a > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wechat_rooms .wechat_room > span, .myProfile-block .wechat_room > a > span, .rooms_Ahref .wechat_room > a > * {
    margin-left: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    padding-left: 10px;
}

.list-candElection {
    padding: 0 !important;
}

    .list-candElection > dl {
        margin-bottom: 0;
    }

        .list-candElection > dl > dt {
            text-align: center;
            position: relative;
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
        }

            .list-candElection > dl > dt span {
                background: #fff;
                position: relative;
                padding: 0 10px;
            }

            .list-candElection > dl > dt:before {
                content: "";
                position: absolute;
                top: 17px;
                left: 5px;
                right: 5px;
                height: 3px;
                background: #ccc;
            }

.list-candElection-item {
    display: table;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

    .list-candElection-item:hover {
        background: #f7f7f7;
    }

    .list-candElection-item > a {
        font-size: 14px;
        color: #333;
        width: 100%;
    }

        .list-candElection-item > a:hover {
            color: #337ab7;
        }

    .list-candElection-item > * {
        display: table-cell;
        vertical-align: middle;
    }

    .list-candElection-item .cancard {
        padding: 5px 10px;
    }

.list-candElection-score {
    text-align: center;
    padding: 0 15px;
}

    .list-candElection-score a {
        cursor: default;
    }

        .list-candElection-score a:after {
            content: "%";
            font-size: 12px;
            margin-left: 2px;
        }

.list-candElection-item .cancard a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.list-candElection-item .cancard .candidate-party {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 4px 0 4px;
}

.list-candElection-item .cancard a img {
    width: 100%;
}

.PA-surveyBtn {
    text-align: center;
    padding: 0 5px;
    border-top: none !important;
}

    .PA-surveyBtn a {
        width: 72%;
        background-color: #394f75;
        color: #fff !important;
        padding: 10px 0;
        font-size: 14px;
        border-radius: 2px;
        transition: all linear .2s;
        display: block;
        margin: 6px auto 0;
    }

        .PA-surveyBtn a:hover {
            background-color: #21324f !important;
        }

.PASign_wechat {
    border-bottom: none !important;
}

    .PASign_wechat > div {
        width: 50%;
        vertical-align: middle;
        text-align: center;
    }

    .PASign_wechat button {
        border-radius: 50px;
        display: block;
        border: none;
        color: #fff;
        background: #97c01a;
        text-align: center;
        width: 80px;
        line-height: 25px;
        margin: 0 auto;
        margin-top: 10px;
        outline: none;
    }

.PAIndex-head {
    margin-bottom: 0;
}

    .PAIndex-head dt {
        border-bottom: 1px solid rgba(123,150,196,0.3) !important;
        background: rgba(236,245,252,0.68);
    }

        .PAIndex-head dt a {
            color: #394f75;
        }

            .PAIndex-head dt a.more {
                font-size: 12px;
                color: #337ab7;
            }

    .PAIndex-head dd {
        padding: 10px 25px;
    }

    .PAIndex-head .PAIndex-group {
        padding: 10px 15px;
        overflow: hidden;
    }

.PAIndex-reports {
    padding: 0 10px !important;
}

    .PAIndex-reports .media {
        padding: 0 0 5px;
        border-bottom: 1px solid #ddd;
        margin: 0 0 5px;
    }

        .PAIndex-reports .media:last-child {
            border-bottom: none;
        }

        .PAIndex-reports .media:hover {
            text-decoration: underline;
        }

    .PAIndex-reports .media-body {
        font-size: 14px;
        vertical-align: middle;
    }

    .PAIndex-reports .img-container {
        width: 100px;
        padding-top: 61.2%;
    }

        .PAIndex-reports .img-container img {
            border: none !important;
        }

    .PAIndex-reports .report-title {
        font-size: 14px;
        font-weight: 600;
        display: block;
        background: #f2f2f2;
        margin: 0 -10px 10px;
        padding: 10px 15px;
    }

        .PAIndex-reports .report-title:hover {
            text-decoration: underline;
        }

.PAIndex-group .media {
    padding: 0;
    margin: 3px auto;
    min-height: 64px;
    cursor: pointer;
}

    .PAIndex-group .media:hover .media-body {
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        border-color: #ccc;
        background: #fff;
    }

    .PAIndex-group .media > * {
        vertical-align: middle;
    }

    .PAIndex-group .media .media-left {
        padding: 0;
    }

        .PAIndex-group .media .media-left img {
            width: 60px;
            height: 60px;
        }

    .PAIndex-group .media .media-body {
        background: #fafafa;
        padding-left: 10px;
        font-size: 12px;
        color: #999;
        border: 1px solid #eee;
        transition: all linear .2s;
    }

        .PAIndex-group .media .media-body div:first-child {
            color: #4b6188;
            font-size: 14px;
            margin-bottom: 3px;
        }

.PAIndex-category ul {
    text-align: center;
}

    .PAIndex-category ul:first-child li {
        border-bottom: 1px solid rgba(123,150,196,0.3);
    }

    .PAIndex-category ul li {
        border-right: 1px solid rgba(123,150,196,0.3);
        padding: 10px 0;
        width: 25%;
        vertical-align: middle;
    }

        .PAIndex-category ul li a {
            color: #6379a0;
            padding: 0 5px;
        }

        .PAIndex-category ul li:last-child {
            border-right: none;
        }

.PAIndex-head .PAIndex-category {
    padding: 0;
}

.PAIndex-cateTitle {
    background: #ecf5fc !important;
    color: #394f75 !important;
    border-bottom: 1px solid rgba(123,150,196,0.3) !important;
    font-size: 14px !important;
}

.candidate-blockbg {
    margin-bottom: 0;
}

.tabcont-swiper .imgTitle {
    padding: 5px 0 7px;
    margin: 0 -5px;
}

    .tabcont-swiper .imgTitle > div {
        padding: 0 5px;
    }

    .tabcont-swiper .imgTitle .img-container {
        padding-top: 57.5%;
        background-position: 50% 85% !important;
    }

        .tabcont-swiper .imgTitle .img-container .explain {
            background: rgba(0,0,0,0.4);
            padding: 5px;
        }

    .tabcont-swiper .imgTitle a {
        max-width: none;
    }

.container-contPlat {
    border: 1px solid rgba(123,150,196,0.3);
    margin-bottom: 10px;
    overflow: hidden;
}

    .container-contPlat .head .block-title {
        *zoom: 1;
        line-height: 38px;
        font-size: 14px;
        padding: 0 10px;
        color: #394F75;
        font-weight: 600;
    }

        .container-contPlat .head .block-title:after {
            content: "";
            display: table;
            clear: both;
        }

        .container-contPlat .head .block-title > .iconfont {
            margin: -2px 5px 0 0;
            display: inline-block;
            position: relative;
            top: 1px;
        }

        .container-contPlat .head .block-title .more {
            font-size: 12px;
        }

            .container-contPlat .head .block-title .more:hover {
                text-decoration: underline;
            }

    .container-contPlat .cont {
        background: #fff;
        *zoom: 1;
    }

        .container-contPlat .cont:after {
            content: "";
            display: table;
            clear: both;
        }

        .container-contPlat .cont.contPlat-img {
            overflow: hidden;
            padding: 7px;
        }

            .container-contPlat .cont.contPlat-img [class*='col-'] {
                padding: 3px;
            }

            .container-contPlat .cont.contPlat-img .img-container .explain {
                padding: 5px;
            }

            .container-contPlat .cont.contPlat-img .left .img-container {
                padding-top: 140.5%;
            }

            .container-contPlat .cont.contPlat-img .right > .row {
                margin: -3px;
            }

            .container-contPlat .cont.contPlat-img .right [class*='col-'] .img-container {
                padding-top: 69%;
            }

            .container-contPlat .cont.contPlat-img .right [class*='col-']:first-child .img-container {
                padding-top: 92.9%;
            }

            .container-contPlat .cont.contPlat-img .right [class*='col-']:nth-child(2) .img-container {
                padding-top: 54.6%;
            }

            .container-contPlat .cont.contPlat-img .right [class*='col-']:last-child .img-container {
                padding-top: 69%;
            }

        .container-contPlat .cont.contPlat-space .space-leader-item {
            padding: 10px 0 !important;
            background: rgba(123,150,196,0.05);
            margin: 0 -10px 10px;
            border-left: none !important;
            border-right: none !important;
            border-top: none !important;
            border-bottom: 1px solid rgba(123,150,196,0.2) !important;
        }

            .container-contPlat .cont.contPlat-space .space-leader-item .media-left {
                padding-left: 10px;
            }

                .container-contPlat .cont.contPlat-space .space-leader-item .media-left img {
                    box-shadow: none !important;
                }

        .container-contPlat .cont.contPlat-space > [class*=col-] {
            padding: 0 10px 5px;
            border-bottom: 1px solid rgba(123,150,196,0.2);
            border-right: 1px solid rgba(123,150,196,0.2);
        }

        .container-contPlat .cont.contPlat-space .article-item {
            margin: 0;
        }

            .container-contPlat .cont.contPlat-space .article-item .img-container {
                width: 110px;
                margin-bottom: 5px;
                padding-top: 109%;
            }

            .container-contPlat .cont.contPlat-space .article-item .media-right {
                padding: 0;
            }

                .container-contPlat .cont.contPlat-space .article-item .media-right a {
                    font-size: 14px;
                    display: block;
                    color: #394f75;
                    max-width: 293px;
                    padding: 3px 0;
                }

                    .container-contPlat .cont.contPlat-space .article-item .media-right a:hover {
                        text-decoration: underline;
                        color: #337ab7;
                    }

                    .container-contPlat .cont.contPlat-space .article-item .media-right a:first-child {
                        padding-top: 0;
                    }

        .container-contPlat .cont.contPlat-follow {
            padding: 0 10px;
        }

            .container-contPlat .cont.contPlat-follow [class*=col-] {
                padding: 0 3px;
            }

            .container-contPlat .cont.contPlat-follow a {
                position: relative;
                display: block;
                margin: 15px auto;
                color: #fff;
                height: 75px;
                line-height: 75px;
                width: 75px;
                font-size: 40px;
                border-radius: 2px;
                overflow: hidden;
                transition: all linear .2s;
            }

                .container-contPlat .cont.contPlat-follow a:before {
                    position: relative;
                    z-index: 10;
                }

                .container-contPlat .cont.contPlat-follow a:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    border-radius: 50%;
                    background: rgba(0,0,0,0.1);
                    -moz-transform: scale(0);
                    -ms-transform: scale(0);
                    -o-transform: scale(0);
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    -moz-transition: -moz-transform .4s;
                    -o-transition: -o-transform .4s;
                    -webkit-transition: -webkit-transform .4s;
                    transition: transform .4s;
                }

                .container-contPlat .cont.contPlat-follow a:hover {
                    text-shadow: 1px 2px 30px rgba(0,0,0,0.2);
                }

                    .container-contPlat .cont.contPlat-follow a:hover:after {
                        -moz-transform: scale(1.5);
                        -ms-transform: scale(1.5);
                        -o-transform: scale(1.5);
                        -webkit-transform: scale(1.5);
                        transform: scale(1.5);
                    }

                .container-contPlat .cont.contPlat-follow a img {
                    display: block;
                }

    .container-toggleTab, .container-contPlat .head .block-title {
        position: relative;
        height: 38px;
        background: #ecf5fc;
        border-bottom: 1px solid rgba(123,150,196,0.3) !important;
    }

@media (min-width: 1001px) {
    .contentRight {
        z-index: 1;
    }

    .scollFix {
        position: fixed;
        top: 50px;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    ul.issueBlock > li .issueList {
        width: 220px;
        height: 183px;
    }
}

@media (min-width: 1024px) and (max-width: 1060px) {
    .contentLeft {
        width: 700px;
    }

    .contentRight {
        width: 280px;
    }
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .contentLeft {
        width: 690px;
    }

    .contentRight {
        width: 280px;
    }

    .container {
        padding: 0 5px;
    }
}

@media (width: 1024px) {
    .contentLeft {
        width: 700px;
    }

    .contentRight {
        width: 300px;
    }
}

@media (max-width: 1200px) {
    .contentLeft {
        width: 67%;
    }

    .issueTitle {
        height: auto;
        background: rgba(255,255,255,0.9);
        line-height: 18px;
        border-color: #c90;
    }

    .PA_worldSearch {
        padding: 0 20px;
    }

    .PA-block > div {
        padding: 10px 5px 0;
    }

    .PA-Election .candidate-blockbg > dd {
        padding: 10px 0 0;
    }
}

@media (max-width: 1100px) {
    .islands_big .element-photo {
        margin-top: 0;
    }

    .islands_mid {
        margin: 0 25px;
    }
}

@media (max-width: 1000px) {
    .contentLeft, .contentRight {
        width: 100%;
    }

    .newsBlock, .issueBlock, .topicsBlock {
        margin-left: 0;
    }

    ul.ranking, ul.countdown {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .container-contPlat .cont.contPlat-img .right [class*='col-']:nth-child(2) .img-container {
        padding-top: 54.8%;
    }
}

@media (width: 768px) {
    ul.issueBlock > li .issueList {
        width: 220px;
        height: 183px;
    }
}

@media (max-width: 767px) {
    .container-contPlat .cont.contPlat-img .left, .container-contPlat .cont.contPlat-img .right {
        width: 100%;
    }

        .container-contPlat .cont.contPlat-img .left .img-container {
            padding-top: 45%;
        }

        .container-contPlat .cont.contPlat-img .right [class*='col-']:first-child .img-container {
            padding-top: 92.5%;
        }

        .container-contPlat .cont.contPlat-img .right [class*='col-']:nth-child(2) .img-container {
            padding-top: 54.6%;
        }

    .wrapBlock-content .newsBlock {
        box-shadow: none;
    }
}

@media (max-width: 700px) {
    .newsAbstract {
        max-height: 44px;
        overflow: hidden;
    }
}

@media (max-width: 540px) {
    .newsAbstract {
        display: none;
    }

    .newsBlock .media .media-left > a {
        width: 137px;
        height: 80px;
    }

    .container-contPlat .cont.contPlat-img .right [class*='col-'] {
        width: 50%;
    }

        .container-contPlat .cont.contPlat-img .right [class*='col-'] .img-container {
            padding-top: 56.2% !important;
        }
}

@media (min-width: 490px) and (max-width: 540px) {
    ul.issueBlock > li .issueList {
        width: 220px;
        height: 183px;
    }

    .newsBlock {
        padding: 0;
    }
}

@media (max-width: 490px) {
    ul.issueBlock > li {
        width: 100%;
    }

    .newsBlock {
        padding: 0;
    }

        .newsBlock .media .media-left > a {
            width: 90px;
            height: 56px;
        }

    .media-heading a {
        font-size: 16px;
        line-height: 18px;
    }
}
/*# sourceMappingURL=PA_index.css.map */
