/*index*/
.main {padding-bottom: 54px;}
.g-tit1 {
    margin: 37px 0 33px;
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: normal;
}

.g-tit2 {
    height: 71px;
    margin: 25px 0 38px;
    background-repeat: no-repeat;
    background-position: center top;
}

.slide-box2 {
    position: relative;
    margin: 0 79px;
}

.slide-box2 .items {
    width: 842px;
    height: 438px;
}

.slide-box2 .items a {
    display: block;
}

.slide-box2 .items img {
    display: block;
    width: 842px;
    height: 438px;
}

.slide-box2 .slick-arrow {
    position: absolute;
    top: 50%;
    left: -79px;
    margin-top: -25px;
    width: 50px;
    height: 76px;
    font-size: 0;
    border: none;
    background: url(../images/slide-arrow_p2.jpg) no-repeat 0 0;
    cursor: pointer;
}

.slide-box2 .slick-next {
    left: auto;
    right: -79px;
    background-image: url(../images/slide-arrow_n2.jpg);
}

.slide-box2 .slick-dots {
    height: 34px;
    line-height: 34px;
    font-size: 0;
    padding-right: 15px;
    background-color: #000;
    text-align: right;
}

.slide-box2 .slick-dots li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.slide-box2 .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 3px;
    border: none;
    font-size: 0;
    background-color: #999;
    cursor: pointer;
}

.slide-box2 .slick-active button {
    background-color: #f1810e;
}

.ul-list-ind1 {
    margin-bottom: 48px;
}

.ul-list-ind1 .items {
    border-bottom: 1px dotted #666;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    padding: 30px 0 15px;
}

.ul-list-ind1 h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
}

.ul-list-ind1 h4 a {
    font-size: 30px;
    color: #000;
    font-weight: normal;
}

.ul-list-ind1 h4 a:hover {
    color: #ff9900;
}

