.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wsc-layoutCon {
    padding-top: 20px;
    background-color: #f5f5f5;
    padding-bottom: 50px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-left: auto;
    margin-left: auto;
}

.left-block {
    float: left;
}

.layout-main {
    background-color: #fff;
    padding: 30px;
}

.right-block {
    float: right;
}

.layout-side {
    width: 285px;
    background-color: #fff;
}

.layout-content {
    width: 886px;
    box-sizing: border-box;
}


/*
head
*/
.wsc-Nav {
    box-shadow: -1px 6px 12px 0px rgba(0, 0, 0, 0.03);
}

.wsc-NavTop {
    height: 93px;
}

.wsc-topnav {
    float: right;
    padding-top: 36px;
}

.wsc-topre {
    float: right;
    height: 56px;
    padding-top: 18px;
    margin-right: 40px;
}

.wsc-topre .hn-icon {
    float: left;
    margin-left: 28px;
    height: 56px;
}

.wsc-topre .hn-icon:first-child {
    margin-left: 0;
}

.wsc-topre .hn-icon img {
    width: 100%;
}

.wsc-NavCon {
    height: 53px;
    box-sizing: border-box;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.wsc-headNav {
    position: relative;
    z-index: 100;
}

.wsc-logo {
    float: left;
    height: 93px;
}

.wsc-logo a {
    display: table-cell;
    vertical-align: middle;
    height: 93px;
}

.wsc-logo img {
    vertical-align: middle;
}

.lan-icon {
    padding-left: 30px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 20px;
    margin-left: 20px;
    color: rgba(134, 134, 134, 1);
    background: url(../images/top-lan.png) no-repeat 0 center;
    cursor: pointer;
    transition: 0.3s;
}

.hn-line {
    float: left;
    width: 1px;
    height: 20px;
    line-height: 20px;
    background: rgba(229, 229, 229, 1);
}

.hn-lan {
    float: left;
    position: relative;
}

.lan-list {
    position: absolute;
    top: 40px;
    left: 0;
    padding: 10px 0;
    width: 100px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    display: none;
}

.lan-list a {
    display: block;
    padding-left: 26px;
    height: 40px;
    background-color: #fff;
    font-size: 16px;
    line-height: 40px;
    color: #868686;
    transition: 0.3s;
}

.hn-tel {
    float: left;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    margin-right: 29px;
    color: rgba(244, 56, 74, 1);
    padding-left: 30px;
    background: url(../images/top-tel.png) no-repeat 0 center;
}

.hn-item {
    float: left;
    position: relative;
    margin: 0px 33px;
}

.hn-item:first-child {
    margin-left: 0;
}

.hn-item .hn-text a {
    color: #222222;
}

.hn-text {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 16px;
    margin-top: 16px
}

.hn-search {
    float: right;
    margin-left: 20px;
}

.search-icon {
    float: left;
    width: 20px;
    height: 53px;
    background: url(../images/hn-searchico.png) no-repeat center center;
    cursor: pointer;
}

.search-icon:hover {}

.search-drop {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    display: none;
}

.search-drop form {
    margin: auto;
    width: 50%
}

.hn-drop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 53px;
    width: 200px;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    background-color: #fff;
    display: none;
}

.hn-drop a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #868686;
    text-align: center;
    transition: 0.36s;
}

.hn-drop a:hover {
    background-color: #3560CA;
    color: #fff;
}

.hn-item:hover .hn-text a,
.hn-item.active .hn-text a {
    color: #3560CA;
}

.hn-item:hover .hn-text span,
.hn-item.active .hn-text span {
    width: 100%;
}

.hn-text span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background: rgba(53, 96, 202, 1);
    width: 0;
    transition: 0.36s;
}

