
#Head {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #1e63b1;
}

#Head .main {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

#Head .main ul {
    display: inline-block;
}

#Head .main li {
    font-size: 15px;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.jiahao {
    font-size: 20px !important;
    padding: 0 0 0 20px !important;
}
.jiahao:hover{
    background: rgba(255, 255, 255, 0) !important;
}
.jiahao:hover::before{
    border: 0;
    border-color: rgba(255, 255, 255, 0) !important;
}

#Head .main #Signin {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    height: 56px;
    width: 100px;
    float: right;
}

#Head .main .Choice::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    border-bottom: 3px solid #4f99ec;
    box-sizing: border-box;
    right: 0;
}

#Head .main li:hover::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    box-sizing: border-box;
    right: 0;
}

#Head .main #Signin span {
    display: inline-block;
    width: 42px;
    font-weight: bold;
    cursor: pointer;

}


#Crumbs {
    width: 100%;
    height: 65px;
    line-height: 65px;
}

#Crumbs .main {
  	position: relative;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    margin-top: 20px;
    font-size: 0;
}

#Crumbs .main #logo {
    display: inline-block;
    width: 260px;
    height: 70px;
    vertical-align: top;
    cursor: pointer;
}


#Crumbs .main #route {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 15px;
    color: #000;
    vertical-align: top;
    margin-left: 5px;
    width: auto;
}
#Crumbs .main #route img{
	    margin-right: 10px;
    height: 33px;
}

#Crumbs .main #search {
    position: absolute;
  	right: 0;
    display: inline-block;
    height: 70px;
    width: 390px;
}

#Crumbs .main #search input {
    width: 240px;
    height: 40px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px 0 0 80px;

}

#Crumbs .main #search div {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1e63b1;
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}



#Con {
    width: 100%;
    margin-top: 40px;
}

#Con .main {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

#Con .main .Ri {
    display: inline-block;
    width: 780px;
      position: relative;
}

#Con .main .Le {
    margin-left: 50px;
    width: 370px;
    display: inline-block;
}

#Con .main .Ri #Article #Ti {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

#Con .main .Ri #Article #Inf {

    font-size: 14px;
    color: #808080;
}

#Con .main .Ri #Article #Inf li {
    display: inline-block;
    padding: 0 14px;
}

#Con .main .Ri #Written {
    margin-top: 20px;
      padding-top: 20px;
    border-top: 1px solid #dddddd;
    font-size: 17px;
    line-height: 30px;
}
#Con .main .Ri #Written img{cursor: auto;}
#Con .main .Ri #Written .dropdown{vertical-align: middle;}
#Con .main .Ri #Written p,#Con .main .Ri #Written h5{
    cursor: auto!important;
}
#Con .main .Ri #Written p{margin-bottom:0}
#Con .main .Ri #Written .charge{
    text-align: right;
    margin: 20px;
}

#Con .main .Ri #Return {
    height: 60px;
    font-size: 16px;
    color: #767676;
    border-bottom: 1px solid #dddddd;
}

#Con .main .Ri #Return span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
}

#Con .main .Ri #Return img {
    float: right;
    cursor: pointer;
}

#Con .main .Ri #Relevant {
    margin-top: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dddddd;
}

#Con .main .Ri #comment>i,
#Con .main .Ri #Relevant>i,
#Con .main .Ri #Recommend>i {
    display: block;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    margin-bottom: 10px;
}

#Con .main .Ri #comment>i::before,
#Con .main .Ri #Relevant>i::before,
#Con .main .Ri #Recommend>i::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 7px;
    background: #1e63b1;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: top;

}


#Con .main .Ri #Relevant li {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;

}


#Con .main .Ri #comment {
    margin-top: 30px;
}

#Con .main .Ri #comment #Inputbox {
    width: 780px;
    height: 140px;
    border: 1px solid #3263ab;
    border-radius: 10px;
    position: relative;
    margin-top: 50px;
}

#Con .main .Ri #comment #Inputbox textarea {
    width: 740px;
    height: 100px;
    outline: 0;
    padding: 20px 20px;
    resize: none;
    font-size: 15px;
    border: 0;
    border-radius: 10px;
}

#Con .main .Ri #comment #Inputbox::before {
    height: 50px;
    width: 50px;
    display: inline-block;
    content: "";
    background-image: url(../img/comment_ico.jpg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    position: absolute;
    top: -32px;
    left: 30px;
    cursor: pointer;
}

#Publish {
    float: right;
    height: 34px;
    line-height: 34px;
    width: 80px;
    background: #1e63b1;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}