.ul-list-ind1 p {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ul-list-ind1 .more {
    color: #ff9900;
}

.ul-list-ind1 .more:hover {
    text-decoration: underline;
}

.news-pic-ind {
    overflow: hidden;
    margin-bottom: 38px;
}

.news-pic-ind .col-l {
    width: 432px;
}

.news-pic-ind .col-r {
    width: 568px;
}

.news-title {
    width: 432px;
    height: 115px;
    overflow: hidden;
}

.news-title img {
    display: block;
}

.news-box {
    position: relative;
    left: 55px;
    width: 377px;
    height: 189px;
    padding-top: 20px;
    background-color: #214fa4;
    overflow: hidden;
}

.news-item.now {
    font-weight: bold;
    font-size: 14px;
    color: #e9d885;
}
.news-item.now .txt a {
    font-size: 14px;
    color: #e9d885;
}
.news-item.now .time {
    padding-left: 14px;
    margin-right: 14px;
    font-size: 14px;
    color: #e9d885;
}

.news-item {
    position: relative;
    width: 300px;
    padding-top: 4px;
    margin: 0 auto;
    font-size: 0;
}

.news-item:before {
    content: "";
    float: left;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin-top: 7px;
    margin-left: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #4b618d;
}
.news-item:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 8px;
    width: 1px;
    height: 100%;
    background-color: #4b618d;
}
.news-item.now:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-left: 0;
    background-image: url(../images/icon_btn_play.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: inherit;
}
.news-item.now:after {
    display: none;
}
.news-item {overflow: hidden;}
.news-item > div {
    float: left;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
}
.news-item a {
    font-size: 12px;
    color: #fff;
}
.news-item .time {
    padding-left: 18px;
    margin-right: 24px;
    line-height: 22px;
}
.news-item .txt {max-width: 185px;}
.slide-box3 {
    overflow: hidden;
    background-color: #388de1;
}
.slide-box3 .items {
    position: relative;
    width: 560px;
    height: 320px;
    margin: 4px 4px 0;
}
.slide-box3 .items img {
    display: block;
    width: 560px;
    height: 320px;
}
.slide-box3 .items P {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    width: 540px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: url(../images/txt-bg.png) repeat 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slide-box3 .slick-arrow {
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -22px;
    width: 17px;
    height: 45px;
    font-size: 0;
    border: none;
    background: url(../images/live_pic_arrow_left.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 2;
}
.slide-box3 .slick-next {
    left: auto;
    right: 4px;
    background-image: url(../images/live_pic_arrow_right.png);
}
.pic-indbox1 {
    overflow: hidden;
}
.pic-indbox1 .col-l {
    width: 381px;
}
.pic-indbox1 .col-r {
    width: 590px;
}
.pic-chat {
    width: 381px;
    height: 725px;
    background: url(../images/bo-bg-chat.png) no-repeat center bottom;
    float: left;
}
.ul-list-ind2 {
    margin: 87px 17px 0 25px;
    height: 535px;
    overflow: hidden;
}
.ul-list-ind2 li {
    height: 36px;
    line-height: 36px;
    border: 1px solid #2c6ca7;
    margin-bottom: 7px;
    padding: 0 16px;
    font-size: 16px;
    color: #333;
}
.pic-chat .btn {
    display: block;
    width: 194px;
    height: 80px;
    margin: 10px auto 0 auto;
    background: url(http://www.newsimg.cn/politics/2017lh/img/bo-bg-leave.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.pic-chat .btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}
.bo-collect {overflow: hidden;margin-top: 18px;}
.bo-collect .title {
    text-align: center;
    color: #cc3333;
    font-size: 20px;
    font-weight: bold;
    line-height: 3em;
    background: url(../images/bo-bg-title.png) no-repeat center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.ul-list-ind3 {
    margin: 15px 0;
    height: 160px;
    overflow: hidden;
}
.ul-list-ind3 li {
    position: relative;
    padding: 0 20px;
    line-height: 2em;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-list-ind3 a {
    color: #999;
}
.ul-list-ind3 a:hover {
    color: #333;
}
.ul-list-ind3 li:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 2px;
    height: 2px;
    background: #404040;
    color: #404040;
}

.ul-pic-ind {
    margin: 5px -10px 0;
    overflow: hidden;
}
.ul-pic-ind li {
    float: left;
    margin: 0 10px;
}
.ul-pic-ind .items {
    width: 284px;
    background-color: #f5f5f5;
}
.ul-pic-ind img {
    display: block;
    width: 284px;
    height: 190px;
}
.ul-pic-ind .txt {
    padding: 16px 20px 10px;
    font-size: 16px;
    line-height: 23px;
    color: #969696;
}
.ul-pic-ind h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #404040;
    margin-bottom: 10px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ul-pic-ind p {
    margin-bottom: 25px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ul-pic-ind span {font-size: 12px;}
/*index END*/

/*view*/
.article-hd {
    padding: 36px 0 20px;
    margin-bottom: 42px;
    text-align: center;
    background: url(../images/article-tit-bd.jpg) repeat-x left bottom;
}
.article-hd .title {
    font-weight: normal;
    font-size: 35px;
    color: #000;
    margin-bottom: 18px;
}
.article-hd .time {
    font-size: 16px;
    color: #999;
}
.article-hd .time span {
    margin: 0 25px;
}
.m-article .cont {
    font-size: 16px;
    line-height: 2em;
    color: #333;
}
.m-article .cont img {
    display: block;
    margin: 0 auto 30px;
}
.m-article .cont p {
    text-indent: 2em;
}
.m-article .author {
    margin: 28px 0 28px;
    text-align: right;
    font-size: 16px;
    line-height: 2em;
    color: #333;
}
/*view END*/

/*pic*/
.m-pic1 {overflow: hidden;padding-top: 40px;}
.m-pic1 ul {
    margin-right: -35px;
    overflow: hidden;
}
.m-pic1 li {
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
    width: 310px;
}
.m-pic1 a {display: block;overflow: hidden;}
.m-pic1 a:hover .txt {
    background-color: #fff;
}
.m-pic1 img {
    display: block;
    width: 310px;
    height: 232px;
}
.m-pic1 .txt {
    padding: 15px 29px 29px;
    background-color: #f5f5f5;
    text-align: center;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.m-pic1 h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m-pic1 .time {
    font-size: 14px;
}
/*pic END*/
/*news*/
.pic-main {
    overflow: hidden;
}
.pic-main .col-l {
    width: 700px;
}
.pic-main .col-r {
    width: 276px;
    margin-top: 96px;
}
.ul-news {
    margin-bottom: 58px;
}
.ul-news li {
    padding: 17px 0 20px;
    border-bottom: 1px dotted #666;
}
.ul-news h4 {
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-news h4 a {
    font-size: 26px;
    font-weight: normal;
    color: #000;
}
.ul-news h4 a:hover {
    text-decoration: underline;
}
.ul-news .time {
    font-size: 16px;
    color: #999;
}
.ul-news .time span {
    margin-right: 8px;
}
.btn-more {
    cursor: pointer;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background-color: #ebf4fe;
    border: 1px solid #a3cfff;
    font-size: 22px;
    color: #348cec;
}

.right-box {
    border-top: 2px solid #b40f18;
}
.right-box .title {
    margin: 20px 0;
}
.ul-pic-right {
    padding: 20px 0;
}
.ul-pic-right .items {
    display: block;
    margin-bottom: 19px;
}
.ul-pic-right img {
    display: block;
    width: 276px;
    height: 155px;
}
.ul-pic-right p {
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-txt-right {

}
.ul-txt-right li {
    padding: 15px 0 10px;
    border-bottom: 1px dotted #666;
}
.ul-txt-right h4 {
    margin-bottom: 5px;
}
.ul-txt-right h4 a {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #494949;
}
.ul-txt-right h4 a:hover {
    text-decoration: underline;
}
.ul-txt-right .time {
    font-size: 14px;
    color: #999;
}
.ul-txt-right .time span {
    margin-right: 5px;
}
/*news END*/
/*faq*/
.msg-board {
    font-size: 16px;
    line-height: 24px;
    color: #919191;
}
.msg-board h4 {
    font-size: 22px;
    color: #111;
    font-weight: normal;
    margin: 20px 0 15px;
}
.msg-board .items {
    padding: 20px 0 10px;
    border-bottom: 1px dotted #666;
}
.msg-board .msg span {
    color: #000;
}
.msg-board .more {
    color: #ff6600;
    cursor: pointer;
}
.msg-board .more:hover {
    text-decoration: underline;
}
.msg-board .p-bd {
    display: none;
    margin-bottom: 25px;
}
.msg-board .msg {
    margin-bottom: 5px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.msg-board .items.open .p-bd {
    display: block;
}
.msg-board .items.open .msg {
    height: auto;
    -webkit-line-clamp: initial;
}
.msg-board .items.open .more {
    display: none;
}
.msg-board .time {
    float: right;
    color: #999;
}

.msg-form {
    margin-top: 45px;
    overflow: hidden;
    background: url(../images/msg-form-bg.jpg) no-repeat 0 0;
}
.msg-form .form {
    display: block;
    padding-left: 370px;
    padding-top: 105px;
}
.msg-form div {
    overflow: hidden;
}
.msg-form .inp {
    display: block;
    background-color: #fff;
    border: 1px solid #9c9c9c;
    padding: 0 10px;
    height: 30px;
    width: 580px;
    line-height: 30px;
    margin-bottom: 19px;
}
.msg-form .inp.sm {
    float: left;
    width: 202px;
}
.msg-form .inp.sm + .sm {
    margin-left: 152px;
    width: 204px;
}
.msg-form .inp.area {
    height: 259px;
    resize: none;
    margin-bottom: 36px;
}
.msg-form .submit {
    width: 160px;
    height: 42px;
    line-height: 42px;
    background-color: #348cec;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 10px;
    display: block;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
/*faq END*/
.cur {
    padding: 36px 0;
    font-size: 20px;
    color: #999;
    background: url(../images/article-tit-bd.jpg) repeat-x left bottom;
}
.cur a {
    color: #999;
    margin-right: 8px;
}
.cur a:hover {
    color: #333;
}
.cur a:after {
    content: '>';
    margin-left: 8px;
}
