.newlistLeft {
    width: 820px;
    box-sizing: border-box;
    padding-right: 70px;
    padding-left: 15px;
}

.newlist .modelbox {
    background: #fff;
}

.newlist .logo a {
    margin: 30px 0 0;
    padding-left: 15px;
}

.breadCrumb {
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.breadCrumb a {
    /*font-size: 12px;*/
    color: #8d8d8d;
}

.breadCrumb a:last-child {
    color: #013d83;;
}

.newlist .box2 li {
    border-bottom: 1px solid #e9e9e9;
    padding: 14px;
}

.newlist .box2 li h3 {
    font-size: 20px;
    color: #333;
    height: 30px;
    /*width: 500px;*/
    position: relative;
}

.newlist .box2 li h3 .num {
    color: #a3a3a3;
    font-size: 12px;
    right: 0;
    top: 6px;
    float: right;
}

.newlist .box2 li h3 .num em {
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../images/ico.png);
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.newlist .box2 li h3 .title {
    display: inline-block;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    height: 30px;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newlist .box2 li:hover h3 {
    color: #ca1608;
    font-weight: 500
}

.newlist .box2 li:hover {
    background: #f5f5f5;
}

.newlist .box2 a {
    color: #333;
    display: block
}

.newlist .box2 .p .span {
    font-size: 12px;
    display: block;
    background: url(../images/tb.png) no-repeat left center;
    float: right;
    padding-left: 20px;
    margin-right: 25px;
    line-height: 30px;
    color: #797979;
}

.newlist .box2 .p2 .span {
    font-size: 12px;
    background: url(../images/tb.png) no-repeat left center;
    padding-left: 20px;
    margin-right: 25px;
    line-height: 30px;
    color: #797979;
}

.newlist .box2 .p .center {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.newlist .box2 .img {
    max-height: 120px;
    overflow: hidden;
    margin: 10px 0;
}

.newlist .box2 .img img {
    width: 170px;
    margin-right: 3px;
}

.newlist .box2 .img img:last-child {
    margin: 0;
}

.newlist .box2 .img_1 > p {
    float: left;
    width: 177px;
    max-height: 120px;
    overflow: hidden;
}

.newlist .box2 .img_1 > p img {
    width: 100%;
}

.newlist .box2 .img_1 .p2 {
    text-align: right;
}

.newlist .box2 .img_1 .center {
    padding-left: 200px;
}

.newlist .box2 .img_1 .center div p {
    font-size: 14px;
    line-height: 25px;
}

.newlist .box2 .img_1 .center div {
    height: 100px;
    overflow: hidden;
}

.box3 li {
    height: 100px;
}

.newlist .box3 li h3 {
    font-size: 20px;
    color: #333;
    height: 30px;
    position: relative;
    width: 707px;
}

.newlist .box3 .img_1 .center {
    padding-left: 20px;
}

.newlist .box3 .img_1 .center div {
    height: 100px;
    overflow: hidden;
}

.newlist .box3 li h3 {
    font-size: 20px;
    color: #333;
    height: 30px;
    position: relative;
}

.newlist .box3 li h3 .title {
    display: inline-block;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    height: 30px;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newlist .box3 li h3 .num {
    position: absolute;
    color: #a3a3a3;
    font-size: 12px;
    right: 0;
    top: 6px;
}

.newlist .box3 li h3 .num em {
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../images/ico.png);
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.search_content_pc_item .box2 .img_1 .center div
    /*分页*/
.pageArea {
    margin: 40px 0;
}

.pagelist {
    text-align: center;
}

.pagelist a {
    margin: 3px;
    border: 1px solid #dddddd;
    padding: 0 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
    display: inline-block;
}

.pagelist span {
    color: #999;
}

.pagelist a.current {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}

.pagelist a:hover {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}

/*new详情*/
.newdetails {
    width: 820px;
    box-sizing: border-box;
    padding-right: 50px;
    padding-left: 15px;
}

.newdetails > h2 {
    font-size: 30px;
    min-height: 50px;
    padding-left: 150px;
    height: 100px;
}

.date {
    color: #676767;
    height: 56px;
    line-height: 56px;
}

.date em {
    margin-left: 55px;
}

.newdetails .content {
    padding: 0 0 50px 49px;
    width: 605px;
}
.newdetails .content iframe {
    width: 100% !important;
}
.newdetails .text {
    box-sizing: border-box;
    position: relative;
}

.content-content a {
    color: blue;
}

.newdetails .content, .newdetails .content p, .newdetails .content span, .newdetails .content div:not(.content-content) a, .newdetails .content em, .newdetails .content i, .newdetails .content strong {
    line-height: 30px;
    color: #333;
}

.newdetails .share_fix {
    width: 100px;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;

}

.newdetails .share_fix > div {
    width: 99px;
    position: fixed;
    border-right: 1px solid #eee;
    top: 172px;

}

.newdetails .share_fix .date {
    font-size: 18px;
    text-align: center
}

.newdetails .share_fix p {
    font-size: 14px;
    color: #9ca7b3;
    text-align: center;
    line-height: 30px;
}

.newdetails .share_fix em {
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #9ca7b3;
    margin: 0 5px;
    vertical-align: middle
}

.newdetails .bdsharebuttonbox {
    width: 32px;
    margin: 20px auto;
}

.newdetails .bdsharebuttonbox a {
    margin: 0 0 10px;
    width: 35px;
    height: 35px !important;
}

.newdetails .bshare-custom.icon-medium-plus a {
    padding: 0;
}

.newdetails .bshare-custom.icon-medium-plus a span {
    display: inline-block;
    width: 35px;
    height: 100%;
}

.newdetails .bshare-custom.icon-medium-plus .bshare-weixin {
    background: url(../images/sprites.png) no-repeat -119px -45px;
}

.newdetails .bshare-custom.icon-medium-plus .bshare-weixin:hover {
    /*background: #3dbe5b;*/
    background-position: -119px -87px;
}

.newdetails .bshare-custom.icon-medium-plus .bshare-qq {
    background: url(../images/sprite01.png) no-repeat -40px -45px;
}

.newdetails .bshare-custom.icon-medium-plus .bshare-qq:hover {
    /*background: #f8c514;*/
    background-position: -40px -87px;
}

.newdetails .bshare-custom.icon-medium-plus .bshare-renren {
    background: url(../images/sprites.png) no-repeat -80px -45px;
}

.newdetails .bshare-custom.icon-medium-plus .bshare-renren:hover {
    /*background: #ff5757;*/
    background-position: -80px -87px;
}

.newdetails .bshare-custom.icon-medium-plus .bshare-qqmb {
    background: url(../images/sprites.png) no-repeat 0px -45px;
}

.newdetails .bshare-custom.icon-medium-plus .bshare-qqmb:hover {
    background-position: 0 -87px;
}

.newdetails .content img {
    /* display: block; */
    margin: 0 auto;
    width: 100%;
    max-width: 100% !important;
}

/*各地培训情况*/
.lecture_list .train_content {
    background: none;
    padding: 10px 0;
}

.lecture_list .train_content > div ul {
    border-bottom: 1px solid #eee;
}

.js_box li {
    border-bottom: 1px solid #e9e9e9;
    padding: 24px 8px;
}

.js_box li:hover {
    background-color: #f5f5f5
}

.js_box li a {
    color: #333
}

.js_box div a h3 {
    font-size: 20px;
}

.js_box li:hover a {
    color: #ca1608;
}

.js_box p {
    color: #8d8d8d;
    line-height: 20px;
    margin: 10px 0;
    max-height: 60px;
    overflow: hidden;
    font-size: 14px;
}

/*.js_box div a{width: 172px;height: 104px;display: inline-block;background: #ddd;margin-right: 3px;padding: 0;margin-top: 20px;}*/
.js_box div a:hover h3 {
    color: #ca1608;
}

.js_box div a:last-child {
    margin-right: 0;
}

.js_box .span {
    margin-top: 15px;
    font-size: 12px;
    display: block;
    background: url(../images/tb.png) no-repeat left center;
    float: right;
    padding-left: 20px;
    margin-right: 25px;
    color: #797979;
}

.js_box li div {
    max-height: 104px;
    overflow: hidden;
    font-size: 0;
}

.js_box li div img {
    width: 175px;
    margin-right: 4px;
}

.js_box li div img:last-child {
    margin-right: 0
}

.author {
    text-align: right;
    margin: 30px 0;
}

.author em {
    color: #676767 !important;
}

.next_next {
    margin-top: 5px;
}

.next_next a:hover {
    color: #ca1608;
}

.newlistRight {
    width: 380px;
    min-height: 860px;
}

.newlist_tu i {
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../images/ico.png);
    vertical-align: middle;
    margin: 0 5px 0 0;
}
