*{
    box-sizing: border-box;
    color: #333;
}
body{
    background-color: #f7f8f9;
    text-align: unset;
}

.article{
    margin-bottom: 50px;
}
.articleLayout{
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}
.articleLayout .lefts{
    width: 70%;
    float: left;
}
.articleLayout .rights{
    margin-left: 1%;
    width: 29%;
    float: right;
    background-color: #ffffff;
}
.artiCard{
    background-color: #ffffff;
}
.artiCard .cardItems{
    border-bottom: 1px dashed #eee;
}
.artiCard .cardItems li{
    padding: 20px;
    border-bottom: 1px dashed #eee;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.artiCard .cardItems li:hover{
    box-shadow: 0 0 25px #ddd;
    border-color: transparent;
}
.artiCard .cardItems a:last-child li{
    margin-bottom: 0;
    border-bottom: none;
}
.artiCard .cardItems li:after{
    content: "";
    display: block;
    clear: both;
    zoom: 1;
}
.artiCard li .times{
    display: block;
    float: left;
    width: 10%;
    text-align: center;
    padding: 8px 5px;
    background-color: #12cdf4;
}
.artiCard li .times .data{
    font-weight: bold;
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 7px;
}
.artiCard li .times .month{
    color: #fff;
    font-size: 14px;
}
.artiCard li .txtCons{
    display: block;
    width: 90%;
    float: left;
    padding-left: 10px;
    vertical-align: top;
}
.artiCard li .txtCons .titles{
    font-size: 17px;
    color: #666;
    margin: 0;
    border: none;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
}
.artiCard li .txtCons .detailTxts{
    font-size: 14px;
    color: #999;
    text-align: left;
}
.pageItems{
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
}
.pageItems a,.pageItems span{
    display: inline-block;
    border: 1px solid #e5e5e5;
    color: #999;
    background-color: #fafafa;
    padding: 5px 10px;
}
.pageItems span.current{
    margin-right: 5px;
}
.pageItems a.active,.pageItems a:hover,.pageItems span.current{
    background-color: #12cdf4;
    border-color: #12cdf4;
    color: #ffffff;
}
.pageItems a.more,.pageItems a.more:hover{
    border: none;
    background-color: transparent;
    color: #999;
}
.pageItems span{
    color: #999;
    padding-left: 10px;
}
.tipsCard{
    padding: 20px 14px;
}
.tipsCard .cardItems{
    padding: 20px 14px;
    border: 1px dashed #ddd;
    margin-bottom: 20px;
}
.tipsCard .cardItems .titles{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #12cdf4;
}
.tipsCard .cardItems .itemsBoxs a{
    display: inline-block;
    border: 1px solid #dadada;
    color: #666666;
    padding: 5px;
    margin: 0 8px 8px 0;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.tipsCard .cardItems .itemsBoxs a:hover{
    background-color: #12cdf4;
    color: #fff;
    border-color: #12cdf4;
}
.tipsCard .cardItems .olReadBoxs{
    /*padding-left: 1.3rem;*/
}
.tipsCard .cardItems .olReadBoxs li{
    color: #666;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.tipsCard .cardItems .olReadBoxs li:hover{
    text-shadow: 0 0 3px #999;
    color: #333;
}
.olReadBoxs li:after{
    content: "";
    display: block;
    clear: both;
    zoom: 1;
}
.olReadBoxs li .times{
    display: block;
    float: left;
    width: 30%;
    text-align: center;
    padding: 8px 5px;
    background-color: #12cdf4;
}
.olReadBoxs li .times .data{
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 7px;
}
.olReadBoxs li .times .month{
    color: #fff;
    font-size: 14px;
}
.olReadBoxs li .txtCons{
    display: block;
    width: 70%;
    float: left;
    padding-left: 10px;
    vertical-align: top;
}
.olReadBoxs li .txtCons .titles{
    font-size: 14px;
    color: #666;
    margin: 0;
    border: none;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.olReadBoxs li .txtCons .titles:hover{
    color: #333;
    text-shadow: 0 0 3px #999;
}
.olReadBoxs li .txtCons .recmmTxts{
    font-size: 12px;
    color: #999;
}
.location{
    padding: 15px 0;
}
.location span{
    color: #666666;
    font-size: 14px;
}

.detailCard{
    background-color: #ffffff;
}
.detailCard h1{
    font-size: 24px;
    color: #333333;
    padding: 30px 0;
    text-align: center;
}
.detailCard .detTexts{
    padding-bottom: 30px;
}
.detailCard .detTexts span{
    display: inline-block;
    width: 50%;
    color: #999;
}
.detailCard .detTexts span:nth-child(1){
    float: left;
    text-align: right;
    padding-right: 15px;
}
.detailCard .detTexts span:nth-child(2){
    float: right;
    text-align: left;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.detailCard .cardContents{
    padding: 0 20px;
}
.detailCard .cardContents p{
    font-size: 16px;
    color: #333333;
}
.detailCard .cardContents .conTxts p{
    text-indent: 2rem;
    line-height: 36px;
    padding-bottom: 15px;
}

.relatedItems{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}
.relatedItems .titles{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #12cdf4;
}
.relatedItems .relaWrap p{
    width: 45%;
    font-size: 14px;
    color: #666;
    padding: 5px 0 8px 0;
    border-bottom: 1px dashed #ddd;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}
.relatedItems .relaWrap p:hover{
    text-shadow: 0 0 5px #999;
    color: #333;
}
.relatedItems .relaWrap a:nth-child(odd) p{
    float: left;
}
.relatedItems .relaWrap a:nth-child(even) p{
    float: right;
}

.introItems{
    margin-top: 50px;
    border: 1px solid #12cdf4;
}
.introItems .introTit{
    background-color: #12cdf4;
    min-height: 38px;
    position: relative;
}
.introItems .introTit span{
    display: inline-block;
    margin-left: 10px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    padding: 3px 10px;
}
.introItems .introCons{
    padding: 20px 10px;
}
.introItems .introCons .titles span{
    display: inline-block;
}
.introItems .introCons .titles .nums{
    font-size: 12px;
    background-color: #12cdf4;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #fff;
    vertical-align: top;
    box-shadow: 3px 3px 0px rgba(18, 205, 244, 0.46);
}
.introItems .introCons .titles .tit{
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
.introItems .introCons .conTexts{
    padding: 10px 0;
}
.introItems .introCons .conTexts .txt{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.introItems .introCons .conTexts a{
    color: #12cdf4;
}




/**
 * change
 */
.changeWrapDetail{
    padding-top: 0;
    margin-bottom: 80px;
}
.detailCard .cardContents img{
    width: 760px;
}