/* css 重置 */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #fff;
    min-width: 1300px;
    font-family: Source Han Sans CN;
}

img {
    border: 0;
}

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


/* 头部 */

.head {
    width: 100%;
    height: 160px;
    background-color: #0e60c6;
}

.head-content {
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.head-content>img {
    position: absolute;
}

.head-logo {
    left: 0;
    transform: translate(0, -50%);
    top: 50%;
}

.head-name {
    left: 335px;
    transform: translate(0, -50%);
    top: 50%;
}


.head-bg {
    width: 650px;
    /*! height: 200px; */
    right: -20px;
    bottom: 10px;
}

.headButton {
    display: block;
    width: 115px;
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 0 0 8px 8px;
    text-align: center;
    color: #0e60c6;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}


/* 导航栏 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navBar {
    background: #f0f0f0;
    width: 100%;
    height: 50px;
    z-index: 99999;
}

.nav {
    width: 1300px;
    margin: auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
}

.nav .m {
    float: left;
    position: relative;
    margin-left: -1px;
    text-align: center;
    margin: 0 10px;
}

.nav .m:hover h3>a {
    font-weight: bold;
}

.nav h3 {
    float: left;
    font-size: 100%;
    font-weight: normal;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    width: 100%;
}

.nav h3 a {
    display: block;
    color: black;
    padding: 0 20px;
    vertical-align: top;
}

.nav .on {
    border: 0;
}

.nav h3:hover a {
    background: #d1652b;
    color: white;
}

.nav .sub {
    display: none;
    /*默认隐藏*/
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    background: #f0f0f0;
    border-top: 0;
    z-index: 99999999;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    float: left;
    width: 100%;
}

.nav .sub li a {
    display: block;
    padding-left: 6px;
    color: black;
    font-size: 16px;
}

.nav .sub li a:hover {
    background-color: #B04810;
    color: white;
}


/* 轮播图 */

.fullSlide-bg {
    background: url(../images/qlyd_allbg.png) no-repeat;
    background-size: 100% 150%;
}

.fullSlide {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 450px;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd li img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.fullSlide .hd {
    position: absolute;
    line-height: 10px;
    text-align: center;
    z-index: 3;
    bottom: 15px;
    left: 48%;
    display: none;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    background-color: white;
    margin: 0 5px;
    font-size: 0;
    border-radius: 10px;
}

.fullSlide .hd ul li:first-child {
    margin-left: 0;
}

.fullSlide .hd ul li:last-child {
    margin-right: 0;
}

.fullSlide .hd ul .on {
    width: 25px;
}

.fullSlide .prev,
.fullSlide .next {
    background: url(tyxy_prev.png);
    z-index: 3;
    display: block;
    width: 60px;
    height: 110px;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    opacity: 0;
}

.fullSlide:hover .prev,
.fullSlide:hover .next {
    opacity: 1;
    transition: 0.5s all;
}

.fullSlide .prev {
    left: 0;
    background-position-y: 50%;
}

.fullSlide .next {
    background: url(tyxy_next.png);
    right: 0;
    background-position-y: 50%;
}


/* 新闻_滚动新闻 */

.xw-content {
    width: 1300px;
    height: 450px;
    margin: 0 auto;
}

.focusBox {
    width: 650px;
    float: left;
    position: relative;
    height: 360px;
    overflow: hidden;
    text-align: left;
    z-index: 3;
}

.focusBox .pic img {
    width: 650px;
    height: 360px;
    display: block;
    object-fit: cover;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 45px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 45px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    width: 450px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    bottom: -36px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.focusBox .txt li a:hover {
    color: #ffedb6;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    right: 15px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: white;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 15px;
}

.focusBox .num li.on {
    background-color: #0e60c6;
}

.mid1 {
    margin-top: 50px;
}


/* 新闻_右侧新闻 */

.notice {
    overflow: hidden;
    width: 630px;
    float: right;
}

.notice-head {
    width: 100%;
    height: 30px;
    position: relative;
    margin-bottom: 20px;
}

.notice-head>img {
    position: absolute;
    top: 0;
    left: 0;
}

.notice-head h3 {
    position: absolute;
    top: 0;
    left: 40px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.gzdt-more {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
}

.gzdt-more i,
.mid3-more i {
    margin-left: 10px;
}

.notice .tab-bd ul {
    overflow: hidden;
    zoom: 1;
}

.notice .tab-bd li {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 18px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    background: url(tyxy_jiantou.png) 15px 25px no-repeat;
    background-size: 7px 11px;
    padding-left: 35px;
    padding-right: 30px;
}

.notice .tab-bd li a {
    font-size: 18px;
}

.notice .tab-bd li a:hover {
    text-decoration: underline;
}

.notice .tab-bd li .date {
    float: right;
    color: #999999;
    font-size: 14px;
}

.notice .tab-bd li:last-child {
    margin-bottom: 0;
}


/* 底部资讯 */

.mid3-bg {
    position: relative;
    width: 100%;
}

.mid3-bg>img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.mid3 {
    width: 1300px;
    margin: 0 auto;
    padding: 35px 0;
}

.mid3-zixun {
    height: 380px;
}

.zixun-item {
    width: 390px;
    margin-right: 20px;
    float: left;
    padding: 20px 15px;
    background-color: rgba(255, 255, 255, 0.9);
}

.zixun-item:last-child {
    margin-right: 0;
}

.zixun-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 140px;
}

.zixun-name {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
}

.zixun-name>img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
}

.zixun-name h3 {
    position: absolute;
    top: 0;
    left: 40px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.zixun-name a {
    font-size: 13px;
    margin-right: 10px;
}

.zixun-name a:last-child {
    margin-right: 0;
}

.zixun-name .mid3-button {
    position: absolute;
    top: 14px;
    left: 125px;
}

.zixun-name .mid3-more {
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
}

.zixun-name .mid3-more img {
    width: 17px;
    height: 17px;
    float: right;
    margin-left: 5px;
}

.zixun-content {
    width: 100%;
}

.zixun-content li {
    padding: 12px 0;
    border-bottom: 1px dashed #ccc;
    background: url(tyxy_jiantou.png) 5px 19px no-repeat;
    background-size: 7px 11px;
    padding-left: 20px;
    height: 23px;
}

.zixun-content li a {
    width: 270px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 23px;
    font-size: 16px;
    color: #333333;
}

.zixun-content li a:hover {
    text-decoration: underline;
}

.zixun-content span {
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}


/* 滚动专题 */

.zhuanti-all {}

.zhuanti {
    width: 1300px;
    position: relative;
    margin: 0 auto 20px;
}

.zhuanti .zixun-name {
    width: 1230px;
}

.zhuanti>img {
    width: 260px;
    height: 80px;
}

.zhuanti-right {
    width: 1300px;
    padding-top: 20px;
}

.picScroll {
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}

.zhuanti-right .tempWrap {
    margin: 0 auto;
    width: 1230px !important;
}

.picScroll .prev,
.picScroll .next {
    display: block;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    width: 32px;
    height: 60px;
    background: url(tyxy_left.png) no-repeat;
}

.picScroll .next {
    left: auto;
    right: 0;
    background: url(tyxy_right.png) no-repeat;
}

.picScroll .prev:hover {
    opacity: 0.5;
}

.picScroll .next:hover {
    opacity: 0.5;
}

.picScroll ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll ul li {
    width: 300px;
    height: 190px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    text-align: center;
}

.picScroll ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.picScroll ul li:hover a img {
    transform: scale(1.2);
    transition: 0.3s all;
}

.picScroll ul li a:hover>p {
    text-decoration: underline;
}

.picScroll ul li p {
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    width: 90%;
    padding: 0 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 32px;
}

.picScroll ul li img {
    width: 100%;
    height: 100%;
    display: block;
}


/* 在线教学资源 */

.zxjxzy {
    margin-bottom: 0;
}

.zixun-name .tab-hd {
    position: absolute;
    left: 0;
    top: 0;
}

.zixun-name .tab-hd li {
    float: left;
    padding: 5px 15px;
}

.zixun-name .tab-hd li a {
    font-size: 18px;
}

.zixun-name .tab-hd li.on {
    background-color: #0e60c6;
}

.zixun-name .tab-hd li.on a {
    color: #fff;
}

.zhuanti-right .tab-bd {
    width: 1230px;
    margin: 0 auto;
}

.zhuanti-right .tab-bd ul li {
    width: 300px;
    height: 190px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    text-align: center;
    position: relative;
}

.zhuanti-right .tab-bd ul li:last-of-type {
    margin-right: 0;
}

.zhuanti-right .tab-bd ul li a img {
    width: 100%;
    height: 100%;
}

.zhuanti-right .tab-bd ul li:hover a img {
    transform: scale(1.2);
    transition: 0.3s all;
}

.zhuanti-right .tab-bd ul li a p {
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    width: 90%;
    padding: 0 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 32px;
}

.zhuanti-right .tab-bd ul li a:hover p {
    text-decoration: underline;
}


/* 底部 */

.footer-bg {
    background: url(tyxy_foot-bg.png);
    background-size: 100% 100%;
}

.footer {
    border-top: 1px solid #eee;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 15px;
}

.footer p {
    line-height: 35px;
}

.footer-link {
    width: 260px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

.footer-link-list {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 10px 5px 25px;
    background-color: #fff;
    background-image: url(tyxy_link.png);
    background-repeat: no-repeat;
    background-position: 3px;
    border: 1px solid #999;
}

.footer-link-list:first-of-type {
    margin-right: 20px;
}


/* 栏目页 */

.middle {
    width: 1300px;
    margin: 20px auto 0;
}

.middle-content {
    width: 100%;
    overflow: hidden;
}

.side {
    border-bottom: 1px solid #e5e5e5;
    margin: 15px;
}

.side ul {
    overflow: hidden;
    margin-bottom: 15px;
    margin-left: 15px;
}

.side ul li {
    float: left;
    font-size: 14px;
    font-weight: lighter;
    color: #333;
}

.side ul li a {
    color: #333;
}

.middle .leftList {
    width: 258px;
    border: 1px solid #dcdcdc;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.middle .leftList .listTitle {
    width: 258px;
    height: 55px;
    color: #FFFFFF;
    background: #0e60c6;
    text-align: center;
}

.middle .leftList .listTitle h1 {
    font-size: 25px;
    line-height: 55px;
}

.middle .leftList .list {
    margin-bottom: 30px;
}

.middle .leftList .list ul li {
    width: 205px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}

.middle .leftList .list ul li a p {
    width: 170px;
    height: 45px;
    color: #333;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.middle .leftList .list ul li a:hover>p {
    text-decoration: underline;
    color: #B04810;
}

.contentList {
    width: 950px;
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
}

.list-all {
    margin: 10px 0 0 10px;
}

.content-title {
    width: 100%;
    line-height: 240%;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.con-title {
    max-width: 300px;
    height: 38px;
    float: left;
    font-size: 18px;
    border-bottom: 2px solid #0e60c6;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contentList .list-all .content-title .con-text {
    width: 99%;
    line-height: 40px;
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
    background: url(tyxy_jiantou.png) 5px 15px no-repeat;
    background-size: 7px 11px;
}

.contentList .list-all .content-title .con-text .text {
    width: 620px;
    font-size: 16px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 25px;
}

.contentList .list-all .content-title .con-text .text a {
    color: #333;
}

.contentList .list-all .content-title .con-text .text a:hover {
    text-decoration: underline;
    color: #b04810;
}

.contentList .list-all .content-title .con-text span {
    float: right;
    font-size: 14px;
    margin-right: 10px;
}


/* 内容页 */

.all-text {
    margin: 20px;
}

.t-title {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #999999;
    text-align: center;
}

.t-title h1 {
    font-size: 24px;
    color: #333;
}

.t-title p {
    color: #999999;
    margin: 10px 0;
}

.t-con {
    margin: 10px 50px;
    text-indent: 2em;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.t-con .content-txt p,
.t-con .content-txt b {
    text-align: left;
}

.t-con .content-txt img {
    max-width: 1000px;
    max-height: 400px;
}

.relevant {
    border: 1px dashed #e5e5e5;
    border-left: none;
    border-right: none;
    margin: 40px 40px 20px;
    color: #999999;
    line-height: 240%;
}

.updwon {
    margin-left: 40px;
    margin-bottom: 50px;
}

.updwon p {
    margin-top: 10px;
}

.updwon p a:hover {
    text-decoration: underline;
    color: #b04810;
}

.pagenum {
    margin-top: 20px;
    margin-left: 40%;
}

.pagenum a {
    display: block;
    min-width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 5px;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
}

.pagenum a:hover {
    background-color: #d1652b;
    color: #ffffff;
}


/* 大栏目 */

.contentList3 {
    border: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contentList3>.list-all>.content-title>a {
    display: block;
    float: right;
    margin-right: 15px;
    color: #666666;
}

.contentList3>.list-all>.content-title>a:hover {
    color: #B04810;
}

.contentList3 .list-all .content-title .con-text {
    height: 40px;
}

.Printing {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
    border-bottom: 1px dashed #999999;
}

.Printing a {
    float: right;
    padding-left: 30px;
    font-size: 14px;
    font-family: simsun;
    color: #666666;
}

.Printing a img {
    margin-right: 5px;
}