#Con .main .Ri #comment #list {
    margin-top: 70px;
}

#Con .main .Ri #comment #list>li {
    padding: 20px 0;
    display: block;
    width: 100%;
    border-top: 1px solid #cccccc;
}

#Con .main .Ri #comment #list>li .Sen {
    font-size: 15px;
    color: #888888;
}

#Con .main .Ri #comment #list>li .Com_user {
    width: 38px;
}

#Con .main .Ri #comment #list>li>div {
    margin-left: 10px;
    display: inline-block;
    width: 730px;
}

#Con .main .Ri #comment #list>li .info {
    height: 30px;
}

#Con .main .Ri #comment #list>li .info li {
    display: inline-block;
    padding-right: 20px;
    font-size: 15px;
}


#Con .main .Ri #comment #list>li .info li:last-child {
    color: #9c9c9c;
    font-size: 14px;
}



#Con .main .Ri #comment #list>li .Fab {
    width: 100%;
    text-align: right;
}

#Con .main .Ri #comment #list>li .Fab .Fa,
#Con .main .Ri #comment #list>li .Fab .Re,
#Con .main .Ri #comment #list>li .Fab .Co {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    color: #b9b9b9;
    width: 100px;
    height: 30px;
    line-height: 30px;
}



#Con .main .Ri #comment #list>li .Fab .Fa::before,
#Con .main .Ri #comment #list>li .Fab .Re::before,
#Con .main .Ri #comment #list>li .Fab .Co::before {
    content: "";
    vertical-align: top;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/comment_Relevant.jpg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

#Con .main .Ri #comment #list>li .Fab .Fa::before {
    background-position: -0px -8px;
}

#Con .main .Ri #comment #list>li .Fab .Re::before {
    background-position: -80px -6px;
}

#Con .main .Ri #comment #list>li .Fab .Co::before {
    background-position: -176px -8px;
}

#Con .main .Ri #Recommend .more,
#Con .main .Ri #comment #list .more {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    background: #e8eff7;
    cursor: pointer;
}

#Con .main .Ri #Recommend .more img,
#Con .main .Ri #comment #list .more img {
    height: 16px;
    width: 16px;
    margin: 18px 0 0 4px;
  vertical-align: top;
}

#Con .main .Ri #comment {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
  display:none;
}


#Con .main .Ri #Recommend {
    margin-top: 40px;
}

#Con .main .Ri #Recommend>i {
    margin-bottom: 30px;
}

#Con .main .Ri #Recommend li {
    display: block;
    margin-bottom: 20px;
    cursor: pointer;

}
#Con .main .Ri #Recommend li:hover{
    background: #fafafa;
}
#Con .main .Ri #Recommend li:hover img{
  transform: scale(1.08);
}
#Con .main .Ri #Recommend li:hover .Rig p{
    color: #1e63b1;
  }

#Con .main .Ri #Recommend li .Reimg,
#Con .main .Ri #Recommend li img {
    display: inline-block;
    width: 240px;
    height: 190px;
    overflow: hidden;
    transition: 1.2s;
      display: none;
}


#Con .main .Ri #Recommend li .Rig {
       display: inline-block;
    width: 100%;
    height: 190px;
    margin-left: 0px;
    border-bottom: 1px solid #eee;
}


#Con .main .Ri #Recommend li .Rig p {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
  overflow: hidden; width: 100%;text-overflow: ellipsis;word-break: break-all;white-space: nowrap;cursor: pointer;
}

#Con .main .Ri #Recommend li .Rig span {
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 36px;
      cursor: text;
}
#Con .main .Ri #Recommend .articles-item-box li .Rig span {
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    cursor: text;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
#Con .main .Le ul li:hover span,
#Con .main .Le ul li:hover p{
    color: #1e63b1;
}
#Con .main .Le #Hotspot {
    margin-bottom: 24px;
}

#Con .main .Le #Chart>i,
#Con .main .Le #Regard>i,
#Con .main .Le #Hotspot>i {
    display: block;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    margin-bottom: 10px;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
}


#Con .main .Le #Regard>i::before,
#Con .main .Le #Chart>i::before,
#Con .main .Le #Hotspot>i::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 7px;
    background: #1e63b1;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: top;
}

#Con .main .Le #Hotspot li {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 32px;
    cursor: pointer; 
}
#Con .main .Le #Hotspot li:hover{
    color: #1e63b1 !important;
}



#Con .main .Le #Hotspot li::before {
    vertical-align: top;
    content: "";
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    background: #f00;
    margin: 6px 4px 0 0;
    color: #fff;
}

#Con .main .Le #Hotspot li:nth-child(2):before {
    content: "1";
}

