﻿body
{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Microsoft Yahei' , '微软雅黑' , 'Simsun' , '宋体' , 'Arial';
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .lead
{
    font-family: 'Microsoft Yahei' , '微软雅黑' , 'Simsun' , '宋体' , 'Arial';
}
a
{
    font-family: 'Microsoft Yahei' , '微软雅黑' , 'Simsun' , '宋体' , 'Arial';
    color: #000000;
}
a:active, a:hover
{
    color: #013781;
}
a:link
{
    text-decoration: none;
}
a:active
{
    text-decoration: blink;
}
a:hover
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
div, ul, li, h1, h2, h3
{
    padding: 0;
    margin: 0;
}
ul, li
{
    list-style: none;
}
.clear
{
    clear: both;
}

/*导航 logo图片*/
 .yq_bannerimg img
 {
     width:100%;
     }
.yq_navbar
{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #cd3333;
    border-radius: 0;
}
.yq_navbar ul.yq_navbarlist
{
    float: left;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -1px;
}

.yq_navbar ul.yq_navbarlist li
{
    flex-grow: 1;
    list-style: none;
    margin: 0 0.5px;
}
.yq_navbar ul.yq_navbarlist li a
{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    padding: 8px 0;
}
.yq_navbar ul.yq_navbarlist li.active
{
    background-color: #febd3d;
}
.yq_navbar ul.yq_navbarlist li a:hover, .yq_navbar ul.yq_navbarlist li a:focus
{
    color: #fff;
    background-color: #febd3d;
}
/*nopadding*/
.nopadding
{
    padding: 0;
}
.nopaddingleft
{
    padding-left: 0;
}
.nopaddingright
{
    padding-right: 0;
}
.yq_indexbg
{
    background-color: #f5f5f5; 
    padding-top:20px;
}
.yq_blanbgnm
{
    background-color: #fff;
    box-shadow: 3px 1px 6px #dedede;
}

/*轮番*/
.yq_banner
{
    position: relative;
    z-index: 0;
    border-radius: 10px;
}
#carousel_example
{
    position: relative;
    max-height: initial;
    border-radius:5px;
    overflow:hidden;
}
    #carousel_example .carousel-inner {
        position: relative;
    width: 100%;
    overflow: hidden;
    }
    #carousel_example .item {
        width: 100%;
    overflow: hidden;
    height: 352px;
    }
        #carousel_example .item > a {
          
        }
