/* 顶部搜索框 */

.search-wraper {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.headerTop {
    display: flex;
    margin-bottom: 30px;
}

.logo {
    margin: 15px 0 0 10px;
}

.searchWrap {
    width: 973px;
    height: 81px;
    margin: 12px 0 0 57px;
    position: relative;
}

.searchBar {
    width: 668px;
    height: 41px;
    border: solid 1px #1a76ff;
    margin-top: 10px;
    position: relative;
}

.searchBar:hover {
    box-shadow: 0 4px 18px #1a76ff28;
    background-color: #fefafa;
}

.searchButton {
    width: 100px;
    height: 41px;
    background-color: #1a76ff;
    float: right;
}

.searchButton p {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    line-height: 27px;
    color: #fefefe;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
}

.indexWords {
    width: 668px;
    height: 14px;
    margin-top: 11px;
    display: flex;
    justify-content: space-between;
}

.indexWords span {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.indexWords span:hover {
    color: #1c77ff;
}

.hotline {
    width: 278px;
    height: 81px;
    position: absolute;
    top: 7px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sk_phone {
    width: 290px;
    float: right;
}

.sk_phoneLeft {
    width: 89px;
    height: 81px;
}

.sk_phone p>a {
    font-size: 20px;
    line-height: 19px;
    color: #0058d1;
    font-weight: 700;
}

.sk_logo,
.sk_nav,
.sk_phone {
    line-height: 48px;
    height: 48px;
}

.sk_phone .sk_phone_1 {
    float: left;
    padding-top: 0;
    width: 24%;
}

.sk_phone .sk_phone_1 img {
    width: 95%;
    margin-top: -5px;
    margin-right: 5px;
}

img {
    border: none;
    vertical-align: middle;
}

.sk_phone p {
    float: right;
    color: #666;
    font-size: 18px;
    line-height: 22px;
}


.container {
    width: 668px;
    margin: 0 auto;
    position: relative;
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.container>div {
    float: left;
}

.container .logo {
    width: 100%;
    height: 120px;
    margin: 0 auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 120px;
}

.container .input {
    position: relative;
    width: 568px;
    height: 42px;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.container .input01 {
    width: 300px;
}

.container .input>input {
    outline: none;
    border: none;
    margin-left: 101px;
    height: 41px;
    width: 240px;
    color: #666;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
}

#search-input {
    outline: none;
    border: none;
    margin-left: 101px;
    height: 41px;
    width: 240px;
    color: rgba(51, 51, 51, 0.76);
    font-size: 14px;
    border-radius: 4px 0 0 4px;
}

#contain {
    width: auto;
}

.container .input>input::-webkit-input-placeholder {
    color: #999;
}

#button-copy {
    border: none;
    width: 100px;
    height: 42px;
    position: absolute;
    top: 0;
    right: -100px;
    cursor: pointer;
}

#button-copy1 {
    border: none;
    width: 100px;
    height: 42px;
    position: absolute;
    top: -11px;
    right: -122px;
    cursor: pointer;
    z-index: 100;
}

.container #search-input {
    color: #999;
}

