﻿/*内页*/
.s_title {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0px 20px
}

.s_title .name {
    background: url(../images/tit_bg.gif) no-repeat 0 center;
    height: 44px;
    line-height: 44px;
    padding-left: 36px;
    font-size: 20px;
    font-weight: normal;
    float: left;
    display: inline;
}

.s_title .menu {
    float: right;
    text-align: right;
}

.s_title .menu a {
    margin: 0 12px;
}

.s_title .menu a:hover,
.s_title .menu a.curr {
    color: #c7412d
}

.con_detail {
    padding: 35px 55px;
    line-height: 1.8em;
    color: #777
}

.det_con {
    padding: 0px 40px;
    /*line-height: 1.6em;*/
    /*color: #666*/
}
.intro img{
    width: auto;
}
.intro p{
    color: #000;
}

/* 
修改 标题字体
*/
.detail_tit {
    font: 22px / 36px '微软雅黑';
    font-weight: bold;
    color: #333;
    line-height: 40px;
    text-align: center;
    /* font-size: 20px;
    color: #444;
    line-height: 40px;
    padding-bottom: 10px;
    font-weight: normal */
}

a.d_more {
    color: #444;
}

a.d_more:hover {
    color: #c7412d
}

/*list5*/
.list5 {
    padding: 10px 0;
}

.list5 li {
    width: 200px;
    float: left;
    margin: 20px 0 0 20px;
    display: inline
}

.list5 .pic a {
    height: 136px;
    display: block;
    width: 200px;
}

.list5 .pic a img {
    height: 136px;
    width: 200px;
}

.list5 .pic a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8
}

.list5 .tit a {
    line-height: 36px;
    display: block;
    width: 200px;
    text-align: center
}

/*list5*/
.list5 {
    padding: 10px 0;
}

.list5 li {
    width: 200px;
    float: left;
    margin: 20px 0 0 20px;
    display: inline
}

.list5 .pic a {
    height: 136px;
    display: block;
    width: 200px;
}

.list5 .pic a img {
    height: 136px;
    width: 200px;
}

.list5 .pic a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8
}

.list5 .tit a {
    line-height: 36px;
    display: block;
    width: 200px;
    text-align: center
}

/*list4 1.8em*/
.list4 {
    padding: 10px 0;
}


.list4 li {
    width: 100%;
    float: left;
    margin: 20px 0 0 24px;
    display: inline
}

.list4 .pic {
    width: 150px;
    float: left;
}

.list4 .pic a {
    display: block;
}

.list4 .pic a img {
    width: 100%;
}

.list4 .pic a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8
}

.list4 .tit {
    float: left;
    display: block;
    padding: 0 10px;
    width: calc(100% - 170px);
}

.list4 .tit .titmain {
    font-size: 1em;
}

.list4 .tit a {
    line-height: 26px;
    display: block;
    text-align: left;
    overflow: hidden;
    padding-top: 5px;
}