/*banner*/
.wsc-banner {
    height: 400px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.wsc-banner .container {
    width: unset;
}

.banTit {
    width: 1200px;
    margin: auto;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    padding-top: 150px;
}

.banText {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    width: 1200px;
    margin: 16px auto 0;
}

/*
foot
*/
.wsc-foot {
    padding: 50px 0;
    background-color: #2E333E;
}

.foot-main {
    float: left
}

.ft-search {
    height: 50px;
}

.ft-search .hot-search {
    float: left;
    margin-left: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0;
}

.ft-search .hot-search a {
    display: inline-block;
    margin-left: 20px;
    color: #999999;
    line-height: 50px;
    font-size: 14px;
    vertical-align: top;
}

.wsc-foot a {
    transition: 0.36s;
}

.wsc-foot a:hover {
    color: #fff;
}

.ft-search .ft-form {
    width: 615px;
    float: left;
}

.ft-search input {
    width: 100%;
    float: left;
    height: 50px;
    box-sizing: border-box;
    padding: 10px 0 10px 26px;
    line-height: 24px;
    border: 1px solid #3B414F;
    background-color: #282D38;
    color: #999;
}

.ft-search .btn-search {
    margin-right: -119px;
    width: 119px;
    float: right;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    line-height: 50px;
    color: #fff;
}

.btn-search {
    background: rgba(53, 96, 202, 1);
    transition: 0.36s;
}

.btn-search:hover {
    background: #244AA7;
}

.foot-nav {
    margin-top: 25px;
}

.fn-item {
    width: 56px;
    float: left;
    margin-right: 50px;
}

.fn-item:nth-child(1) {
    width: 127px;
}

.fn-item:nth-child(2) {
    width: 155px;
}

.fn-text {
    font-size: 14px;
    color: #FFFFFF;
}

.fn-list {
    font-size: 14px;
    line-height: 32px;
    color: #CCCCCC;
    margin-top: 16px;
}

.foot-info {
    float: right;
}

.fn-item .fn-more {
    color: #3560CA;
    font-size: 14px;
    line-height: 36px;
    transition: 0.36s;
}

.fn-more:hover a {
    color: #3560CA;
}

.wsc-bottom {
    background-color: #1F232C;
    padding: 10px 0;
    color: #5C6067;
}

.wb-main {
    float: left;
}

.wb-wscico {
    float: left;
    height: 30px;
    font-size: 0;
    line-height: 30px;
}

.wb-wscico img {
    width: 22px;
    border-radius: 14px;
    display: inline-block;
    vertical-align: middle
}

.wb-text {
    float: left;
    line-height: 30px;
    margin-left: 10px;
}

.wb-text span {
    margin: 0 5px;
}

.ft-link {
    line-height: 30px;
    float: right;
}

.ft-link span {
    margin: 0 5px;
}

.wb-link {
    line-height: 30px;
    float: right;
}

.wb-link a {
    transition: 0.36s;
}

.wb-link a:hover {
    color: #fff;
}

.ft-right {
    float: right;
    width: 585px;
    height: 252px;
    background: rgba(40, 45, 56, 1);
    margin-bottom: 40px;
    opacity: 1;
    padding: 32px 40px 24px 24px;
    border-radius: 5px;
    box-sizing: border-box;
}

.ft-contact {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #AAAAAA;
    margin-right: 48px;
}

.ft-contact .ft-tel {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    margin: 24px 0 16px;
}

.ft-contact .ft-yx {
    color: #5784F3;
}

.ft-contact .ft-title span {
    font-size: 20px;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 12px;
    display: inline-block;
    line-height: 33px;
    color: rgba(255, 255, 255, 1);
}

.ft-ewm {
    float: right;
    height: 180px;
    text-align: center;
    border-left: 1px solid #1C212B;
    padding-left: 42px;
}

.ft-ewm .ewm-img {
    width: 125px;
    height: 125px;
}

.ft-ewm p {
    margin-top: 36px;
    line-height: 20px;
    color: #AAAAAA;
}

/*breadNav*/
.wsc-bread {
    background: rgba(245, 245, 245, 1);
}

.wsc-breadCon {
    color: #999999;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 50px;
}

.wsc-bread a,
.wsc-bread em,
.wsc-bread span,
.wsc-bread strong,
.wsc-bread h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    font-weight: normal;
}

.wsc-bread strong {
    font-size: 0;
    width: 24px;
    height: 30px;
    background: url(../images/bread-icon.png) no-repeat 0 center;
}

.wsc-bread span {
    font-size: 0;
    margin: 0 8px;
    width: 8px;
    height: 30px;
    background: url(../images/bread-arr.png) no-repeat center center;
}

.wsc-bread span {
    margin: 0 8px;
}


/*editor*/
.wsc-edit {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden
}

.wsc-edit p {
    margin: 15px 0;
}

.wsc-edit img,
.wsc-edit video {
    max-width: 100%;
}

.wsc-edit ul {
    margin: 10px 0
}

.wsc-edit li {
    list-style: disc inside none
}

.wsc-edit table {
    display: block;
    height: unset !important;
    width: unset !important;
    max-width: 100%;
    border: 0;
    overflow-x: scroll;
}

.wsc-edit td {
    border: 1px solid #fff;
    padding: 5px;
    white-space: nowrap;
}

.wsc-editTit {
    font-size: 18px;
    margin-top: 20px;
}

.wsc-editCon {
    margin-top: 16px;
}

/*tags*/
.wsc-tags {
    margin-top: 14px;
}