#carousel_example .item img
{
   width:100%;
   
}
#carousel_example .item .carousel-caption
{
    left: 0;
    bottom: 0px;
    padding: 0px 20px;
    text-align: left;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#carousel_example .item .carousel-caption h4
{
    font-size: 14px;
    line-height: 40px;
}
/*中央和上级有关精神*/
.yq_zynews_cont
{
    border-top:3px solid #cd3333;
    border-radius: 5px;
    padding:0 20px;
    }
.yq_zynews_cont .yq_zynews_title
{
    margin-bottom:0px;
    }
.yq_zynews_cont .yq_zynews_title h4
{
    font-size:20px; 
    color:#666666;
    font-weight:600;
    }
 .yq_zynews_cont .yq_zynews_title h4 a {
        font-size:12px;
        color:#a0a0a0;
        font-weight:normal;
        margin-top:16px;
    }
.yq_zynews_cont .yq_zynews_title h4 img
{
    margin-right:10px;
    }
.yq_zynews_cont .yq_zynews_list
{
     padding-bottom:15px;
    }
.yq_zynews_cont .yq_zynews_list li
{
    line-height:45px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

}
.yq_zynews_cont .yq_zynews_list li span
{
    display: inline-block;
    height:10px;
    width:10px;
    border:1px solid #cd3333;
    border-radius: 50px;
    margin-right:20px;
    }
.yq_zynews_cont .yq_zynews_list li a
{
    color:#333;
}
    .yq_zynews_cont .yq_zynews_list li a:hover {
        color:#fdbd3f;
    }
/*学会党建*/
.container .col-md-6 {
    padding-left:15px;
    padding-right:15px;
}
.xhparty {
    margin-top:20px;
    background:#fff;
    border-radius:5px;
    box-shadow: 3px 1px 6px #dedede;
}
.xhparty > h3 {
    font-size:24px;
    color:#333;
    border-bottom:1px solid #dedede;
    padding:30px 20px;
    position:relative;
    text-indent:65px;
    font-weight:600;
}
    .xhparty > h3 a {
        font-size:12px;
        color:#a0a0a0;
        font-weight:normal;
        margin-top:8px;
    }
    .xhparty > h3::before {
        content:"P";
        display:inline-block;
        width:52px;
        height:80px;
        background:url("/Cparty/images/img_20.png") center center no-repeat;
        position:absolute;
        top:0;
        left:20px;
        color:#fff;
        font-weight:600;
        font-size:32px;
        font-style:italic;
        text-align:center;
        padding-top:15px;
        text-indent:0;
    }
    .xhparty.lcorner > h3::before {
        content:"L";
    }
    .xhparty h3 span {
        margin-left:5px;
        font-size:12px;
         color:#999999;
         font-weight:normal;
    }
    .xhparty ul {
        padding:35px 20px;
    }
        .xhparty ul li {
            line-height:40px;
        }
            .xhparty ul li:hover a p {
                color:#febd3d;
            }
        .xhparty ul li p {
            float:left;
            width:83%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color:#666;
            margin-bottom:0;
        }
        .xhparty ul li span {
            color:#999;
            font-size:12px;
        }
/*图片集锦*/
    .xhparty.yq_research{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .xhparty .swiper-container {
        background:#fff;
        box-shadow: 3px 1px 6px #dedede;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding:35px 20px;
    }
        .xhparty .swiper-container .swiper-button-next, .xhparty .swiper-container .swiper-button-prev {
            background-size:16px 44px;
            background-color:rgba(0,0,0,.8);
            height:52px;
            top:44%;
        }
        .xhparty .swiper-container .swiper-button-next {
            right:20px;
        }
        .xhparty .swiper-container .swiper-button-prev {
             left:20px;
        }
.yq_research div.thumbnail {
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 0;
    position: relative;
    text-align:center;
}
.yq_research div.thumbnail > a {
    display: inline-block;
    position: relative;
}
.yq_research div.thumbnail img {
    max-height: 175px;
    width: 100%;
}
.yq_research div.thumbnail a > .title {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    padding: 10px;
    display: none;
    width: 100%;
    height: 100%;
}
.yq_research div.thumbnail a > .title h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 33px;
}
.yq_research div.thumbnail a > .title p {
    color: #fff;
}
.yq_research div.thumbnail .caption {
    background: #fff;
    color: #333;
    box-shadow: 0px 1px 6px #c0c0c0;
    position: inherit;
    filter: inherit;
}
.yq_research div.thumbnail .caption a h3 {
    color: #333;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
}
.yq_research div.thumbnail:hover > a > .title
{
  display:block; 
}
/*友情链接*/
.yq_indexbg .foot_link {
    float: left;
    width: 100%;
    height: 60px;
    padding-left:15px;
    padding-right:15px;
    background-color: #f48081;
    margin-top:20px;
    margin-bottom:20px;
}
    .yq_indexbg .foot_link a:hover {
        color:#febd3d;
    }
    /*详情页*/
.content_right {
    margin-left:0;
}
/*底部*/
.yq_footerbg
{
    background-color: #ffffff;
    color: #666666;
    text-align: center;
    padding: 20px 0;
}
.yq_footerbg p
{
    margin-bottom: 0;
}
/*当前位置*/
.yq_breadcrumb
{
    margin: 0px;
}
.yq_breadcrumb span
{
    float: left;
    padding: 10px 0;
    font-size: 12px;
    color: #999999;
}
.yq_breadcrumb span:before
{
    padding-right: 10px;
}
.yq_breadcrumb .breadcrumb
{
    background-color: transparent;
    margin-left: 0;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.yq_breadcrumb .breadcrumb > li + li:before
{
    content: ">";
    color: #999999;
    padding-left: 5px;
}
.yq_breadcrumb .breadcrumb > li a
{
    font-size: 12px;
    color: #999999;
}
.yq_breadcrumb .breadcrumb > li a.active
{
    color: #019966;
}

/*返回顶部*/
.cd-top
{
    display: inline-block;
    height: 83px;
    width: 83px;
    position: fixed;
    bottom: 2%;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(/images/back_top.png) no-repeat center 50%;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cd-top.cd-is-visible
{
    visibility: visible;
}
.cd-top.cd-fade-out
{
    opacity: 1;
}
.no-touch .cd-top:hover
{
    opacity: 1;
}

