.list4 .tit span.date {
    background: url(../images/date.gif) no-repeat 0 center;
    padding-left: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

/* 修改 */
.article_list {}

.article_list.showCertificate{
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
}
.imgViewer .viewerCanvas{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgViewer .showImg{
    width: 30%;
}
/* 图片查看器 */
.imgViewer{
    z-index: 2010;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.imgViewer .viewerMask{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    transition: all 0.5s ease-in-out;
}
.imgViewer .viewerBtn{
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: .8;
    cursor: pointer;
    box-sizing: border-box;
    user-select: none;
}
.imgViewer .viewerClose{
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #fff;
    background-color: #606266;
}

.article_list.showCertificate li{
    width: 19%;
    display: flex;
    flex-direction: column;
    float: none;
    margin: 20px 24px 0 24px;
    justify-content: center;
    cursor: pointer;

}
.article_list.showCertificate li .pic{
    width: 150px;
}
.article_list.showCertificate li .pic img{
    width: 100%;
}
.article_list.showCertificate li .titmain{
    display: block;
    font-size: 12px;
    text-align: center;
}

/* 新版图片+文字 */
.article_list.newImgAndWord {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.article_list.newImgAndWord li{
    margin: 20px 24px 0 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.article_list.newImgAndWord li .dateNav{
    position: relative;
    width: 80px;
    height: 85px;
    background-color: #286090;
    display: flex;
    justify-content: center;
    /* 字体 */
    font: 50px 'Microsoft YaHei UI';
    color: #f5f5f5;
    border-radius: 5px;
    /* 文字阴影 */
    text-shadow: -1px 2px 5px #373737d1;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.article_list.newImgAndWord li .dateNav .monthAndYear{
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 0;
    background-color: #39ade0;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    text-shadow: none;
}

.article_list.newImgAndWord li .tit{
    display: flex;
    /* padding: 0 20px; */
    flex-direction: column;
}
.article_list.newImgAndWord li .tit .titmain{
    font-weight: bold;
}
.article_list.newImgAndWord li .desc {
    width: 650px;
    min-height:40px;
    margin: 10px 0;
    /* 多行省略 */
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.article_list.newImgAndWord li .infoNav .date{
    margin-right: 100px;
}
.article_list.newImgAndWord li .infoNav .source::before{
    content: "来源：";

}
.article_list.newImgAndWord li .infoNav{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    /* padding: 0 10px; */
}
.article_list.newImgAndWord li .infoNav .keyWordList:first-child::before{
    content: "关键词：";
}
.newImgAndWord span.source{
    width: 150px;
}
.newImgAndWord span.keyWordList{
    width: 410px;
}

.article_list.newImgAndWord li a{
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.article_list.newImgAndWord li a:hover{
    color:#eb6100;
}
.article_list.newImgAndWord li a:hover .dateNav
{
    background-color:#eb6100;
}
.article_list.newImgAndWord li a:hover .dateNav .monthAndYear{
    background-color:#d15700;

}
.article_list.newImgAndWord li a:hover .pic img{
    transform: scale(1.1);
    filter: brightness(1.1);
}

/* 图片+文字 */
.article_list.imgAndWord {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.article_list.imgAndWord li a{
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.article_list.imgAndWord li a:hover{
    box-shadow: 0px 0px 8px 0px #dbd9d98a;
    color:#eb6100;
}
.article_list.newImgAndWord li .pic,
.article_list.imgAndWord li .pic{
    width: 170px;
    border-radius: 5px;
    overflow: hidden;
}
.article_list.newImgAndWord li .pic img,
.article_list.imgAndWord li .pic img{
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.article_list.imgAndWord li a:hover .pic img{
    transform: scale(1.1);
    filter: brightness(1.1);
}

.article_list.imgAndWord li{
    padding: 0 25px;
    float: none;
    margin: 0;
    font-size: 18px;
}
.article_list.imgAndWord li .date{
    display: none;
}

/*  下载文件列表 */


/* 条文 */
.article_list.word,
.article_list.fileDownloadList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.article_list.word li,
.article_list.fileDownloadList li {
    width: 100%;
    float: none;
    margin: 0;
    font-size: 16px;
}

.article_list.fileDownloadList li:nth-of-type(odd){
    background: #f1c16818;
}
.article_list.word li:nth-of-type(odd){
    background: #68cef118;
}

.article_list.fileDownloadList li .tit,
.article_list.word li .tit {
    padding: 10px;
    margin-left: 10px;
    width: 98%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #e0e0e0;
}
.article_list.fileDownloadList li a:hover,
.article_list.word li a:hover{
    color: #c7412d;
}
.article_list.fileDownloadList li a,
.article_list.word li a{
    padding: 5px 0;
}
.article_list.fileDownloadList li .tit span.date,
.article_list.word li .tit span.date{
    height: 20px;
    
}

.article_list.newImgAndWord li .pic,
.article_list.fileDownloadList li .desc,
.article_list.fileDownloadList li .pic,
.article_list.fileDownloadList li .source,
.article_list.fileDownloadList li .date,
.article_list.word li .desc,
.article_list.word li .pic,
.article_list.word li .source {
    display: none;
}

/* 图表 */
.article_list.chart {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
}

.article_list.chart li {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.article_list.chart li:hover {
    /* box-shadow: 0px 11px 15px 1px #868686; */
}
.article_list.chart li:hover .pic{
    box-shadow: -2px -1px 10px 3px #e66424;
}

.article_list.chart li .tit {
    width: auto;
    padding: 10px;
}

.article_list.chart li:hover .tit .titmain{
    color: #000;
}

.article_list.chart li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.article_list.chart li .tit {
    text-align: center;
}

.article_list.chart li .pic img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.article_list.chart li .pic {
    width: 150px;
    overflow: hidden;
    min-height: 150px;
    max-height: 150px;
    border-radius: 15px;
}

.article_list.chart li:hover .pic img {
    transform: scale(1.1);
}

.article_list.chart li span.date {
    display: none;
}

/*list5 1.8em*/
.list6 {
    padding: 10px 0;
}

.list6 li {
    width: 25%;
    float: left;
    padding: 20px 20px;
    display: inline
}

.list6 .pic {
    width: 100%;
}

.list6 .pic a {
    display: block;
}

.list6 .pic a img {
    width: 100%;
    max-height: 300px;
}

.list6 .pic a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8
}

.list6 .tit {
    display: block;
    padding: 0 10px;
}

.list6 .tit .titmain {
    font-size: 1.2em;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list6 .tit .tittxt {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100px;
}

.list6 .tit a {
    line-height: 26px;
    display: block;
    text-align: left;
    overflow: hidden;
    padding-top: 5px;
}

.list6 .tit span.money {
    line-height: 20px;
    color: #ff5402;
    font-size: 12px;
}

/*sub_content 1.8em*/
.sub_content {
    padding: 10px 10px;
    width: calc(100% - 200px);
    float: left;
}

.sub_content li {
    width: 100%;
    float: left;
    margin: 20px 0 0 24px;
    display: inline
}

.sub_content .pic {
    width: 150px;
    float: left;
}

.sub_content .pic a {
    display: block;
}

.sub_content .pic a img {
    width: 100%;
}

.sub_content .pic a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8
}

.sub_content .tit {
    float: left;
    display: block;
    padding: 0 10px;
    width: calc(100% - 170px);
}

.sub_content .tit .titmain {
    font-size: 1.4em;
}

.sub_content .tit a {
    line-height: 26px;
    display: block;
    text-align: left;
    overflow: hidden;
    padding-top: 5px;
}

.sub_content .tit span.date {
    background: url(../images/date.gif) no-repeat 0 center;
    padding-left: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

/*sub_content 1.8em*/
.sub_content_right {
    padding: 10px 10px;
    width: 200px;
    float: left;
}

.sub_content_right li {
    width: 100%;
    clear: both;
    border-bottom: solid 1px #999;
}

.sub_content_right .pic {
    width: 150px;
    float: left;
}

.sub_content_right .pic a {
    display: block;
}

.sub_content_right .pic a img {
    width: 100%;
}

.sub_content_right .pic a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8
}

.sub_content_right .tit {
    padding: 0 10px;
}

.sub_content_right .tit .titmain {
    font-size: 1.4em;
}

.sub_content_right .tit a {
    line-height: 26px;
    text-align: left;
    overflow: hidden;
    padding-top: 5px;
}

.sub_content_right .tit span.date {
    background: url(../images/date.gif) no-repeat 0 center;
    padding-left: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}


/*teacher*/
.teacher {
    padding: 10px 0;
}

.teacher li {
    width: 200px;
    float: left;
    margin: 20px 0 0 20px;
    display: inline
}

.teacher .pic a {
    height: 250px;
    display: block;
    width: 200px;
}

.teacher .pic a img {
    height: 250px;
    width: 200px;
}

.teacher .pic a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8
}

.teacher .tit a {
    line-height: 26px;
    display: block;
    width: 200px;
    text-align: left;
    overflow: hidden;
    padding-top: 5px;
}

.teacher .tit span.date {
    background: url(../images/date.gif) no-repeat 0 center;
    padding-left: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

.detail_date {
    text-align: center;
    color: #888
}

.intro {
    padding: 20px 0;
}

.share {
    height: 50px;
    margin-top: 20px;
}

.kc_d_share {
    height: 50px;
    margin: 0px 40px;
}

.xg {
    line-height: 1.8em;
    color: #333;
}

/*课程*/
.kc_s {
    padding: 0 40px;
    position: relative;
    height: 400px;
}

.kc_s .kc_detail {
    padding: 40px 0;
    width: 500px;
    position: absolute;
    z-index: 100;
    line-height: 1.8em
}

.kc_s .kc_detail strong {
    font-weight: bold;
    color: #444
}

/*课程焦点图*/
.kcBox {
    width: 1040px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    z-index: 99
}

.kcBox .hd {
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.kcBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 1111;
}

.kcBox .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
    font-size: 0;
    padding-left: 30px;
}

.kcBox .hd li {
    margin: 0 2px;
    background: url(../images/dot.png) no-repeat 0 -17px;
    height: 17px;
    overflow: hidden;
    width: 17px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    _background: url(../images/dot8.png) no-repeat 0 -17px
}

.kcBox .hd .on {
    background-position: 0 0
}


.kcBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.kcBox .bd li {
    zoom: 1;
    height: 400px;
    width: 1080px;
}

.major_x {
    margin-top: 30px;
}

.major_x li {
    float: left;
    margin: 25px 15px 0 0;
}

.major_x1 a {
    width: 57px;
    height: 57px;
    display: block;
    cursor: pointer;
    background: url(../images/major_ico.png) no-repeat;
}

.major_x1 a:hover {
    width: 57px;
    height: 57px;
    background: url(../images/major_ico.png) 0 -228px no-repeat;
    display: block;
}

.major_x2 a {
    width: 57px;
    height: 57px;
    display: block;
    cursor: pointer;
    background: url(../images/major_ico.png) 0 -57px no-repeat;
}

.major_x2 a:hover {
    width: 57px;
    height: 57px;
    background: url(../images/major_ico.png) 0 -228px no-repeat;
    display: block;
}

.major_x3 a {
    width: 57px;
    height: 57px;
    display: block;
    cursor: pointer;
    background: url(../images/major_ico.png) 0 -114px no-repeat;
}

.major_x3 a:hover {
    width: 57px;
    height: 57px;
    background: url(../images/major_ico.png) 0 -228px no-repeat;
    display: block;
}

.major_x4 a {
    width: 57px;
    height: 57px;
    display: block;
    cursor: pointer;
    background: url(../images/major_ico.png) 0 -171px no-repeat;
}

.major_x4 a:hover {
    width: 57px;
    height: 57px;
    background: url(../images/major_ico.png) 0 -228px no-repeat;
    display: block;
}

a .major_text {
    display: none;
}

a:hover .major_text {
    width: 57px;
    height: 57px;
    padding: 12px 0 0 0;
    line-height: 16px;
    text-align: center;
    display: block;
}

.about_kc {
    padding: 5px 20px;
}

.about_kc li {
    padding: 20px 0;
    width: 1080px;
    border-bottom: 1px solid #f0f0f0;
}

.about_kc li .pic {
    width: 240px;
    height: 160px;
    float: left;
}

.about_kc li .pic img {
    width: 240px;
    height: 160px;
}

.about_kc li .txt {
    width: 790px;
    height: 160px;
    float: right;
    line-height: 26px;
    color: #888
}

.about_kc li .txt h4 {
    font-size: 18px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
}

.about_kc li .txt h4 a {
    color: #444
}

.about_kc li .txt a.kc_more {
    color: #555;
    margin-top: 10px;
    display: block;
    width: 85px
}

.about_kc li .txt h4 a:hover {
    color: #000
}

.help_xz {
    padding-bottom: 20px;
}

.help_xz li {
    margin: 38px 50px 0 20px;
    display: block;
    width: 490px;
    float: left;
}

.help_xz li .pic {
    width: 90px;
    height: 90px;
    float: left;
}

.help_xz li .pic img {
    width: 90px;
    height: 90px;
    border-radius: 90px;
}

.help_xz li .txt {
    width: 380px;
    height: 90px;
    float: right;
    line-height: 24px;
    color: #888
}

.help_xz li .txt h4 {
    font-size: 12px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    color: #666
}

.help_xz li .txt h4 span {
    font-size: 18px;
    color: #444;
    margin-right: 10px;
}

.xyzp_list {
    padding: 24px 0px 0px 12px
}

.xyzp_list ul {
    overflow: hidden;
    zoom: 1;
}

.xyzp_list li {
    margin: 0 12px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: left;
}

.xyzp_list li .pic {
    text-align: left;
}

.xyzp_list li .pic img {
    width: 195px;
    height: 195px;
    display: block;
}

.xyzp_list li .tit {
    height: 70px;
}

.xyzp_list li .tit a {
    line-height: 32px;
    display: block;
    padding-top: 5px;
}

.xyzp_list li .tit span.eye {
    background: url(../images/see.gif) no-repeat 0 center;
    padding-left: 22px;
    line-height: 20px;
    color: #999
}

.kc_sm {
    padding: 40px;
    line-height: 1.8em
}

.kc_sm .kc_tit {
    height: 60px;
    line-height: 40px
}

span.kc_eye {
    background: url(../images/see.gif) no-repeat 0 center;
    padding-left: 22px;
    line-height: 40px;
    color: #999
}

.kc_d_l {
    width: 720px;
    min-height: 600px;
    float: left;
}

.kc_d_r {
    width: 240px;
    min-height: 600px;
    float: right;
}

.z_xgkc {
    line-height: 32px;
    color: #444;
    font-size: 16px;
}

.z_xgkc a {
    color: #444;
    line-height: 32px;
}

.z_xgkc a:hover {
    color: #000;
}

.z_xgkc_list li {
    margin-top: 15px;
    width: 240px;
    height: 66px;
}

.z_xgkc_list li .pic {
    width: 100px;
    height: 66px;
    float: left;
}

.z_xgkc_list li .pic img {
    width: 100px;
    height: 66px;
}

.z_xgkc_list li .txt {
    width: 124px;
    height: 66px;
    float: right;
    line-height: 1.6em
}

.z_xgkc_list li .txt span {
    color: #999;
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.wsbm {
    padding: 30px 40px 25px
}

.wsbm a {
    width: 160px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    display: block;
    background: #c7412d
}

.wsbm a:hover {
    background: #eb6100
}


/*留言*/
.feed {
    padding: 30px;
}

.feed_list {
    padding-top: 2px;
}

.feed_list li {
    margin-top: 20px;
    width: 100%;
}

.feed_list li .txt {
    width: 996px;
    float: right;
    line-height: 1.5em
}

.feed_list li .txt .adress {
    font-size: 12px;
    color: #999
}

.feed_list li .txt .reply {
    background: #f4f4f4;
    color: #666;
    margin: 15px 0;
    padding: 10px 15px;
}

.feed_list li .pic {
    width: 49px;
    height: 49px;
    float: left;
}