/* 国家政策 */

.columnLeft.policy {
    background: none;
}

.page-content.policy {
    border: none;
}

.mod-link,
.mod-advice {
    padding: 0 0 10px;
}

.link-title,
.advice-title {
    height: 40px;
    background-color: #00a1d9;
    border: 1px solid #00a1d9;
    background-position: 20px center;
    background-repeat: no-repeat;
    line-height: 40px;
    padding-left: 50px;
    font-family: 微软雅黑;
    font-size: 1.28em;
    color: #fff;
}

.link-title {
    background-image: url('../../images/topics/index/title_ico4.jpg');
}

.advice-title {
    background-image: url('../../images/topics/index/title_ico5.jpg');
}

.mod-link .content,
.mod-advice .content {
    border: 1px solid #e4e4e4;
    padding: 8px 20px;
}

.mod-link .content .dropdown {
    margin: 10px auto;
}

.mod-link .content .btn,
.mod-link .content .dropdown-menu {
    width: 100%;
    text-align: left;
}
.mod-link .content .dropdown-menu p{
    margin: 0;
}
.mod-link .content .dropdown-menu p a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.mod-link .content .dropdown-menu p a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.mod-link .content .caret {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    border-top: 6px solid #00a1d9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}


/* 建言献策 */
.mod-advice p {
    line-height: 25px;
    padding-left: 10px;
    position: relative;
    margin: 0;
}

.mod-advice p:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff787a;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}


/* 列表 */

.policy-list a {
    display: block;
    border-bottom: 1px dashed #cfcfcf;
    padding: 5px 0;
    text-decoration: none;
    outline: none;
}

.policy-list a .title {
    font-family: 微软雅黑;
    font-size: 1.28em;
    color: #0e0e0e;
    background-image: url('../../images/topics/policy/policy_list_icoU.jpg');
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 15px;
    line-height: 35px;
}

.policy-list a:hover .title {
    color: #ff787a;
    background-image: url('../../images/topics/policy/policy_list_icoO.jpg');
}

.policy-list a p {
    font-family: 宋体;
    color: #777777;
    padding-left: 15px;
    margin: 0 0 5px;
}

.policy-list a:hover p {
    color: #333333;
}

.policy-list a p span{
    float: right;

}
.policy-list a p:after,
.policy-list a p:before{
    content: " ";
    display: table;
    width: 0;
    height: 0;
    clear: both;
}
/* 文章标题 */


/*PC小屏（col-md-）/992 - 1199*/

@media only screen and (max-width: 1199px) {}


/*pad（col-sm-）/768 - 991*/

@media only screen and (max-width: 991px) {}


/*手机（col-md-）/640 - 767*/

@media only screen and (max-width: 767px) {}


/*手机（col-md-）/480 - 639*/

@media only screen and (max-width:639px) {}


/*手机（col-md-）/320 - 479*/

@media only screen and (max-width:479px) {}
