body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #404040;
    font-family: "微软雅黑";
}
*{
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,h7,dl,dt,dd,ul,li,img,p,form {
    border: 0px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333333
}

a:hover {
    text-decoration: none;
    color: #da251c
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.none {
    display: none
}

.nobg {
    background: none
}

a.red {
    color: #FF0000
}

a:hover {
    color: #ff6800
}

img {
    border: 0px;
}

.center {
    max-width: 1400px;
    margin: 0px auto;
    overflow: hidden;
}

.mar20 {
    margin-top: 20px;
}

.bg {
    background: #f2f2f2;
}

.x {
    border: 1px solid green;
}

button,input,select,textarea {
    outline: 0px;
}

.lazy {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.lazy:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

#top {
    width: 100%;
    background: #000;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 0 0 1px #dcdcdc;
    box-sizing: border-box;
}

#top .user {
    width: auto;
    text-align: right;
    color: #FFFFFF;
    padding-right: 15px;
    color: #FFFFFF;
    background: #000000;
}

#top .user a {
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
}

#top .user a:hover {
    color: #ff6800
}

#top .user a.ico1 {
    background: url("../img/ico1.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/ico1.png*/ left no-repeat;
    padding-left: 20px;
}

#top .user a.ico2 {
    background: url("../img/ico2.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/ico2.png*/ left no-repeat;
    padding-left: 20px;
}

#top .user a.ico3 {
    background: url("../img/ico3.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/ico3.png*/ left no-repeat;
    padding-left: 25px;
}

#top .user a.ico4 {
    background: url("../img/ico4.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/ico4.png*/ left no-repeat;
    padding-left: 20px;
}

#top .user a.ico6 {
    background: url("../img/ico6.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/ico6.png*/ left no-repeat;
    padding-left: 20px;
}

.head {
    min-height: 80px;
    margin-top: 20px;
}

.head .logo {
    width: 250px;
    height: 70px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.head .logo img {
    width: 100%;
    min-height: 100%;
}

.head .webset {
    width: 150px;
    height: 70px;
    line-height: 90px;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.head .webset .choose {
    color: #999;
    background: none
}

.head .webset #moreweb {
    width: 350px;
    height: 230px;
    position: absolute;
    left: -80px;
    top: 65px;
    box-shadow: 0 3px 5px #999;
    background: #fff;
    z-index: 9999;
    padding: 20px 10px;
    border: 1px solid #efefef;
    display: none;
}

.head .webset #moreweb ul li {
    width: 65px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    float: left;
    margin: 1px;
    text-align: center;
    border-radius: 3px;
}

.head .webset #moreweb ul li:hover {
    background: #32a7ff;
    border-radius: 3px
}

.head .webset #moreweb ul li:hover a {
    color: #fff
}

.head .search {
    width: 600px;
    height: 50px;
    padding-top: 20px;
    padding-left: 50px;
}

.head .search input {
    height: 42px;
    border: none;
    padding-left: 60px;
    border-radius: 30px 0 0 30px;
    width: 400px;
    float: left;
    background: #fff;
    border: 1px solid #42bc85;
    border-right: 0px;
    background: #fff url("../img/ico7.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/ico7.png*/ 15px center no-repeat;
}

