/**
 * @description: 阳光扶贫?
 * @author: 徐公? (1793264418@qq.com)
 * @update: 徐公? (2017-03-04 12:00)
 */

@charset "utf-8";
@import "./common/reset.css";
@import "./common/base.css";
@import "common.css";

.header {
    width: 1100px;
    overflow: hidden;
    margin: 30px auto 0 auto;
}

.help {
    font-size: 12px;
    color: #999;
}

.help .bd {
    padding: 0 15px;
    color: #ddd;
    float: left;
}

.help .color,
.help a:hover {
    color: #1167b7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.help a {
    color: #999;
    float: left;
}

.search {
    margin-top: 12px;
}

.search .search-text {
    width: 284px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    padding: 0 10px 0 10px;
    border: 2px solid #1167b7;
    font-size: 12px;
    color: #999;
    display: block;
}

.search .search-btn {
    width: 88px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
    background: #1167b7;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bbb;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bbb;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #bbb;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}

.root {
    width: 1100px;
    margin: 30px auto;
}

.root li {
    width: 14%;
    text-align: center;
    float: left;
}

.root li .root-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.root li .root-text {
    margin-top: 18px;
    font-size: 18px;
    color: #333;
}

.root li .root-icon1 {
    background: url('/ntstjj_nj/nttjj/staticweb/images/icon01.png') no-repeat center center;
}

.root li .root-icon2 {
    background: url('/ntstjj_nj/nttjj/staticweb/images/icon02.png') no-repeat center center;
}

.root li .root-icon3 {
    background: url('/ntstjj_nj/nttjj/staticweb/images/icon03.png') no-repeat center center;
}

.root li .root-icon4 {
    background: url('/ntstjj_nj/nttjj/staticweb/images/icon04.png') no-repeat center center;
}

.root li .root-icon5 {
    background: url('/ntstjj_nj/nttjj/staticweb/images/icon05.png') no-repeat center center;
}

.root li .root-icon6 {
    background: url('/ntstjj_nj/nttjj/staticweb/images/icon06.png') no-repeat center center;
}

.root li .root-icon7 {
    background: url('/ntstjj_nj/nttjj/staticweb/images/icon07.png') no-repeat center center;
}

.root li:hover .root-icon {
    transform: scale(1.1);
}
.yearMain{
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 60px;
}

.main-cneter {
    width: 1100px;
    margin: 0 auto;
}

.crumbs {
    height: 56px;
    line-height: 56px;
    color: #666;
}

.crumbs a {
    padding: 0 2px;
    font-size: 14px;
    color: #666;
}

.crumbs a.active {
    color: #1167b7;
}

.sliderBar-nav {
    background: #fff;
    margin-bottom: 15px;
}

.sliderBar {
    width: 240px;
    overflow: hidden;
}

.sliderBar img {
    display: block;
}

.sliderBar ul {
    padding: 2px 20px 10px 20px;
}

.sliderBar li {
    /* height: 47px; */
    line-height: 47px;
    border-bottom: 1px dashed #ddd;
}

.sliderBar li.active {
    border-bottom: 0;
}

.sliderBar li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    color: #666;
    position: relative;
    background: url('/ntstjj_nj/nttjj/staticweb/images/right.png') no-repeat right center;
}

.sliderBar li a:hover,
.sliderBar li a.active {
    color: #1167b7;
    font-weight: 700;
    background: url('/ntstjj_nj/nttjj/staticweb/images/rightActive.png') no-repeat right center;
}

.contents {
    width: 835px;
    background: #fff;
}

.contents .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 700;
    font-size: 20px;
    color: #5e5e5e;
	border-left:7px solid #1167b7;
	padding-left:1;
	margin-top: 20px;
	padding-left: 10px;
}

.contents .padd {
    padding: 0 42px 50px 42px;
}

.policy li {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
    margin-top: 28px;
    border-bottom: 1px solid #e8e8e8;
    color: #999;
}

.policy li:hover .titles a {
    margin-left: 5px;
}

.policy li .img {
    width: 142px;
    height: 105px;
    float: left;
}

.policy li .img img {
    display: block;
}

.policy li .info {
    width: 480px;
    float: left;
    margin-left: 12px;
}

.policy li .info p {
    padding-left: 20px;
}

.policy li .info .titles {
    height: 22px;
    line-height: 22px;
    background: url('/ntstjj_nj/nttjj/staticweb/images/list-down.png') no-repeat left center;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 3px;
}

.policy li .info .titles a {
    font-size: 18px;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.policy li .info .titles a:hover {
    color: #1167b7;
}

.policy li .info .titles.active {
    background: url('/ntstjj_nj/nttjj/staticweb/images/li-icon.png') no-repeat left center;
}

.policy li .info .text {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 7px 0 24px 0;
}

.policy li .info .time {
    font-size: 12px;
}


/* 分页 */

.pages {
    text-align: center;
    margin-top: 45px;
}

.pages a {
    padding: 4px 10px;
    font-size: 14px;
    color: #999;
    border-radius: 3px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.pages a.active,
.pages a:hover {
    background: #1167b7;
    color: #fff;
}

.footer {
    width: 100%;
    padding: 30px 0;
    background: #404040;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.footer p span {
    padding: 2px 12px;
}

.footer .p2 {
    margin-top: 10px;
}

.footer .p2 .icon {
    background: url('/ntstjj_nj/nttjj/staticweb/images/copy.png') no-repeat left center;
    padding-left: 24px;
}