.container .input .picker,
.container .input .picker01 {
    width: 85px;
    position: absolute;
    top: 8px;
    left: 0;
    height: 25px;
    text-align: right;
    background-position: 50px center;
    background-repeat: no-repeat;
    user-select: none;
    border-right: 1px solid #b4b2b3;

    text-align: center;
    line-height: 25px;
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.container .input .picker01 {
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.container .input .picker p,
.container .input .picker01 p {
    text-align: center;
    line-height: 25px;
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.container .input .picker img,
.container .input .picker01 img {
    margin-left: 8px;
    cursor: pointer;
}

.container .input .picker-list {
    list-style: none;
    padding: 5px 0;
    width: 85px;
    position: absolute;
    left: -1px;
    top: 41px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    background-color: #fff;
    display: none;
    border: solid 1px #1a76ff;
    border-top: none;
}

.container .input .picker-list01 {
    list-style: none;
    padding: 5px 0;
    width: 85px;
    position: absolute;
    left: -1px;
    top: 41px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    background-color: #f0f6ff;
    display: none;
    border: solid 1px #1a76ff;
    border-top: none;
}

.picker-list01 {
    transition: all ease-in-out .75s;
    height: 108px;
    display: block;
}

.container .input .picker-list>li,
.container .input .picker-list01>li {
    padding-left: 30px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    background-color: #f0f6ff;
    color: #666;
}

.container .input .picker-list>li {
    padding-left: 18px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    background-color: #fff;
    color: #666;
}

.container .input .picker-list>li:hover {
    cursor: pointer;
    background: url(../images/gradient.png) left top no-repeat;
    background-size: cover;
}

.container .input .picker-list01>li:hover {
    cursor: pointer;
    color: #1c77ff;
}

.container .input .hot-list {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: none;
}

.container .input .hot-list>a {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}

.container .input .hot-list>a:hover {
    background-color: #f3f3f3;
}

.container .input .hot-list>a>div {
    float: left;
}

.container .input .hot-list>a>div.number {
    text-align: center;
    width: 40px;
}

.container .search {
    width: 100px;
    height: 42px;
    background-color: #08f;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.search p {
    text-align: center;
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    line-height: 42px;
    color: #fefefe;
}

.container .input .picker01 {
    width: 184px;
    background-color: #1c77ff;
    height: 39px;
    top: 0;
    border: none;
    position: relative;
}

.container .input .picker01 p {
    line-height: 39px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.container .input .picker01 .picker-img {
    margin-left: 26px;
}

.container .input .picker-list01 {
    width: 183px;
    top: 39px;
}

.container .input01>input {
    margin-left: 198px;
}
#guanZong, #daGang {
    color: #e4393c; 
}
#guanZong a, #daGang a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    line-height: 19px;
    font-weight: 600;
    cursor: pointer;
    color: #e4393c;
    margin-right: 12px;
}

#gkkWrap {
    color: #00a8ff;font-weight: 600; display: flex;
}

#gkkWrap1 {
    color: #e4393c;font-weight: 600
}

.gkkWrap-span {
    display: inline-block;
    width: 5px;
    height: 16px;
    background-color: #00a8ff;
    margin-right: 6px;
    margin-top: 7px;
}

.form-two {
    position: absolute;
    top: 8px;
    left: 200px;
}

.form-two>input {
    font-size: 14px;
    color: #666;
}

/* 社科品质 */
.skpz{
    background: url(./images/skpz.png) no-repeat center center;
    height: 300px;
    background-position: center;
}




/* 顶部蓝色导航 */

.right_nav_wrap {
    width: 70px;
    background: #fff;
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    box-sizing: border-box;
    cursor: pointer;
}

*{
    margin: 0;
    padding: 0 ;
    outline: 0;
    font-size: 100%;
    background: transparent;

}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.page_bg {
    background-color: #F5F6F9;
    height: 200vh;
}

.right_nav_wrap{
    z-index: 1000;
}

.right_nav_wrap ul {
    transition: all 0.3s ease-in-out;

}

.right_nav_wrap ul li {
    display: flex;
    justify-content: center;
    padding: 16px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #a2a0a0;
    box-sizing: border-box;
    width: 50px;
    height: 70px;
    margin: 0 auto;


}