.wsc-tagsCon {}

.wsc-tags a {
    border: 1px solid #E5E5E5;
    background: rgba(255, 255, 255, 0.9);
    padding: 9px 10px;
    color: #868686;
    font-size: 16px;
    margin-right: 12px;
    margin-top: 10px;
    transition: 0.3s;
    border-radius: 4px;
    float: left;
    line-height: 22px;
}

.wsc-tags a:hover {
    color: #3560CA;
}

/*model-class*/
.wsc-class {
    border: 1px solid #E5E5E5;
}

.classItem {
    border-top: 1px solid #E5E5E5;
    background-color: #F5F5F5;
}

.classItem:first-child {
    border-top: 0;
}

.classItema {
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    transition: 0.36s;
}

.classItema a {
    font-size: 16px;
    line-height: 24px;
    color: #868686;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 17px 0;
    display: block
}

.classItema i {
    width: 20px;
    height: 55px;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 55px;
    color: #999;
    text-align: right;
    background: url(../images/pc-more.png) no-repeat right center;
}

.classItem em {
    display: none
}

.classItemCon {
    padding: 10px;
}

.classItemCon li {
    padding: 0 10px;
}

.classItemCon a {
    display: block;
    line-height: 20px;
    padding: 8px 0
}

.wsc-class .active .classItema,
.classItema:hover {
    background-color: #3560CA;
}

.wsc-class .active .classItema a,
.classItema:hover a {
    color: #fff
}

/*listItem*/
.lTit {
    position: relative;
    line-height: 24px;
    height: 24px;
}

.lTit .lTitText {
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 14px;
}

.lTitMore {
    float: right;
    font-size: 14px;
    color: #999999;
}

.lTitMore span {
    display: inline-block;
    padding-right: 13px;
    background: url(../images/pc-more.png) no-repeat right center;
}

.lTit .line {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 20px;
}

.lMain .list-main {
    margin-top: 20px;
}

.lMain .list-main2 {
    margin: 0 -10px 0;
}

.layout-content .layout-list .lTit {
    margin-top: 30px;
}

.layout-content .layout-list:first-child .lTit {
    margin-top: 0px;
}

/* .list-item{margin-top: 20px;padding-bottom: 20px;border-bottom: 1px dashed #e0e0e0;}
	.list-info{float: left;width: 100%;}
		.list-tit{font-size: 16px;line-height: 24px;color: #333333;height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
		.list-mark{font-size:14px;line-height: 24px;margin-top:10px;color: #999999;}
			.list-cate{font-size:14px;display:inline;margin-right:20px;}
			.list-tags{font-size:14px;display:inline;margin-right:20px;}
			.list-tags a{margin-right: 5px; }
			.list-time{font-size:14px;display:inline;margin-right:20px;}
		.list-text{font-size: 14px;line-height: 24px;margin-top: 10px;color: #999999;max-height: 48px;overflow: hidden;text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;} */

.new-main .list-item,
.lMain .list-item,
.wsc-search-list .list-item {
    height: 198px;
    padding: 16px 20px;
    margin-top: 20px;
    background: rgba(245, 245, 245, 1);
    box-sizing: border-box;
}

.new-main .list-picitem,
.lMain .list-picitem,
.wsc-search-list .list-picitem {
    padding-left: 270px;
}

.list-picitem .list-img {
    float: left;
    width: 220px;
    height: 165px;
    margin-left: -250px;
    overflow: hidden;
}

.list-picitem .list-img img {
    transition: 0.36s;
}

.list-picitem .list-img:hover img {
    transform: scale(1.08);
}

.new-main .list-info,
.list-picitem .list-info,
.lMain .list-info,
.wsc-search-list .list-info {
    float: left;
    width: 100%;
}

.new-main .list-tit,
.list-picitem .list-tit,
.lMain .list-tit,
.wsc-search-list .list-tit {
    font-size: 20px;
    line-height: 24px;
    margin-top: 7px;
    color: rgba(34, 34, 34, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.36s;
    white-space: nowrap;
    width: 100%;
}

.new-main .list-tit:hover,
.list-picitem .list-tit:hover,
.lMain .list-tit:hover,
.wsc-search-list .list-tit:hover {
    color: #3560CA;
}

.new-main .list-text,
.list-picitem .list-text,
.lMain .list-text,
.wsc-search-list .list-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    color: #868686;
    height: 69px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-main .list-time,
.list-picitem .list-time,
.lMain .list-time,
.wsc-search-list .list-time {
    font-size: 14px;
    color: #868686;
    line-height: 20px;
    margin-top: 17px;
    display: block;
}

.list-item2 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 20px;
}

