
#Top{
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #ebebeb;
}
#Top .main {
    width: 1200px;
    margin: 0 auto;
    color: #797979;
}
#Top .main ul {
    display: inline-block;
    width: 700px;
}

#Top .main li {
    font-size: 14px;
    padding: 0 7px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

#Top .main li:hover {
    background: rgba(255, 255, 255, 0.2);
}
#Top .main #Ttime{
    display: inline-block;
    float: right;
    margin-right:20px;
    font-size: 14px;
}
#Top .main #Signin {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    height: 20px;
    width: 130px;
    float: right;
    color: #1e63b1;
}

#Top .main #Signin span {
    display: inline-block;
    width: 60px;
    cursor: pointer;
    
}
#Crumbs {
    width: 100%;
    margin-bottom: 10px;
}

#Crumbs .main {
    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: 0px;
    width: 626px;
}
#Crumbs .main #route #slogan{
height: 70px;
}
#Crumbs .main #route .CrAdv{
    height: 50px;
    margin-top:0px;
}

#Crumbs .main #search {
    display: inline-block;
    height: 70px;
    width: 310px;

}

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

}

#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;
}



#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: 16px;
    padding: 0 12px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

#Head .main li:hover {
    background: rgba(255, 255, 255, 0.2);
}

#Head .main #Signin {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    height: 56px;
    width: 24px;
    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;
    border-bottom: 3px solid #4f99ec;
    box-sizing: border-box;
    right: 0;
}

#Head .main #Signin span {
    display: inline-block;
    width: 60px;
    cursor: pointer;

}
.Reddot{
    display: inline-block;
font-size: 12px;
color:#fff;
background: #f00;
height: 14px;
font-style: normal;
line-height: 14px;
width: 24px;
text-align: center;
border-radius: 6px; 
position: absolute;
margin-left:-16px;
margin-top:5px; 
}




#Con {
    width: 100%;
    margin-top: 20px;
  padding-top:0;
}

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

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

#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;
    /*height: 100px;
    line-height: 100px;*/
}

#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;
    border-top: 1px solid #dddddd;
    font-size: 17px;
    line-height: 30px;
}

#Con .main .Ri #Written p {
    margin: 26px 0px;
    text-indent: 36px;
}

#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 #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 #comment #list .more img {
    height: 16px;
    width: 16px;
    margin: 18px 0 0 4px;
}

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


#Con .main .Ri #Recommend {

}

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

#Con .main .Ri #Recommend li {
    display: block;
       cursor: auto !important;
  float:left;
}
#Con .main .Ri #Recommend li:hover{
    background: #fafafa;
}
#Con .main .Ri #Recommend li:hover .Rig a{
    color: #1e63b1;
}
#Con .main .Ri #Recommend li .Reimg,
#Con .main .Ri #Recommend li img {
    display: inline-block;
    width: 240px;
    height: 190px;
    overflow: hidden;
    transition: 0.6s;
}


#Con .main .Ri #Recommend li .Rig {
    display: inline-block;
    width: 720px;
    border-bottom: 1px solid #d9d9d9;
}


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

#Con .main .Ri #Recommend li .Rig span {
    display: block;
    font-size: 15px;
    color: #999999;
    text-indent: 32px;
    line-height: 30px;
    padding-left: 5px;
   min-height:90px;
}
#Con .main .Ri #Recommend li .Rig span i{
    color:#4185f3;
    font-style: normal;
  white-space: nowrap;
}
#Con .main .Ri #Recommend li .Rig span i a{
 color:#4185f3;
}
#Con .main .Ri #Recommend li .Rig h5{
    font-size: 16px;
    text-indent: 5px;
    font-weight: normal;
    color: #999999;
    margin-bottom: 20px;
    
}
#Con .main .Ri #Recommend li .Rig h5 span1{
    color: #333333;
}
#Con .main .Le ul li:hover span{
    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 a{display:inline-block;width:90%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#Con .main .Le #Hotspot li:hover a{
    color: #1e63b1;

}



#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: 40px;
}

#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 .Chimg,
#Con .main .Le #Chart li img {
    width: 370px;
    overflow: hidden;
}
#Con .main .Le #Chart 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 {
    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;
    overflow: hidden;
    transition: 1.2s;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
#Con .main .Le #Regard li:hover img{
    transform: scale(1.1);
}
#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 .Ri #Recommend .more{
    text-align: center;
    color:#000;
    margin-top:60px;
   
}
#Con .main .Ri #Recommend .more li{
    display: inline-block;
    border:1px solid #e2e2e2;
    height:30px;
    line-height: 30px;
    text-align: center;
    padding:0 10px;
    margin:0 3px;
    font-size: 15px;
}
#Con .main .Ri #Recommend .more i{
    font-size: 15px;
}
#Con .main .Ri #Recommend .more li:hover{
    background: #1e63b1;
    color: #fff !important;
}
#Con .main .Ri #Recommend .more .choose{
    background: #1e63b1;
    color: #fff;
}
#Con .main .Le #Regard li .Reimg{
    position: relative;
}
#Con .main .Le #Regard li .bofang {
    position: absolute;
    top: 38px;
    left: 61px;
    width: 50px;
    height: 50px;
}