.right_nav_wrap ul li .show {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right_nav_wrap ul li .none_wrap {
    display: none;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right_nav_wrap ul li .none_wrap a{
    color: #fff;
}

.right_nav_wrap .r_hover {
    position: relative;
}

.right_nav_wrap .r_hover .wxgzh_img {
    position: absolute;
    top: -128px;
    left: -178px;
    display: none;
}

.right_nav_wrap .r_hover:hover .wxgzh_img{
    display: block;
}

.right_nav_wrap .r_hover .wxgzh_img img{
    width: 169px;
    height: 170px;
}

.right_nav_wrap .close_btn {
    position: relative;
    height: 18px;

}

.right_nav_wrap .close_btn img {
    position: absolute;
    right: 7px;
    top: 7px;
}

.right_nav_wrap ul li>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.right_nav_wrap ul li>div img {
    width: 19px;
    height: 10px;
    margin-top: 6px;
}

.right_nav_wrap ul li:nth-of-type(5) {
    border-bottom: none;
}

.right_nav_wrap ul li:last-of-type {
    border-bottom: none;
}

.right_nav_wrap li:hover .show {
    display: none;
}

.right_nav_wrap li:hover .none_wrap {
    display: block;
}

.right_nav_wrap li:hover {
    background: #1C77FF;
    width: 70px;
    border: none;

}

.right_nav_wrap li:hover .top p {
    color: #fff;

}

.right_nav_wrap li .none_wrap {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
}

.close_btn_img {
    width: 10px;
    height: 9px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.close_btn:hover .close_btn_img {
    transform: rotate(-180deg);
}

.top_li {
    display: none !important;
}

.top_li.block {
    display: block !important;
}

.top_li:hover .top {
    animation: movetop 0.5s 1 ease-in-out;
}

@keyframes movetop {
    0% {
        transform: translate(0px, 11px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes movetop {
    0% {
        transform: translate(0px, 11px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.show_img {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 40%;
    right: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.show_img.block {
    display: block;
}

.show_img:hover {
    animation: moveleftright 0.5s 1 ease-in-out;
}

@keyframes moveleftright {
    0% {
        transform: translate(0, 0);
    }

    33% {
        transform: translate(-10px, 0);
    }

    66% {
        transform: translate(10px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.blue_hader_wrap {
    background-color: #1472ff;
    height: 40px;
    min-width: 1200px;
    width: 100%;
}

.blue_re_wrap_wrap {
    width: 250px;
}

.blue_hader_wrap .blue_connent_wrap {
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.blue_hader_wrap .blue_connent_wrap .blue_le_wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blue_hader_wrap .blue_connent_wrap .blue_le_wrap li a,
.blue_hader_wrap .blue_connent_wrap .blue_le_wrap li {
	font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.blue_hader_wrap .blue_connent_wrap .blue_le_wrap li {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.blue_le_wrap ul:nth-child(1) li {
    margin-right: 30px;
}

.blue_hader_wrap .blue_connent_wrap .blue_le_wrap li a:hover,
.blue_hader_wrap .blue_connent_wrap .blue_le_wrap li:hover {
    cursor: pointer;
}

.blue_hader_wrap .blue_connent_wrap .blue_re_wrap ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blue_hader_wrap .blue_connent_wrap .blue_re_wrap li {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.blue_hader_wrap .blue_connent_wrap .blue_re_wrap li img {
    margin-right: 6px;
}

.blue_hader_wrap .blue_connent_wrap .blue_re_wrap li.red {
    color: #E71F19;
}

.blue_hader_wrap .h_hover .item_2 {
    display: none;
}

.blue_hader_wrap .h_hover:hover .item_2 {
    display: block;
}

.blue_hader_wrap .h_hover .s_r {
    transition: .3s ease-in;
}

.blue_hader_wrap .h_hover:hover .s_r {
    transform: rotate(-180deg);
}

.blue_hader_wrap .h_hover .s_w {
    padding: 0 10px;
}

.blue_hader_wrap .h_hover:hover .s_w {
    border-top: none;
    border-bottom: none;
}

.blue_hader_wrap .h_hover {
    position: relative;
}

.blue_hader_wrap .top_fenxiao {
    width: 277px;
    background-color: #fff;
    position: absolute;
    top: 43px;
    left: 0px;
    padding: 20px;
    padding: 24px 7px 20px;
    width: 437px;
    -moz-box-shadow: 0 3px 3px #e3e3e3;
    -webkit-box-shadow: 0 3px 3px #e3e3e3;
    box-shadow: 0 5px 5px #e3e3e3;
    z-index: 9999;
    transition: 2s 1 ease-in-out;
    border: solid 1px #ddd;
    border-top: none;
}

.blue_hader_wrap .top_fenxiao a {
    padding: 10px;
}

.blue_hader_wrap .mible_wrap {
    position: absolute;
    top: 43px;
    right: -221px;
    background-color: #fff;
    width: 253px;
    -moz-box-shadow: 0 3px 3px #e3e3e3;
    -webkit-box-shadow: 0 3px 3px #e3e3e3;
    box-shadow: 0 5px 5px #e3e3e3;
    z-index: 9999;
    transition: 2s 1 ease-in-out;
    border: solid 1px #ddd;
    border-top: none;
    padding: 30px;

}
.blue_hader_wrap .mible_wrap  .option3_TopMobileDl {
    display: flex;
    align-items: flex-start;

}

.blue_hader_wrap .mible_wrap .option3_TopMobileDl a {
    color: #E71F19 !important;
}

.blue_hader_wrap .mible_wrap  .option3_TopMobileDl dt{
    background: url(../images/find_IMG.jpg) no-repeat;
    background-size: cover;
    width: 49px;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    margin-top: 11px;
    font-size: 12px;
    text-align: center;
    color: #E71F19;
}

#item_more:hover {
	color: #fff;
}

.blue_hader_wrap .mible_wrap  img {
    margin-left: 64px;
}
.blue_re_wrap li {
    cursor: pointer;
}
.blue_re_wrap .item_2{
    position: absolute;
    top: 42px;
    left: -53px;
    width: 200px;
    height: 100px;
    display: none;
    background-color: #fff;
    padding: 20px;
    /* display: flex !important; */
    justify-content: space-between;
    -moz-box-shadow: 0 3px 3px #e3e3e3;
    -webkit-box-shadow: 0 3px 3px #e3e3e3;
    box-shadow: 0 5px 5px #e3e3e3;
    z-index: 9999;
    transition: 2s 1 ease-in-out;
    border: solid 1px #ddd;
    align-items: center; 
    text-align: center;
}
.blue_re_wrap .h_hover:hover .item_2{
    display: flex;
   

}
.blue_re_wrap .item_2 p{
    line-height: 24px;
}
.blue_re_wrap .item_2 img {
  width: 100px;
  height: 100px;
}
.blue_re_wrap .item_2 p:nth-of-type(1){
    color: 333;
}
.blue_re_wrap .item_2 p:nth-of-type(2){
    color: #888;
}

.blue_re_wrap .item_2 p:nth-of-type(3){
    display: block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    border-radius: 4px;
    margin: 7px 0 0 0;
    background: #59bf6c;
    margin: 0 auto;
    margin-top: 5px;
}
.blue_re_wrap .item_2 p:nth-of-type(3) a{
    color: #fff;
}
.blue_re_wrap .item_1 img {
    vertical-align: middle;
}



/* 网站底部 */


.footer-index {
    background: #333333;
    width: 100%;
    min-width: 1200px;
    padding-bottom: 45px;
}

.footer_part {
    width: 1200px;
    margin: 0 auto;
}

.footer_box1,
.footer_box2,
.footer_box3,
.footer_box4 {
    float: left;
    width: 18%;
}

.footer_box5 {
    float: left;
    width: 28%;
}

.footer_part>div>h5 {
    margin: 32px 0 0;
    border-bottom: 1px solid #666;
    font-size: 18px;
    padding: 0 0 20px 50px;
    color: #d7d8d9;
}

.footer_part>div>ul {
    margin: 20px 0 15px;
    padding-left: 50px;
    color: rgb(27, 12, 12);
}

.footer_part>div>ul li {
    margin-bottom: 15px;
    font-size: 14px;
    color: #9b9ea0;
}

.footer_part>div>ul li a {
    margin-bottom: 15px;
    font-size: 14px;
    color: #9b9ea0;
}

.footer_ewm {
    padding-top: 35px;
}

.footer_ewm div {
    float: left;
    margin-left: 50px;
    text-align: center;
}

.footer_ewm div p {
    margin-top: 16px;
    color: #9b9ea0;
    font-size: 16px;
}

.footer_yqlj {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    height: 110px;
}

.footer_yqlj ul {
    margin-top: 25px;
}

.footer_yqlj ul li p {
    font-size: 24px;
    color: #d7d8d9;
}

.footer_yqlj ul li a {
    font-size: 14px;
    color: #9b9ea0;
}

.footer_yqlj ul li {
    float: left;
    line-height: 36px;
    margin-left: 30px;
}

.footer_beian {
    margin: 0 auto;
    text-align: center;
    color: #9b9ea0;
    padding-top: 30px;
    line-height: 32px;
}

/* 导航下方含背景区域 */

.nav-bottom-bg {
    width: 100%;
    min-width: 1200px;
	/* height: 460px; */
    background: url(../images/nav-bottom-bg.png) center center no-repeat;
    background-size: cover;
    padding-top: 57px;
    position: relative;
    /* padding-bottom: 290px; */
}

.nav-bot-core {
    width: 1200px;
    margin: 0 auto;
}

.letter-meaning {
    padding-left: 29px;
}

.letter-meaning>p:nth-child(2) {
    margin-top: 13px;
    padding-right: 566px;
}

.title-wraper {
	font-family: MicrosoftYaHei;
	font-size: 36px;
	line-height: 36px;
	color: #333;
}

.title-cont {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 40px;
	color: #333;
}

.brief-wraper {
    width: 1200px;
    height: 130px;
    /* position: absolute;
    bottom: 40px; */
    margin-top: 50px;
    padding-bottom: 50px;
}

.three-row {
    padding: 0 102px 0 102px;
    height: 42px;
    border-bottom: dashed 1px #1472ff;
}

.un-list {
    display: flex;
    justify-content: space-between;
    
}

.un-list li {
    display: block;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 42px;
    color: #333;
    cursor: pointer;
}

.un-list li>span {
    color: #808080;
}

.un-list li:nth-child(1) {
    width: 578px;
    height: 42px;
}

.un-list li:nth-child(2) {
    width: 420px;
    height: 42px;
}

/* 网站内容页 */

.page-core {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    display: flex;
    justify-content: space-between;
}

.left-cont {
    width: 792px;
    /* padding-left: 26px; */
    padding-right: 20px;
}

.right-cont {
    padding-top: 42px;

}

.left-cont-title {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 30px;
}

.left-cont-title p {
	font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	line-height: 26px;
	color: #333;
    padding-left: 2px;
    font-weight: 600;
}

#middleCont0 .shiftPic {
    width: 49%;
}

.ver-blue-bar {
    display: inline-block;
    width: 7px;
	height: 23px;
	background-color: #1472ff;
    margin-right: 10px;
    margin-bottom: -3px;
}

.left-content p {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 27px;
	color: #333;
    padding-top: 21px;
    text-indent: 2rem;
    text-align: justify;
    word-wrap: break-word;
    padding-bottom: 4px;
}

.left-content>span {
    display: inline-block;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	line-height: 27px;
	color: #333;
    margin-top: 17px;
    font-weight: 600;
}



.copy-right span {
    font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 27px;
	color: #333;
    padding-top: 21px;
    text-indent: 2rem;
    text-align: justify;
    word-wrap: break-word;
    padding-bottom: 4px;
}


#copy-right {
    text-align: right;
}


.right-cont-core {
    width: 300px;
    margin: 0 auto;
    /* background-color: rgba(0, 136, 255, 0.26); */
}

.top-title-wraper {
    border-bottom: 2px solid #e6e6e6;
    height: 26px;
    width: 100%;
    position: relative;
    margin-bottom: 19px;
}

.position-title {
    display: inline-block;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 16px;
	color: #333;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 2px solid #1472ff;
    padding-bottom: 10px;
    font-weight: 600;
}

/* 内容右侧推荐 */


.middleCont {
    width: 300px;
    margin-bottom: 15px;
}

#middleCont0 {
    width: 792px;
    margin-bottom: 13px;
    padding-top: 29px;
}

.middleCont66 {
    width: 339px;
    height: auto;
}

.middleContTop {
    width: 651px;
    height: 148px;
}

.middleCont a,
.rightCont a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666;
}

.middleCont66 a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666;
}

.middleCont p,
.rightCont P {
    line-height: 16px;
    margin-bottom: 5px;
}


.middleCont66 p {
    line-height: 22px;
    margin-bottom: 7px;
}


.middleCont img,
.rightCont img {
    margin-right: 9px;
}

.middleCont a:hover,
.rightCont a:hover {
    color: #1c77ff;
    /* text-decoration: underline */
}

.middleCont,
.rightCont,
.leftPic {
    display: inline-block;
}

.middleContTop a {
    font-size: 14px;
    width: 43%;
}

.middleCont a>p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.middleCont66 a>p {
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: visible;
}

.middleContTop a>p {
    line-height: 15px;
    margin-bottom: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}


.rightCont {
    width: 316px;
    height: 148px;
}

.tab_box11 {
    width: 952px;
    height: 148px;
}

.tabRight {
    display: inline-block;
    width: 208px;
    position: relative;
}

.shiftPic {
    display: inline-block;
    width: 100%;
}
.remen2{
    width: 560px !important;
}
.remen2>div{
    overflow: hidden;
    white-space: nowrap;
}
.remen2>div>a{
line-height: 30px;
}
.shiftPic1{
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.shiftPic1{
    margin-right: 25px;
}
.content-right .shiftPic {
    width: 100%;
    color: #666;
}

.inputLabel {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 38px;
    color: #666;
    opacity: 0.6;
    margin-left: 198px;
}

.greyCircle {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../images/greyCircle.png) 0 -9px no-repeat;
    margin-right: 9px;
}

.shiftPic:hover span {
    background: url(../images/greyCircle.png) 0 0 no-repeat;
}

.content-right>p:hover .shiftPic {
    color: #1c77ff;
    text-decoration: underline;
    cursor: pointer;
}

.blue-flex {
    margin-bottom: 18px;
}

.blue-flex-single {
    display: inline-block;
    width: 90px;
	height: 30px;
	background-color: #1472ff;
	border-radius: 3px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.blue-flex-single0 {
    margin-right: 0;
}

.blue-flex-single p {
    text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.ad-img {
    width: 300px;
	height: 170px;
    position: relative;
    margin-bottom: 16px;
}

.gray-bar {
    width: 100%;
	height: 30px;
	background-color: #000000;
	opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gray-bar p {
    text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.ad-para {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 27px;
	color: #666;
    cursor: pointer;
}

.order-num {
    display: inline-block;
    width: 18px;
	height: 20px;
	background-color: #1472ff;
    text-align: center;
    line-height: 20px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #fff;
    margin-right: 7px;
    margin-bottom: 5px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
  }
  .clearfix {
    zoom: 1;
  }
   
  