.list-img2 {
    overflow: hidden;
    margin: 0;
    float: none;
    border: 1px #e0e0e0 solid;
    position: relative;
    box-sizing: border-box;
}

.list-img2 img {
    width: 100%;
}

.list-info2 {
    overflow: hidden;
    padding: 10px;
    border: 1px #e0e0e0 solid;
    border-top: 0;
}

.list-info2 .list-tit2 {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.list-img2 .list-imgicon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 22px;
    height: 19px;
    background: url(../images/pic-ico.png) no-repeat center center;
}

.list-img2 .list-playicon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 46px;
    height: 46px;
    background: url(../images/play-ico.png) no-repeat center center;
}

.list-img2 .list-lentime {
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    color: #ffffff;
}


/*side-bar*/
.side-link {
    padding: 20px 20px;
    border: solid 1px #e0e0e0;
}

.side-link .link-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.side-link .link-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.side-link .item-dt {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.side-link .item-dd {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
}

.side-link .time {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-top: 10px;
}

/*search-page*/
.wsc-search {
    padding: 0px 0 40px;
}

.search-form {
    width: 100%;
}

.search-form form {
    display: block;
    padding-right: 165px;
}

.search-form input {
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    border: solid 1px rgba(235, 235, 235, 0.8);
    background-color: #fff;
    padding: 10px 10px 10px 24px;
    font-size: 16px;
    line-height: 28px;
    float: left;
}

.search-form input::placeholder {
    color: #868686;
    font-size: 16px;
}

.search-form input:focus {
    background-color: #fff;
}

.search-form .btn-search {
    font-size: 16px;
    line-height: 58px;
    color: #fff;
    margin-right: -165px;
    width: 165px;
    height: 58px;
    float: left;
    cursor: pointer;
    transition: 0.36s;
}

.wsc-search-main {
    margin: 20px auto 0;
}

.sl-main {}

.search-tab {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
}

.search-tab li {
    float: left;
    font-size: 15px;
    color: #666666;
    margin-left: 40px;
    position: relative;
    transition: 0.36s;
}

.search-tab li:first-child {
    margin-left: 0;
}

.search-tab li span {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    width: 0;
    height: 2px;
    transition: 0.36s;
}

.search-tab li a {
    display: block;
}

.search-tab .active span,
.search-tab li:hover span {
    width: 100%;
}

.sl-count {
    line-height: 1;
    margin-top: 20px;
    color: #999999;
}

.wsc-search-none {}

.search-none-tit {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    margin-top: 40px;
}

.search-none-text {
    margin-top: 20px;
    color: #666666;
    line-height: 30px;
}

.wsc-search-list {
    width: 100%;
    overflow: hidden;
}

.wsc-search-list .list-main {
    margin-top: 20px;
}

.wsc-search-list .list-main2 {
    margin: 0 -10px 0;
}

.wsc-detlink {
    margin-top: 40px;
    width: 826px;
    padding: 15px 0 14px;
    height: 69px;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.wsc-detlink div {
    box-sizing: border-box;
    width: 413px;
    padding: 0 20px;
    height: 40px;
}

.dl-prev {
    float: left;
    transition: 0.36s;
}

.dl-next {
    float: right;
    transition: 0.36s;
    text-align: right;
    border-left: 1px solid #E5E5E5;
}

.wsc-detlink div a {
    float: left;
    max-width: 348px;
    font-size: 14px;
    color: #222;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.36s;
}

.wsc-detlink .dl-next a {
    text-align: right;
    float: right;
}

.dl-prev i {
    float: left;
    width: 24px;
    height: 100%;
    background: url(../images/dp-arr.png) no-repeat 0 center;
    font-size: 0;
}

.dl-next i {
    float: right;
    width: 24px;
    height: 100%;
    background: url(../images/dn-arr.png) no-repeat right center;
    font-size: 0;
}

.dl-prev:hover i {
    background: url(../images/dp-arrh.png) no-repeat 0 center;
}

.dl-next:hover i {
    background: url(../images/dn-arrh.png) no-repeat right center;
}

.dl-prev:hover a,
.dl-next:hover a {
    color: #3560CA;
}

/* tags-page*/
.wsc-tags-home {}

.tag-main .list-main {
    margin-right: -21px;
    margin-top: -20px;
}

.wsc-list-tag .list-item {
    float: left;
    width: 280px;
    box-sizing: border-box;
    padding: 19px;
    margin-right: 20px;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    line-height: 24px;
}

.wsc-tags-detail {}

.taglist-intro {}

.taglist-tit {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
    padding: 20px 20px 10px;
    background-color: #f6f6f6;
}

.taglist-text {
    padding: 10px 20px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    background-color: #f6f6f6;
}

.taglist-main {}

.taglist-item {
    margin-top: 30px;
}

.taglist-item:first-child {}

.wsc-tags-list {}


/*detailpage*/
.d-tit {
    font-size: 30px;
    line-height: 1.6;
    color: #222;
}

.d-info {
    line-height: 24px;
    margin-top: 10px;
    color: #868686;
}

.d-time,
.d-views,
.d-author {
    display: inline
}

.infobor {
    margin: 0 24px;
    color: rgba(112, 112, 112, 0.15);
}

.d-intro {
    padding: 20px;
    background-color: #f6f6f6;
    line-height: 24px;
    color: #868686;
    margin-top: 20px;
}

.d-cover {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.d-cover img {
    vertical-align: middle;
    max-width: 100%;
}

.d-cover-text {
    color: #999999;
    font-style: italic;
    margin-top: 10px;
}

.d-content {
    margin-top: 20px;
}

.wsc-relate {
    padding: 50px 0;
}

.rTit {
    height: 42px;
    position: relative;
    margin-bottom: 40px;
}

.rTitText {
    float: left;
    font-size: 30px;
    line-height: 42px;
    color: #222;
    position: relative
}

.rTitText1 {
    font-size: 38px;
    font-weight: bold;
}

.rTitText2 {
    font-size: 24px;
    font-weight: bold;
}

.rTitMore {
    float: right;
    font-size: 16px;
    color: #868686;
    line-height: 44px;
    transition: 0.36s;
}

.rTitMore span {
    display: inline-block;
    padding-right: 32px;
    background: url(../images/tagside-arr.png) no-repeat right center;
}

.rTitMore:hover span {
    background-image: url(../images/tagside-arrh.png);
}

.rTitMore:hover {
    color: #3560CA;
}

.rlist-style1 .rListCon {
    margin-left: -20px;
    padding-top: -10px;
}

.rlist-style1 .rlist-item {
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    height: 60px;
    background: rgba(250, 250, 250, 1);
    padding: 19px 20px 19px 24px;
    box-sizing: border-box;
    position: relative;
    width: 590px
}

.rlist-style1 .rlist-tit {
    line-height: 22px;
    font-size: 16px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    max-width: 70%;
    float: left;
    transition: 0.36s;
}

.rlist-style1 .rlist-tit:hover {
    color: #3560CA;
}

.rlist-style1 .rlist-time {
    color: #868686;
    font-size: 14px;
    float: right;
}

.rlist-style1 .rlist-picitem {
    padding-left: 100px;
}

.rlist-style1 .rlist-img {
    margin-left: -100px;
    width: 80px;
    float: left;
}

.rlist-style1 .rlist-img img {
    width: 100%;
}

.rlist-style1 .rlist-info {
    width: 100%;
    float: left;
}

.rlist-style2 {
    padding: 5px 0 25px;
    background-color: #fff;
    /* border: 1px solid rgba(229, 229, 229, 1); */
}

.rlist-style2 .rListCon {
    background: url(../images/rnew-line.png) no-repeat center 20px;
    width: 1198px;
}

.rlist-style2 .rlist-tit::before {
    position: absolute;
    top: -7px;
    left: 22px;
    width: 12px;
    content: ".";
    font-size: 20px;
    color: #222;
}

.rlist-style2 .rlist-item {
    position: relative;
    margin-top: 20px;
    float: left;
    width: 590px;
    margin-right: 18px;
    box-sizing: border-box;
    padding: 0 20px 0 34px;
}

.rlist-style2 .rlist-tit {
    line-height: 22px;
    font-size: 16px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    max-width: 70%;
    float: left;
    transition: 0.36s;
}

.rlist-style2 .rlist-tit:hover {
    color: #3560CA;
}

.rlist-style2 .rlist-item:nth-child(2n) {
    margin-right: 0;
}

.rlist-style2 .rlist-tit:hover::before {
    color: #3560CA;
}

.rlist-style2 .rlist-time {
    color: #868686;
    font-size: 14px;
    float: right;
}

.rlist-style3 .rlist-item {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding: 20px;
}

.rlist-style3 .rlist-tit {
    line-height: 24px;
    font-size: 16px;
    color: #555;
    overflow: hidden;
    max-height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    transition: 0.36s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rlist-style3 .rlist-tit:hover {
    color: #3560CA;
}

.rlist-style3 .rlist-time {
    color: rgba(134, 134, 134, 0.5);
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
}

.rlist-style3 .rlist-text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 12px;
    color: #868686;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}