.head .search button {
    width: 80px;
    height: 42px;
    border: 1px solid red;
    background: #42bc85;
    float: left;
    border-radius: 0px 30px 30px 0;
    border: 1px solid #42bc85;
    border-left: 0px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.head .headr {
    width: 330px;
    height: 60px;
    text-align: right;
    padding-top: 10px;
}

.head .headr .tian {
    font-size: 20px;
    width: 330px;
    text-align: center;
}

.head .headr .tian span {
    font-size: 34px;
    font-weight: bold;
    color: #42bc85;
    margin-left: 15px;
    margin-right: 15px;
}

.subnav {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #42bc85;
    margin-top: 15px;
    box-shadow: 0 5px 10px #dcdcdc;
    overflow-x: auto;
}

.subnav ul {
    width: 1400px;
    margin: 0px auto;
}

.subnav ul li.nLi {
    width: 139px;
    height: 65px;
    line-height: 65px;
    float: left;
    text-align: center;
    margin-left: 1px;
    position: relative;
    z-index: 100
}

.subnav ul li em {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 22px;
    margin-right: 5px;
    vertical-align: top;
}

.subnav ul li em.nav_png1 {
    background: url("../img/nav_ico1.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/nav_ico1.png*/ left no-repeat;
}

.subnav ul li em.nav_png2 {
    background: url("../img/nav_ico2.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/nav_ico2.png*/ left no-repeat;
}

.subnav ul li em.nav_png3 {
    background: url("../img/nav_ico3.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/nav_ico3.png*/ left no-repeat;
}

.subnav ul li em.nav_png4 {
    background: url("../img/nav_ico4.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/nav_ico4.png*/ left no-repeat;
}

.subnav ul li em.nav_png5 {
    background: url("../img/nav_ico5.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/nav_ico5.png*/ left no-repeat;
}

.subnav ul li em.nav_png6 {
    background: url("../img/nav_ico6.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/nav_ico6.png*/ left no-repeat;
}

.subnav ul li em.nav_png7 {
    background: url("../img/nav_ico7.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/nav_ico7.png*/ left no-repeat;
}

.subnav ul li em.nav_png8 {
    background: url("../img/nav_ico8.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/nav_ico8.png*/ left no-repeat;
}

.subnav ul li em.nav_png9 {
    background: url("../img/nav_ico9.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/nav_ico9.png*/ left no-repeat;
}

.subnav ul li em.nav_png10 {
    background: url("../img/nav_ico10.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/nav_ico10.png*/ left no-repeat;
}

.subnav ul li.nLi.hover {
    background: #2ba56e;
}

.subnav ul li.nLi:hover {
    background: #2ba56e;
}

.subnav ul li.nLi a {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold
}

.subnav ul.sub {
    display: none;
    width: 154px;
    left: 0;
    top: 65px;
    position: absolute;
    z-index: 200;
    background: #2ba56e;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px #ccc;
    border: none
}

.subnav ul.sub li {
    height: 40px;
    line-height: 40px;
}

.subnav ul.sub li a {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
}

.subnav ul.sub li a:hover {
    color: #ff6800
}

.subnav ul.sub li:hover {
    background: #32a7ff;
}

.subnav ul.sub li:hover a {
    color: #FFFFFF
}

.position {
    height: 30px;
    line-height: 30px;
    color: #444;
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.position a {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 14px
}

.position a:hover {
    color: #ff6800
}

/*网站首页样式*/
.index {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.index .main {
    margin-bottom: 20px;
    overflow: hidden;
}

.main .main_left {
    width: 490px;
    height: auto;
}

.main .main_left .focus {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.main .main_left .focus .pic {
    width: 100%;
    height: 300px;
}

.main .main_left .focus .pic div a {
    display: block;
    width: 490px;
    height: 300px;
    background-color: #fff;
    overflow: hidden;
}

.main .main_left .focus .pic div a img {
    width: 490px;
}

.main .main_left .focus .pic div p {
    display: block;
    width: 100%;
    height: 40px;
    font: normal 14px/40px microsoft yahei;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
    color: #fff;
    margin-top: -40px;
    padding: 0 10px;
    position: relative;
}

.main .main_left .focus .navi {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 9;
}

.main .main_left .focus .navi li {
    float: left;
    margin: 0 2px;
}

.main .main_left .focus .navi li a {
    display: block;
    width: 10px;
    height: 10px;
    font: 0/0 a;
    color: transparent;
    overflow: hidden;
    background: url("../img/focus_navi.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/focus_navi.png*/ 0 50% no-repeat;
}

.main .main_left .focus .navi li.current a {
    background: url("../img/focus_navi.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/focus_navi.png*/ 100% 50% no-repeat;
}

.main .main_left .focus .prev,.focus .next {
    display: none;
    width: 50px;
    height: 50px;
    background-image: url("../img/arr.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/arr.png*/;
    background-repeat: no-repeat;
    text-indent: -999em;
    top: 40%;
    z-index: 9;
    filter: Alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.main .main_left .focus .prev {
    position: absolute;
    left: 0px;
}

.main .main_left .focus .next {
    position: absolute;
    right: 0px;
    background-position: 100% 0;
}

.main .main_left .tese {
    margin-top: 20px;
    background: #fff;
    padding: 5px 20px;
}

.main .main_left .tese .tag {
    padding-top: 20px;
    padding-bottom: 15px;
}

.main .main_left .tese .tag a {
    padding: 5px 10px;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    color: #333;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: inline-block;
}

.main .main_left .tese .tag a:hover {
    background: #ff6800;
    color: #fff;
    border: 1px solid #ff6800;
}

.main .main_left .tese .tag .g {
    background: gray;
    color: #fff
}

.main .main_left .tese .tag .r {
    background: red;
    color: #fff
}

.main .main_left .tese .tag .b {
    background: blue;
    color: #fff
}

.main .main_left .tese .tag .g {
    background: green;
    color: #fff
}

.main .main_left .tese .tag .y {
    background: yellow;
    color: #333
}

.main .main_news {
    background: #fff;
    width: 530px;
    padding: 20px;
}

.main .main_news h2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}

.main .main_news h2:before {
    content: "";
    width: 6px;
    height: 17px;
    background: #42bc85;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.main .main_news .redian {
    padding-top: 10px;
}

.main .main_news .redian h1 {
    width: 90%;
    margin: auto;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
}

.main .main_news .redian h1 a {
    color: #42bc85
}

.main .main_news .redian h1 a:hover {
    text-decoration: underline;
}

.main .main_news .redian p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    color: #999
}

.main .main_news .new {
    background: url("../img/xx.gif")/*tpa=https://yiywei.com/theme/gk163/skin/img/xx.gif*/ top repeat-x;
    padding-top: 14px;
    margin-top: 10px;
}

.main .main_news .new ul li {
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 2px;
}

.main .main_news .new ul li label {
    color: blue;
    margin-right: 5px;
}

.main .main_news .new ul li a {
    font-size: 14px;
    width: 86%;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .main_news .new ul li span {
    float: right;
    width: 50px;
    text-align: right;
    color: #999;
    width: 12%;
    display: block;
}

.index_left {
    width: 1040px;
    min-height: 800px;
}

.index_left .tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.index_left .tit h3 {
    width: 150px;
    float: left;
    font-size: 20px;
    color: #42bc85;
    padding-bottom: 10px;
}

.index_left .tit h3:before {
    content: "";
    width: 6px;
    height: 17px;
    background: #42bc85;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.index_left .tit h4 {
    width: 60%;
    text-align: right;
    float: right;
    display: inline-block;
    color: #dcdcdc;
}

.index_left .tit h4 a {
    font-size: 14px;
    margin-left: 10px;
    font-weight: lighter;
    margin-right: 10px;
}

.index_left .hot_news {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.index_left .hot_news .hot ul li {
    width: 48%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff
}

.index_left .hot_news .hot ul li a {
    font-size: 22px;
    color: red;
}

.index_left .hot_news .new ul li {
    width: 48%;
    height: 36px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 2px;
}

.index_left .hot_news .new ul li a {
    padding-left: 3%;
    font-size: 16px;
    background: url("../img/dot.gif")/*tpa=https://yiywei.com/theme/gk163/skin/img/dot.gif*/ left no-repeat;
    width: 86%;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_left .hot_news .new ul li span {
    float: right;
    width: 50px;
    text-align: right;
    color: #999;
    width: 10%;
    display: block;
}

.index_left .hot_news .list strong {
    width: 93%;
    display: block;
    position: relative;
    font-size: 18px;
    height: 35px;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
    color: #ff6800;
}

.index_left .hot_news .list strong a {
    color: #333
}

.index_left .hot_news .list strong:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 72px;
    height: 2px;
    background: #42bc85;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.index_left .hot_news .list label {
    float: right;
    height: 35px;
    line-height: 35px;
    width: 65px;
    font-size: 12px;
    color: #999;
    text-align: right;
    background: url("../img/more.svg")/*tpa=https://yiywei.com/theme/gk163/skin/img/more.svg*/ right no-repeat;
    padding-right: 20px;
    font-weight: lighter;
}

; .index_left .hot_news .list label a {
    font-size: 14px;
    color: red
}

.index_left .hot_news .lleft {
    width: 49%;
    float: left;
    margin-bottom: 10px;
}

.index_left .hot_news .lright {
    width: 49%;
    float: right;
    margin-bottom: 10px;
}

.index_left .hot_news .lright strong {
    width: 98%
}

.index_left .hot_news .list {
    background: #fff;
    margin-top: 10px
}

.index_left .hot_news .list dl {
    width: 100%;
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 90px;
}

.index_left .hot_news .list dl img {
    width: 120px;
    height: 90px;
    border-radius: 5px
}

.index_left .hot_news .list dl dt {
    width: 120px;
    height: 90px;
    float: left;
}

.index_left .hot_news .list dl dd {
    width: 300px;
    height: 90px;
    float: left;
    line-height: 30px;
    margin-left: 10px;
    overflow: hidden;
}

.index_left .hot_news .list dl dd a {
    width: 100%;
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_left .hot_news .list dl dd p {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
}

.index_left .hot_news .list ul {
    padding-top: 1px;
}

.index_left .hot_news .list ul li {
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 2px;
}

.index_left .hot_news .list ul li a {
    font-size: 14px;
    overflow: hidden;
    width: 92%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_left .pic_news {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.index_left .pic_news ul {
    padding-top: 10px;
}

.index_left .pic_news ul li {
    width: 48%;
    height: 120px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 2px;
    position: relative;
    padding-bottom: 15px;
    margin-top: 15px;
}

.index_left .pic_news ul li img {
    width: 180px;
    height: 110px;
    border-radius: 10px;
}

.index_left .pic_news ul li h4 {
    height: 50px;
    line-height: 25px;
    position: absolute;
    left: 200px;
    top: 0px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

.index_left .pic_news ul li a:hover h4 {
    color: #ff6800
}

.index_left .pic_news ul li p {
    position: absolute;
    left: 200px;
    top: 60px;
    font-size: 12px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #999
}

.index_left .zuixin {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.index_left .zuixin ul {
    padding-top: 10px;
}

.index_left .zuixin ul li {
    width: 95%;
    height: 120px;
    margin: 0px auto;
    line-height: 36px;
    text-align: left;
    margin-bottom: 2px;
    position: relative;
    padding-bottom: 15px;
    margin-top: 15px;
    background: url("../img/xx.gif")/*tpa=https://yiywei.com/theme/gk163/skin/img/xx.gif*/ bottom repeat-x;
}

.index_left .zuixin ul li img {
    width: 180px;
    height: 110px;
    border-radius: 10px;
}

.index_left .zuixin ul li h4 {
    height: 50px;
    line-height: 25px;
    position: absolute;
    left: 200px;
    top: 0px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

.index_left .zuixin ul li a:hover h4 {
    color: #ff6800
}

.index_left .zuixin ul li p {
    position: absolute;
    left: 200px;
    top: 60px;
    font-size: 12px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #999
}

.index_left .gxml {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.index_left .gxml .tits {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
}

.index_left .gxml .tits li {
    width: 150px;
    float: left ;
    text-align: center;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    border-radius: 2px;
}

.index_left .gxml .tits li.on {
    background: #32a7ff;
    color: #fff;
    font-weight: bold;
}

.index_left .gxml .tits li.on1 {
    width: 120px;
    background: #32a7ff;
    color: #fff;
    font-weight: bold;
}

.index_left .gxml .tits li.on:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 10px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.index_left .gxml .tits .form {
    width: 600px;
    float: right;
    text-align: right;
    padding-right: 5px;
}

.index_left .gxml .tits .form select {
    border: 1px solid #dcdcdb;
    height: 28px;
    line-height: 28px;
    color: #333;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-indent: 2px;
    outline: none;
    margin-left: 5px;
}

.inp2 {
    padding: 0 12px;
    background: #ff6800;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    border: 0px;
}

.inp2:hover {
    filter: alpha(opacity=90);
    /*IE滤镜，透明度50%*/
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.index_left .gxmd .xiao font {
    margin-left: 5px;
    font-size: 12px
}

/**文章列表和文章页***/
.article {
    margin: 20px auto;
    margin-top: 10px;
}

.article .box {
    padding: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
}

.article .article_left {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.article .newslist {
    background: url("../img/xx.gif") bottom repeat-x;
    height: auto;
    padding: 20px 0px;
    padding: 20px 0px;
    overflow: hidden;
}

.article .newslist .litpic {
    width: 200px;
    max-height: 150px;
    overflow: hidden;
    border-radius: 5px;
}

.article .newslist .litpic img {
    width: 100%;
    height: auto;
}

.article .newslist .detail {
    width: calc(100% - 220px);
    position: relative;
}

.article .newslist .detail h2 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.article .newslist .detail h2:hover {
    color: #ff6800
}

.article .newslist .detail p {
    font-size: 14px;
    line-height: 25px;
    color: #999;
    text-indent: 2em;
    overflow: hidden;
}

.article .newslist .detail span.time {
    width: 200px;
    height: 25px;
    display: block;
    font-size: 12px;
    color: #999
}

.article .newslist .detail span.share {
    width: 300px;
    height: 25px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    color: #999;
    text-align: right;
}

.article .newslist .detail span.share a {
    font-size: 12px;
    color: #999
}

.article .newslist .detail span.share a:hover {
    color: #ff6800
}

.article_left h1 {
    width: 95%;
    text-align: center;
    height: auto;
    line-height: 50px;
    color: #000;
    padding-bottom: 10px;
    padding-top: 22px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 30px;
}

.article_left h1.chang {
    font-size: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article_left h1.duan {
    font-size: 30px;
}

.article_left .shuxing {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-family: "PingFang SC", Arial, Î¢ÈíÑÅºÚ, ËÎÌå, simsun, sans-serif;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #f9f9f9;
}

.article_left .shuxing span {
    color: #666;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    margin-right: 10px;
}

.article_left .shuxing span.red a {
    color: #ff6800;
}

.article_left .shuxing span a {
    color: #666;
}

.article_left .shuxing span a:hover {
    color: #ff6800
}

.article_left .content {
    padding-top: 15px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    font-family: "Î¢ÈíÑÅºÚ";
}

.article_left .content .litpic {
    text-align: center;
    margin: 20px auto;
}

.article_left .content p {
    margin-top: 15px;
    text-indent: 2em
}

.article_left .content p a {
    color: #333;
}

.article_left .content span a {
    color: #333;
}

.article_left .content a:hover {
    color: #ff6800;
    text-decoration: underline;
}

.article_left .content img {
    max-width: 700px;
    height: auto;
    margin: 0px auto;
    display: block;
    width: 100%;
}

.article_left .shengming {
    padding: 10px;
    text-indent: 2em;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article_left .content .bianji {
    float: right;
    text-align: right;
    font-size: 12px
}

.article_left .content h3 {
    height: 50px;
    line-height: 50px;
    text-indent: 1em;
    margin-bottom: 10px;
}

.article_left .content table {
    width: 96%;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    font-size: 14px
}

.article_left .content table th {
    color: #ff6800;
    font-size: 14px;
    background: #f9f9f9;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid #dcdcdc;
}

.article_left .content table tr:hover {
    background: #f2f2f2
}

.article_left .content table tr td {
    line-height: 20px !important;
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    overflow: hidden
}

.article_left .content table p {
    margin: 0px !important;
    padding: 0px !important;
    text-indent: 0px !important;
}

.article_left .content table span {
    color: red
}

.article_left .content table .span {
    color: #ff6800
}

.article_left .content p span {
    color: #ff6800;
    font-size: 16px;
}

.article_left .content .tong {
    width: 850px;
    margin: 20px auto;
    margin-top: 40px;
}

.article_left .content .tong ul li {
    height: 45px;
    line-height: 45px;
    background: url("../img/xx.gif")/*tpa=https://yiywei.com/theme/gk163/skin/img/xx.gif*/ bottom repeat-x;
}

.article_left .content .tong ul li a {
    background: url("../img/icon_dot.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/icon_dot.png*/ no-repeat 4px 8px;
    padding-left: 15px;
    color: #3d89e7
}

.article_left .content .tong ul li a:hover {
    color: #ff6800
}

.article_left .content .tong ul li span {
    width: 60px;
    height: 45px;
    line-height: 45px;
    display: block;
    float: right;
    text-align: right;
    font-size: 12px;
    color: #333;
}

.article_left .linkarctile {
    margin-top: 20px;
}

.article_left .linkarctile a.xw {
    background: url("../img/ico0.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/ico0.png*/ left no-repeat;
}

.article_left .next {
    width: 780px;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    color: #333333;
    overflow: hidden
}

.article_left .next li {
    width: 48%;
}

.article_left .next a {
    font-size: 16px;
    color: #333
}

.article_left .next a:hover {
    color: #ff6800
}

.arcright {
    /* float: right; */
    /* width: 320px !important; */
    padding: 20px;
    background: #fff
}

.article_right .shenglist {
    height: 280px
}

.article_right .shenglist ul {
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.article_right .shenglist ul li {
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    float: left;
    border: 1px solid #efefef;
    background: #f9f9f9;
    margin: 3px;
    margin-bottom: 5px;
    margin-right: 6px;
    text-align: center;
}

.article_right .shenglist ul li a {
    font-size: 14px;
}

.article_right .shenglist ul li:hover {
    background: #42bc85;
}

.article_right .shenglist ul li.hover {
    background: #42bc85;
}

.article_right .shenglist ul li:hover a {
    color: #fff
}

.article_right .shenglist ul li.hover a {
    color: #fff
}

.article_right {
    /* float: right; */
    /* width: 360px; */
    overflow: hidden;
    clear: both;
}

.article_right .box1 {
    width: 340px;
    padding: 18px 20px;
    background: #fff;
    margin-bottom: 20px;
}

.article_right .box2 {
    width: 340px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    padding-top: 25px;
}

.article_right .box3 {
    width: 340px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 16px;
}

.article_right .box {
    width: 340px;
    padding: 20px;
    background: #fff;
    height: auto;
    margin-bottom: 20px;
    padding-top: 25px;
}

.article_right h3.type_title {
    color: #333;
    height: 35px;
    line-height: 30px;
    padding: 0px 0 10px 0;
    margin-right: 6px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: #eee 1px solid;
    position: relative;
}

.article_right h3.type_title:before {
    content: "";
    width: 6px;
    height: 17px;
    background: #42bc85;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.article_right .arclist dl {
    width: 50%;
    overflow: hidden;
    margin-top: 20px;
}

.article_right .arclist dl img {
    width: 140px;
    height: 90px;
    border-radius: 3px
}

.article_right .arclist dl dd {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
	padding: 0 10px;
}

.article_right .arclist dl a {
    font-size: 12px;
    color: #666;
}

.article_right .arclist dl a:hover {
    color: #ff6800;
    text-decoration: underline;
}

.article_right .arclist ul {
    padding-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.article_right .arclist ul li {
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #fff;
}

.article_right .arclist ul li a {
    color: #666;
    padding-left: 18px;
    font-size: 14px;
    background: url("../img/icon_dot.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/icon_dot.png*/ no-repeat 4px 8px;
}

.article_right .arclist ul li a:hover {
    text-decoration: underline;
    background-position: 4px -7px;
    color: #ff6800;
}

.article_right .archot ul {
    padding-top: 10px;
    margin-bottom: 20px;
}

.article_right .archot ul li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article_right .archot ul li em {
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 1px 6px 0px 0;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background: linear-gradient(to bottom, #d1cfcf, #a6a5a5);
    font-style: normal;
}

.article_right .archot ul li em.no1 {
    background: linear-gradient(to bottom, #FF6E4C, #D70000);
    background: -webkit-linear-gradient(to bottom, #FF6E4C 0%, #D70000 100%);
    background: -o-linear-gradient(to bottom, #FF6E4C 100%, #D70000 100%);
    background: -ms-linear-gradient(to bottom, #FF6E4C 100%, #D70000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D70000', endColorstr='#FF6E4C', GradientType=1);
}

.article_right .archot ul li em.no2 {
    background: linear-gradient(to bottom, #FFA800, #FF5400);
    background: -webkit-linear-gradient(to bottom, #FFA800 0%, #FF5400 100%);
    background: -o-linear-gradient(lto bottom, #FFA800 100%, #FF5400 100%);
    background: -ms-linear-gradient(to bottom, #FFA800 100%, #FF5400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5400', endColorstr='#FFA800', GradientType=1);
}

.article_right .archot ul li em.no3 {
    background: linear-gradient(to bottom, #FCB333, #FF7E00);
    background: -webkit-linear-gradient(to bottom, #FCB333 0%, #FF7E00 100%);
    background: -o-linear-gradient(lto bottom, #FCB333 100%, #FF7E00 100%);
    background: -ms-linear-gradient(to bottom, #FCB333 100%, #FF7E00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF7E00', endColorstr='#FCB333', GradientType=1);
}

.article_right .archot ul li a {
    color: #999;
    font-size: 14px;
}

.article_right .archot ul li a:hover {
    text-decoration: underline;
    color: #ff6800;
}

.article_right .piclist {
    padding-top: 20px;
}

.article_right .piclist ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px
}

.article_right .piclist ul li img {
    width: 65px;
    height: 65px;
}

/*地方高考页*/
h3.tit {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    text-align: center;
}

.gxtj {
    margin-top: 20px;
}

.gxtj ul li {
    width: 272px;
    height: 110px;
    float: left;
    margin-right: 7px;
    border: 1px solid #eee;
    box-shadow: 0px 5px 12px #eee;
    margin-bottom: 10px;
    position: relative;
    background: #fff
}

.gxtj ul li:hover {
    border: 1px solid #ff6800;
}

.gxtj ul li.right {
    float: right;
    margin-right: 0px;
}

.gxtj ul li img {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 10px;
    top: 20px
}

.gxtj ul li label {
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 90px;
    color: #333;
    display: block;
    overflow: hidden;
    font-weight: lighter;
    cursor: pointer;
}

.gxtj ul li p {
    width: 140px;
    height: 50px;
    line-height: 25px;
    position: absolute;
    left: 85px;
    top: 60px;
}

.gxtj ul li p span {
    padding: 0 8px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 5px;
    color: #ff6800;
    margin-right: 3px;
}

.gxtj ul li p span.no {
    color: #999
}

.gxtj a:hover strong {
    color: #ff6800
}

.zsjz {
    padding-bottom: 20px;
    min-height: 450px
}

.zsjz ul {
    padding-bottom: 20px
}

.gknews {
    height: 900px;
    border: 1px solid red;
}

/*高校列表*/
.fenlei {
    background: #FFFFFF;
    margin-top: 15px;
    padding: 10px;
    width: 1380px;
    box-shadow: 0 5px 12px #dcdcdc;
}

.fenlei table {
    width: 100%;
}

.fenlei table td.rb {
    text-align: right;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    color: #666;
    border-top: 1px solid #FFFFFF;
    text-align: center;
    padding-top: 10px;
    font-size: 14px
}

.fenlei table td.lb {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px
}

.fenlei table td.lb .hover {
    background: #42bc85;
    color: #FFFFFF;
    border-radius: 6px;
    border: 0px;
}

.fenlei table tr td {
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    text-align: left;
    overflow: hidden;
    position: relative
}

.fenlei .subject {
    height: 25px;
    overflow: hidden;
    padding-right: 50px;
}

.fenlei .citylist {
    background: #fff;
    line-height: 20px;
    margin-left: 50px;
    margin-right: 50px;
    line-height: 23px;
}

.fenlei .citylist a {
    display: inline-block;
    padding: 0 9px;
    border: 1px solid #fff;
    margin-left: 5px;
    color: #333;
    border-radius: 6px;
    margin-top: 1px;
    font-size: 14px;
    margin-bottom: 0px;
}

.fenlei .subject a {
    display: inline-block;
    padding: 0 9px;
    border: 1px solid #fff;
    margin-left: 5px;
    color: #333;
    border-radius: 6px;
    margin-top: 1px;
    font-size: 14px;
    margin-bottom: 5px;
}

.fenlei .citylist a:hover,.citylist a.hover {
    background: #42bc85;
    color: #FFFFFF;
    border-radius: 6px
}

.fenlei .subject a:hover,.subject a.hover {
    background: #42bc85;
    color: #FFFFFF;
    border-radius: 6px
}

.fenlei .buxian {
    border: 1px solid #f9f9f9;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border-radius: 6px;
    background: #efefef
}

.gaoxiao {
    margin-top: 20px;
    margin-bottom: 30px;
}

.mingdan {
    height: auto;
    background: #fff;
    box-shadow: 0px 1px 1px 1px #dcdcdc;
    min-height: 1200px;
	margin-bottom: 20px;
}

.mingdan .types {
    width: 100%;
    height: 60px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #efefef;
    background: #f9f9f9
}

.mingdan .types h1 {
    height: 60px;
    line-height: 65px;
    width: 500px;
    font-size: 20px;
    color: #42bc85;
    font-weight: 700;
    float: left;
    display: block;
    padding-left: 20px;
    position: relative;
}

.mingdan .types h1:before {
    content: "";
    background: #42bc85;
    display: block;
    position: absolute;
    width: 4px;
    height: 20px;
    left: 0px;
    top: 23px;
}

.mingdan .types .weici {
    height: 60px;
    line-height: 60px;
    width: 200px;
    float: right;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ff6800;
    padding-right: 70px;
}

.mingdan .types .search {
    width: 265px;
    height: 36px;
    float: right;
    margin-top: 10px;
    margin-right: 26px;
    background: #f9f9f9
}

.mingdan .types .search .keywords {
    height: 32px;
    border: none;
    padding: 0 9px;
    margin: 2px 0;
    border-radius: 4px 0 0 4px;
    width: 200px;
    float: right;
    border: 1px solid #42bc85;
    border-right: 0px;
}

.mingdan .types .search .submit {
    width: 32px;
    height: 34px;
    margin: 2px 7px 0 0;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    background: #efefef url("../img/search.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/search.png*/ center center /70% no-repeat;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #42bc85;
    float: right;
    border-left: 0px;
}

.mingdan .xiaoming {
    height: 105px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: url("../img/xx.gif")/*tpa=https://yiywei.com/theme/gk163/skin/img/xx.gif*/ bottom repeat-x;
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.mingdan .toudang {
    height: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: url("../img/xx.gif")/*tpa=https://yiywei.com/theme/gk163/skin/img/xx.gif*/ bottom repeat-x;
    width: 900px;
    margin-left: 50px;
}

.mingdan .toudang .fenshu {
    width: 150px;
    height: 80px;
    font-size: 18px;
    text-align: left;
    line-height: 80px;
}

.mingdan .toudang .fenshu span {
    font-size: 14px
}

.mingdan .xiaoming .logo {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-top: 10px;
}

.mingdan .xiaoming .logo img {
    width: 65px;
    height: 64px;
}

.mingdan .xiaoming .daxue {
    width: 350px;
    margin-left: 20px;
    line-height: 25px;
}

.mingdan .xiaoming .daxue .mingzi {
    line-height: 45px;
    height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.mingdan .xiaoming .daxue .mingzi h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333
}

.mingdan .xiaoming .daxue .mingzi h3:hover {
    color: #42bc85
}

.mingdan .xiaoming .daxue .mingxi {
    line-height: 22px;
}

.mingdan .xiaoming .daxue label {
    color: #999999;
    font-size: 12px;
    width: 60px;
    float: left;
    display: block
}

.mingdan .xiaoming .daxue p {
    width: 400px;
    float: left;
    display: block;
    text-align: left;
    color: #666666;
    font-size: 12px
}

.mingdan .xiaoming .daxue p span {
    margin-right: 10px;
}

.mingdan .xiaoming .daxue p span.hover {
    color: #ff6800;
    font-size: 12px;
}

.mingdan .xiaoming .home {
    width: 90px;
    font-size: 14px;
    padding-top: 30px;
}

.mingdan .xiaoming .home a {
    width: 80px;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    display: block;
    border-radius: 50px;
    color: #000000;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 14px
}

.mingdan .xiaoming .home a:hover {
    background: #3d89e7;
    border: 1px solid #3d89e7;
    color: #FFFFFF
}

.mingdan .xiaoming .home a.now {
    background: #3d89e7;
    border: 1px solid #3d89e7;
    color: #FFFFFF
}

.mingdan .xiaoming .home a.now:hover {
    color: #fff;
    border: 1px solid #CCCCCC;
}

.mingdan .xiaoming .webhome {
    display: block;
    width: 90px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 25px;
    border: 1px solid #32a7ff;
    background: #32a7ff;
}

.mingdan .xiaoming .webhome:hover {
    border: 1px solid green;
    background: green;
    color: #fff
}

.mingdan .xiaoming .fenshu {
    display: block;
    width: 90px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 65px;
    border: 1px solid #ff6800;
    background: #ff6800;
}

.mingdan .xiaoming .fenshu:hover {
    border: 1px solid #333;
    background: #333;
    color: #fff
}

.mingdan .xiaoming .lstext .sc a {
    margin-right: 8px;
}

.mingdan .kong {
    width: 500px;
    height: 100px;
    line-height: 100px;
    color: #3d89e7;
    font-size: 24px;
    font-weight: 400px;
    text-align: center;
    margin: 100px auto
}

/*高校详细页面*/
.gaoxiao_info {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 5px 12px #dcdcdc;
    color: #000
}

.gaoxiao_info .logo {
    width: 150px;
    height: 130px;
    background: #fff;
    border-radius: 20px;
    margin-left: 20px;
    text-align: center;
    box-shadow: 1px 1px 12px #eee
}

.gaoxiao_info .logo img {
    margin-top: 15px;
    width: 100px;
    height: 100px;
}

.gaoxiao_info label {
    color: #999
}

.gaoxiao_info .xuexiao {
    width: 580px;
    margin-left: 20px;
}

.gaoxiao_info .xuexiao h1 {
    width: 500px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #000
}

.gaoxiao_info .xuexiao h2 {
    width: 500px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #000
}

.gaoxiao_info .xuexiao p {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.gaoxiao_info .xuexiao p span {
    padding: 5px 9px;
    line-height: 25px;
    background: #efefef;
    margin-right: 5px;
    border-radius: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    cursor: pointer;
    color: #333
}

.gaoxiao_info .xuexiao p span:hover {
    background: #ff6800;
    color: #fff
}

.gaoxiao_info .xuexiao p span.hover {
    background: #ff6800;
    color: #fff
}

.gaoxiao_info .jichu {
    width: 600px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
}

.gaoxiao_info .jichu span {
    margin-right: 20px;
}

.gaoxiao_info .jichu .jianxiao {
    background: url("../img/ico_jx.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/ico_jx.png*/ left no-repeat;
    padding-left: 20px
}

.gaoxiao_info .jichu .zhuguan {
    background: url("../img/ico_zg.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/ico_zg.png*/ left no-repeat;
    padding-left: 20px
}

.gaoxiao_info .jichu .mianji {
    background: url("../img/ico_mj.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/ico_mj.png*/ left no-repeat;
    padding-left: 20px
}

.gaoxiao_info .contact {
    width: 100%;
    /* height: 125px; */
    font-size: 14px;
    border-left: 1px solid #efefef;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
}

.gaoxiao_info .contact ul {
    display: flex;
    flex-wrap: wrap;
}

.gaoxiao_info .contact ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-right:10px;
}

.gaoxiao_info .contact ul li a {
    font-size: 14px;
    color: #ff6800
}

.gaoxiao_info .contact ul li.utell {
    line-height: 30px;
}

.gaoxiao_info .contact ul li.dizhi {
    line-height: 30px;
}

table.datalist {
    width: 100%;
    min-width: 1000px;
    margin: auto;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    font-size: 14px
}

table.datalist th {
    color: #ff6800;
    font-size: 14px;
    background: #f9f9f9;
    border-right: 1px solid #efefef;
    text-align: left;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
}

table.datalist th a {
    color: #ff6800
}

table.datalist th a:hover {
    text-decoration: underline
}

table.datalist tr:hover {
    background: #f2f2f2
}

table.datalist tr td {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding-left: 10px;
    padding-right: 3px;
    text-align: left;
    overflow: hidden
}

table.datalist td.nobg {
    background: none;
}

table.datalist tr td.hh {
    line-height: 18px;
}

table.fen {
    width: 90%;
    margin: 0px auto;
    border-top: 1px solid #f9f9f9;
    border-left: 1px solid #efefef;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px
}

table.fen .wenli {
    font-size: 25px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #42bc85;
    background: #fff;
}

table.fen .hong {
    color: red
}

table.fen th {
    font-size: 16px;
    background: #f9f9f9;
    border-right: 1px solid #efefef;
    text-align: left;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
}

table.fen th a {
    color: #333
}

table.fen th a:hover {
    text-decoration: underline
}

table.fen tr:hover {
    background: #f2f2f2
}

table.fen tr td {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding-left: 20px;
    padding-right: 3px;
    text-align: left;
    overflow: hidden
}

table.fen td.nobg {
    background: none;
}

table.fen tr td.hh {
    line-height: 18px;
}

.gaoxiao_home {
    margin-bottom: 30px;
}

.gaoxiao_left {
    width: 100%;
}

.gaoxiao_left ul.sonnav {
    height: 50px;
    display: block;
    background: #efefef;
    box-shadow: 0px 0px 1px 1px #dcdcdc;
}

.gaoxiao_left ul.sonnav li {
    width: 120px;
    float: left;
    text-align: center;
    line-height: 50px;
    height: 50px;
    margin-right: 1px
}

.gaoxiao_left ul.sonnav li:hover {
    background: #fff;
    font-weight: bold;
}

.gaoxiao_left ul.sonnav li.hover {
    background: #fff;
    font-weight: bold;
}

.gaoxiao_left ul.sonnav li a {
    font-size: 16px;
    color: #000
}

.gaoxiao_left ul.sonnav li a:hover {
    color: #ff6800
}

.gaoxiao_left ul.sonnav li.hover a {
    color: #ff6800
}

.gaoxiao_con {
    background: #FFFFFF;
    box-shadow: 1px 0px 8px 3px #dcdcdc;
    min-height: 1115px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.gaoxiao_con table.huizong {
    border: 1px solid #e9e9e9;
    padding-bottom: 0px;
    width: 90%;
    margin: 10px auto;
    border-right: 0px;
}

.gaoxiao_con table.huizong th {
    color: #333;
    font-size: 12px;
    background: #f9f9f9;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: lighter;
}

.gaoxiao_con table.huizong tr td {
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    border-right: 1px solid #e9e9e9;
    text-align: center;
    color: #ff6800;
    font-size: 18px;
    background: #FFFFFF;
    border-bottom: 0px;
}

.gaoxiao_con .chooses {
    background: #FFFFFF;
    margin-top: 15px;
    padding: 10px;
    width: 98%;
    border: 1px solid #efefef;
    box-sizing: border-box;
}

.gaoxiao_con .chooses table td.rb {
    text-align: right;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    color: #ff6800;
    border-top: 1px solid #FFFFFF;
    text-align: center;
    padding-top: 5px;
    font-size: 14px
}

.gaoxiao_con .chooses table td.lb {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px
}

.gaoxiao_con .chooses table td.lb .hover {
    background: #42bc85;
    color: #FFFFFF;
    border-radius: 6px;
    border: 0px;
}

.gaoxiao_con .chooses table tr td {
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    text-align: left;
    overflow: hidden;
    position: relative
}

.gaoxiao_con .chooses .subject {
    height: 28px;
    overflow: hidden;
    padding-right: 50px;
}

.gaoxiao_con .chooses .subject a {
    display: inline-block;
    padding: 0 9px;
    border: 1px solid #fff;
    margin-left: 5px;
    color: #333;
    border-radius: 6px;
    margin-top: 1px;
    font-size: 14px;
    margin-bottom: 5px;
}

.gaoxiao_con .chooses .subject a:hover,.subject a.hover {
    background: #42bc85;
    color: #FFFFFF;
    border-radius: 6px
}

.gaoxiao_con .type {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.gaoxiao_con .type h1 {
    width: 550px;
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    color: #333;
    float: left;
}

.gaoxiao_con .type h1:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 5px;
    height: 20px;
    background: #42bc85
}

.gaoxiao_con .type h3 {
    width: auto;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    color: #333;
    float: left;
}

.gaoxiao_con .type h3:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 5px;
    height: 20px;
    background: #42bc85
}

.gaoxiao_con .type h4 {
    width: 550px;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    color: #42bc85;
    float: left;
}

.gaoxiao_con .type h4:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 17px;
    width: 3px;
    height: 18px;
    background: #42bc85
}

.gaoxiao_con .type span {
    float: right;
    width: 50px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    font-family: "微软雅黑";
    position: relative;
    text-align: right;
    margin-right: 40px;
}

.gaoxiao_con .type span:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 20px;
    width: 30px;
    height: 2px;
    background: #ff6800
}

.gaoxiao_con .type .form {
    width: 400px;
    float: right;
    text-align: right;
    padding-right: 40px;
}

.gaoxiao_con .type .form select {
    border: 1px solid #dcdcdb;
    height: 28px;
    line-height: 28px;
    color: #333;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-indent: 2px;
    outline: none;
    margin-left: 5px;
}

.gaoxiao_con .box {
    padding: 20px 40px;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
}

.gaoxiao_con .about {
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.gaoxiao_con .about img {
    width: 240px;
    height: 180px;
    float: left;
    border-radius: 10px;
    margin-right: 20px;
}

.gaoxiao_con .about p {
    text-indent: 2em;
}

.gaoxiao_con .about p a {
    padding: 0 10px;
    color: #ff6800;
    margin-left: 10px;
}

.gaoxiao_con .jieshao {
    line-height: 30px;
    font-size: 16px;
}

.gaoxiao_con .jieshao p {
    text-indent: 2em;
    margin-bottom: 15px;
}

.gaoxiao_con .jieshao img {
    max-width: 700px;
    height: auto;
    margin: 0px auto;
    display: block
}

.gaoxiao_con .zhaosheng h1 {
    height: 60px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    color: #ff6800;
}

.gaoxiao_con .zhaosheng p {
    margin-bottom: 5px;
    text-indent: 2em
}

.gaoxiao_con .zhaosheng img {
    max-width: 750px;
    height: auto;
    margin: 0px auto;
    display: block
}

.gaoxiao_con .zhaosheng .shuxing {
    width: 70%;
    margin: 0px auto;
    text-align: center;
    font-family: "PingFang SC", Arial, Î¢ÈíÑÅºÚ, ËÎÌå, simsun, sans-serif;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #f9f9f9;
    margin-bottom: 30px
}

.gaoxiao_con .zhaosheng .shuxing span {
    color: #666;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    margin-right: 10px;
}

.gaoxiao_con .zhaosheng .shuxing span a {
    color: #666;
}

.gaoxiao_con .zhaosheng .shuxing span a:hover {
    color: #ff6800
}

.gaoxiao_con .zhaosheng table {
    width: 80%;
    margin: 0px auto;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    font-size: 14px
}

.gaoxiao_con .zhaosheng table th {
    color: #ff6800;
    font-size: 14px;
    background: #f9f9f9;
    border-right: 1px solid #efefef;
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
}

.gaoxiao_con .zhaosheng table tr:hover {
    background: #f2f2f2
}

.gaoxiao_con .zhaosheng table tr td {
    line-height: 40px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding-left: 10px;
    padding-right: 3px;
    text-align: left;
    overflow: hidden
}

.gaoxiao_con .zhaosheng table p {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

.gaoxiao_con .news {
    margin-bottom: 20px;
}

.gaoxiao_con .news ul li {
    height: 50px;
    line-height: 50px;
    background: url("../img/xx.gif")/*tpa=https://yiywei.com/theme/gk163/skin/img/xx.gif*/ bottom repeat-x;
}

.gaoxiao_con .news ul li a {
    font-size: 16px;
    background: url("../img/do2.gif")/*tpa=https://yiywei.com/theme/gk163/skin/img/do2.gif*/ left no-repeat;
    padding-left: 15px;
}

.gaoxiao_con .news ul li span {
    width: 150px;
    float: right;
    font-size: 14px;
    color: #999;
    text-align: right;
}

.gaoxiao_con .year {
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}

.gaoxiao_con .year a {
    padding: 4px 10px;
    background: #fff;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px
}

.gaoxiao_con .year a:hover {
    background: #ff6800;
    color: #fff;
    border: 1px solid #fff;
}

.gaoxiao_con .year a.hover {
    background: #ff6800;
    color: #fff;
    border: 1px solid #fff;
}

.choose {
    background: #FFFFFF;
    margin-bottom: 15px;
    padding: 10px;
}

.choose table td.rb {
    text-align: right;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    color: #666;
    border-top: 1px solid #FFFFFF;
    text-align: center;
    padding-top: 10px;
    font-size: 14px
}

.choose table td.lb {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px
}

.choose table td.lb .hover {
    background: #42bc85;
    color: #FFFFFF;
    border-radius: 6px;
    border: 0px;
}

.choose table tr td {
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    text-align: left;
    overflow: hidden;
    position: relative
}

.choose .subject {
    height: 25px;
    overflow: hidden;
    padding-right: 50px;
}

.choose .citylist {
    background: #fff;
    line-height: 20px;
    margin-left: 50px;
    margin-right: 50px;
    line-height: 23px;
}

.choose .citylist a {
    display: inline-block;
    padding: 0 9px;
    border: 1px solid #fff;
    margin-left: 5px;
    color: #333;
    border-radius: 2px;
    margin-top: 1px;
    font-size: 14px;
    margin-bottom: 0px;
}

.choose .subject a {
    display: inline-block;
    padding: 0 9px;
    border: 1px solid #fff;
    margin-left: 5px;
    color: #333;
    border-radius: 2px;
    margin-top: 1px;
    font-size: 14px;
    margin-bottom: 5px;
}

.choose .citylist a:hover,.citylist a.hover {
    background: #42bc85;
    color: #FFFFFF;
    border-radius: 6px
}

.choose .subject a:hover,.subject a.hover {
    background: #42bc85;
    color: #FFFFFF;
    border-radius: 6px
}

.choose .buxian {
    border: 1px solid #f9f9f9;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border-radius: 2px;
    background: #efefef
}

.gaoxiao_right {
    width: 400px;
    min-height: 800px;
    background: #fff;
    box-shadow: 0 5px 12px #eee;
}

.flink {
    max-width: 1400px;
    margin: 0px auto;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.flink a {
    line-height: 30px;
    margin-right: 10px;
}

/*底部导航*/
.footer {
    width: 100%;
    background: #252727;
    padding-bottom: 30px;
    padding-top: 30px;
    height: 180px;
}

.footnav {
    width: 780px;
    background: url("../img/footbg.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/footbg.png*/ 750px no-repeat;
}

.footnav dl {
    width: 130px;
    float: left;
}

.footnav dl dt a {
    color: #fff;
    font-size: 16px
}

.footnav dl dt a:hover {
    color: #FFFF33
}

.footnav dt {
    height: 50px;
    line-height: 50px;
}

.footnav dd {
    height: 30px;
    line-height: 30px;
}

.footnav dl dd a {
    color: #afb5b5;
    font-size: 12px
}

.footnav dl dd a:hover {
    color: #FFFFFF
}

.footwx {
    width: 400px;
    color: #FFFFFF;
    height: 200px;
    font-size: 14px;
    text-align: left;
    line-height: 35px;
    padding-top: 5px;
    position: relative;
}

.footwx p.name {
    font-size: 16px;
    font-weight: bold
}

.footwx p.address {
    background: url("../img/dibiao.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/dibiao.png*/ left 10px no-repeat;
    padding-left: 25px;
    line-height: 25px;
    padding-top: 5px;
}

.footwx p.utell {
    background: url("../img/ico4.png")/*tpa=https://yiywei.com/theme/gk163/skin/img/ico4.png*/ left no-repeat;
    padding-left: 25px;
}

.footwx p.weixin {
    position: absolute;
    right: 0px;
    bottom: 40px;
}

.copyright {
    width: 100%;
    background: #545454;
    width: 100%;
    line-height: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}

.copyright a {
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}

.copyright a:hover {
    color: #FFCC00
}

.copyright img {
    width: 21px;
    height: 21px;
    align-items: center;
    margin-right: 5px;
}

/*文章和列表分页代码*/
.dede_pages {
    padding: 12px 0;
    font-family: "Microsoft YaHei";
    margin: 0px auto;
    font-size: 12px;
    width: 800px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dede_pages span {
    display: inline-block;
    border: 1px solid #efefef;
    height: 25px;
    line-height: 25px;
    background-color: #f9f9f9;
    padding: 0 10px;
    color: #000000;
    margin: 2px;
    cursor: pointer
}

.dede_pages a {
    display: inline-block;
    border: 1px solid #efefef;
    height: 25px;
    line-height: 25px;
    background-color: #f7f7f7;
    padding: 0 10px;
    color: #000000;
    margin-right: 2px;
    text-decoration: none
}

.dede_pages a:hover {
    text-decoration: none;
    color: #000000
}

.dede_pages span:hover,.dede_pages a:hover {
    background-color: #42bc85;
    color: #fff !important;
    text-decoration: none !important;
}

.dede_pages .thisclass {
    background-color: #42bc85;
    color: #fff;
    padding: 0px 12px 0px 10px;
    text-align: center
}

.dede_pages select {
    display: inline-block;
    height: 27px;
    border: 1px solid #E7E7E7;
    width: 45px !important;
    margin-right: 3px;
    text-align: center;
}


@media (max-width:1300px) {
	.index_left .hot_news .lleftk,.index_left{
        width: 100%;
    }
    .index_left .hot_news .lright,.index_left .hot_news .lleft{
          width: 100%;
    }
    .index{margin-top:15px}
    #top{padding:0 10px}
    #top .utell{
        width: 100%;
        text-align: center;
    }
    #top .user{display: none;}
    .head .search {
        width: 100%;
        padding-left: 0px;
        display: flex;
        justify-content: center;
    }
    .index .main{height: auto;}
    .head .search input{
        width: 200px;
    }
    .head .webset,.head .logo{display: none;}
    .main .main_left,.main .main_news,.main .main_left .tese{
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }
    .index_left .hot_news .list dl dt,.index_left{width: 100%;}
    .index_left .hot_news .list dl,.index_left .hot_news .list dl dt,.index_left .hot_news .list dl{height: auto;}
    .index_left .hot_news .list dl img{
        width:100%;
        max-width: 500px;
        height: auto;
    }
    .main .main_news .new ul li span{width: 15%;}
    .main .main_news .new ul li a{width: 85%;}
    .head .headr .tian,.head .headr{width: 100%;text-align: center;}
    .article .newslist .litpic img{width:100%}
    .article .newslist{
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }
    .article .newslist .detail{width: 100%;height: auto;}
    .article .newslist .litpic{
        width: 100%;
    }
    .position{
        padding: 0 10px; 
    }
    .gaoxiao_info .xuexiao,.gaoxiao_info .jichu,.mingdan .xiaoming .daxue p,.mingdan .types h1,.mingdan .xiaoming .daxue,.fenlei,.dede_pages,.mingdan .xiaoming{
        width: 100%;
    }
    .mingdan .xiaoming .logo{display: none;}
    .gaoxiao_con .box{
        overflow: auto;
        width: 100%;
    }
    .gaoxiao_con .about img{
        float: initial;
    }
    .gaoxiao_info .jichu,.gaoxiao_info .xuexiao p{height: auto;}
    .gaoxiao_info .jichu span{
        display: inline-block;
    }
    .article_right .arclist dl img {
        width: 90%;
        display: inline-block;
        margin: 0 6%;
    }
}