#Con .main .Le #Hotspot li:nth-child(3):before {
    content: "2";
}

#Con .main .Le #Hotspot li:nth-child(4):before {
    content: "3";
}

#Con .main .Le #Hotspot li:nth-child(5):before {
    content: "4";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(6):before {
    content: "5";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(7):before {
    content: "6";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(8):before {
    content: "7";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(9):before {
    content: "8";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(10):before {
    content: "9";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(11):before {
    content: "10";
    background: #a0a0a0;
}


#Con .main .Le #Chart {
    margin-top: 26px;
}

#Con .main .Le #Regard>i span,
#Con .main .Le #Chart>i span {
    float: right;
    display: inline-block;
    font-size: 15px !important;
    color: #999999;
}
#Con .main .Le #Chart li{
    margin-bottom: 20px;
    cursor: pointer;
}
#Con .main .Le #Chart li:hover img {
transform: scale(1.08);
}
#Con .main .Le #Chart li .Chimg,
#Con .main .Le #Chart li img {
    width: 370px;
    transition: 1.2s;
    overflow: hidden;
}
#Con .main .Le #Chart li p{
    margin-top: 10px;
    display: inline-block;
    width: 370px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}


#Con .main .Le #Regard {
    margin-top: 40px;
}
#Con .main .Le #Regard>i{
    margin-bottom: 20px;
}

#Con .main .Le #Regard li{
    margin-bottom: 10px;
    cursor: pointer;
    width: 177px;
    display: inline-block;
}
#Con .main .Le #Regard li:nth-child(even){
margin-right: 15px;
}

#Con .main .Le #Regard li .Reimg,
#Con .main .Le #Regard li img {
    width: 177px;
  height:119px;
    overflow: hidden;
    transition: 1.2s;
}
#Con .main .Le #Regard li:hover img{
    transform: scale(1.08);
}
#Con .main .Le #Regard li span{
    display: inline-block;
    line-height: 30px;
    text-align: left;
    font-size: 17px;
  overflow: hidden; width: 100%;text-overflow: ellipsis;word-break: break-all;white-space: nowrap;
}
#Con .main .Le #Regard li .Reimg{
    position: relative;
}
#Con .main .Le #Regard li .bofang {
    position: absolute;
    top: 38px;
    left: 61px;
    width: 50px;
    height: 50px;
}
.fenxiang {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.fenxiang p {
    margin-left: 10px;
    margin-right: 12px;
    font-size: 16px;
}
.bds_weixin {
        float: left;
        background-position: 0 !important;
        font-size: 12px;
        padding-left: 0;
        height: 37px !important;
        width: 37px !important;
        background-image: url(img/sp_05.png) !important;
        background-size: 68% !important;
        background-repeat: no-repeat;
        cursor: pointer;
        margin: 0 !important;
    }
    
    .popup_tqf {
        float: left;
        background-position: 0 !important;
        font-size: 12px;
        padding-left: 0;
        line-height: 16px;
        height: 37px !important;
        width: 37px !important;
        background-image: url(img/sp_03.png) !important;
        background-size: 68% !important;
        background-repeat: no-repeat;
        cursor: pointer;
        margin: 0 !important;
    }
    
    .bds_tsina {
        float: left;
        background-position: 0 !important;
        font-size: 12px;
        padding-left: 0;
        line-height: 16px;
        height: 37px !important;
        width: 37px !important;
        background-image: url(img/sp_07.png) !important;
        background-size: 68% !important;
        background-repeat: no-repeat;
        cursor: pointer;
        margin: 0 !important;
    }
    
    .bds_tqq {
        float: left;
        background-position: 0 !important;
        font-size: 12px;
        padding-left: 0;
        line-height: 16px;
        height: 37px !important;
        width: 37px !important;
        background-image: url(img/sp_09.png) !important;
        background-size: 68% !important;
        background-repeat: no-repeat;
        cursor: pointer;
        margin: 0 !important;
    }
#bdshare_weixin_qrcode_dialog{
	height: 334px !important;
}
.Advertisement img{
  	margin: 0;
  }
  .Advertisement{
  	margin: 0 0 20px 0;
  }
  .reweima{
  	float: right;
    background-color: #fff;
    display: none;
    width: 222px;
    border: 1px solid;
    padding: 33px 20px 20px 20px;
    font-size: 16px;
    position: relative;
  }
  .reweima p{
  	margin-top: 10px;
  }
  .guanbi{
  	position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    font-style: normal;
    cursor: pointer;
  }
.yuanchuang{
	margin-top: 15px;
}