@charset "utf-8";

body {
    max-width: 1920px;
    background: #f5f5f5;
}

.banner img {
    display: block;
    width: 100%;
}

.position {
    line-height: 60px;
    text-align: right;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-top: -60px;
    z-index: 9;
    overflow: hidden;
}

.position>div {}

.position>div>div {
    float: right;
    background: rgba(8, 78, 163, .8);
    position: relative;
    min-width: 310px;
    padding-left: 30px;
}

.position>div>div:first-child::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 700px;
    background: rgba(8, 78, 163, .8);
}

.position>div>div:first-child:before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    border-bottom: 60px solid rgba(8, 78, 163, .8);
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
}

.position a {
    color: #fff;
}

.position a {
    margin: 0 5px;
}

#ny {
    margin-top: 60px;
    overflow: hidden;
}


/* 内页左侧导航 */

.lmenu {
    float: left;
}

.leftNav {
    float: left;
    width: 270px;
    background: #ebebeb;
    position: relative;
    margin-right: 55px;
}

.leftNav>h2 {
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: #13439b;
    font-size: 30px;
    overflow: hidden;
}

.leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.leftNav ul {}

.leftNav ul li {
    position: relative;
}

.leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 60px;
    padding-left: 60px;
    background: url(../images/nav-li-left.png) no-repeat;
    background-position: 31px center;
}

.leftNav>ul>li>span {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 23px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
}

.leftNav>ul>li.on>span {
    background: url(../images/sub_left_up.png) no-repeat center center;
    background-size: 14px 14px;
}

.leftNav>ul>li.activ {
    background: #dadada;
}

.leftNav>ul>li.active>a {
    background: url(../images/nav-li-left.png) no-repeat;
    background-position: 31px center;
}

.leftNav ul li:hover {
    background: #dadada;
}

.leftNav ul li.active {
    background: #dadada;
}

.leftNav ul li.active ul {
    display: block;
}

.leftNav ul li a:hover {
    background: url(../images/nav-li-left.png) no-repeat;
    background-position: 31px center;
}

.leftNav>ul>li>ul {
    display: none;
    background: #f6f6f6;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 15px;
}

.leftNav>ul>li>ul>li>a {
    font-size: 14px;
}

.ny-r {
    overflow: hidden;
    padding-bottom: 45px;
}

.dq-lannel h3 {
    line-height: 46px;
    border-left: 9px solid #0750a3;
    font-size: 30px;
    font-weight: normal;
    color: #333;
    padding-left: 25px;
    margin-bottom: 35px;
}

.art-body img {
    max-width: 100%;
}

.art-body table {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.art-body p {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
}

.art-tit h3 {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.art-info {
    background: #fff;
    text-align: center;
    margin: 40px 0;
}

.art-info span {
    font-size: 14px;
    line-height: 40px;
    margin: 0 15px;
    color: #999999;
}

.article .art-body div {
    background: none !important;
}

.article .art-body p {
    text-indent: 0;
    background: none !important;
}

.article .art-body p span {
    background: none !important;
}

/* 文字列表页  start */

.tdate-list li {
    padding-right: 100px;
    line-height: 60px;
    background-position: left center;
    position: relative;
    border-bottom: 1px dashed #dddddd;
    font-size: 16px;
}

.tdate-list li:first-child {
    padding-top: 0;
}

.tdate-list li:first-child a span {
    top: 0;
}

.tdate-list li a {
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    background: url(../images/list-right.png) no-repeat;
    background-position: left center;
}

.tdate-list li a:hover {
    color: #1152ae;
    font-weight: 600;
    background: url(../images/list-right-hover.png) no-repeat;
    background-position: left center;
}

.tdate-list li a span {
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
}


/* 文字列表页  end */





/* 搜索结果  start */

.ssjg li {
    padding-right: 100px;
    line-height: 60px;
    background-position: left center;
    position: relative;
    border-bottom: 1px dashed #dddddd;
    font-size: 16px;
}

.ssjg li:first-child {
    padding-top: 0;
}

.ssjg li:first-child a span {
    top: 0;
}

.ssjg li a {
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    background: url(../images/list-right.png) no-repeat;
    background-position: left center;
}

.ssjg li a:hover {
    color: #1152ae;
    font-weight: 600;
    background: url(../images/list-right-hover.png) no-repeat;
    background-position: left center;
}

.ssjg li a em {
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
    font-style: normal;
}

.ssjg li a span {
    font-size: inherit;
    font-family: inherit;
}

/* 搜索结果  end */


/* 分页  start*/

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #006db8;
    color: #fff;
    border: 1px solid #006db8;
}

.pagination a:hover {
    background: #006db8;
    color: #fff;
    border: 1px solid #006db8;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}


/* 分页 end*/


/* 图片列表页  start */

.img-lists ul li {
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc;
}

.img-lists ul li a {
    display: block;
    overflow: hidden;
}

.img-lists ul li a:hover .imgList-info h3 {
    color: #174690;
    font-weight: 600;
}

.imgList-pic {
    float: left;
    width: 260px;
    margin-right: 30px;
}

.imgList-pic .pic {
    padding-top: 65%;
}

.imgList-info {
    overflow: hidden;
    color: #075aa7;
}

.imgList-info span {
    display: block;
    padding-left: 25px;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}

.imgList-info h3 {
    font-size: 18px;
    color: #000000;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imgList-info p {
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    color: #666666;
}


/* 图片列表页  end */

.i-list2 li a {
    display: block;
}

.i-list2 li a>p {
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/i-list1.png) no-repeat;
    background-position: left center;
}

.i-list2 li a>p span {
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    text-align: right;
}

.i-list2 li a>p span::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 2px;
    background: #b2e0f1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.i-list2 li a:hover>p {
    color: #0d539e;
    background: url(../images/i-list1-hover.png) no-repeat;
    background-position: left center;
}

.i-list2 li a:hover>p span::before {
    background: #fff;
}

.zhy>div {
    float: left;
    width: 48%;
    border: 1px solid #eeeeee;
    margin-bottom: 40px;
}

.zhy>div:nth-child(2n+1) {
    margin-right: 4%;
}

.zhy div h3 {
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    background: #0d539e;
}

.zhy div ul {
    padding: 20px;
    background: #fff;
}

.zhy div h3 a {
    float: right;
    color: #fff;
    font-size: 16px;
}


/* 图片页 */

.img-lists2 ul {
    overflow: hidden;
    margin-top: 10px;
}

.img-lists2 ul li {
    float: left;
    width: 30%;
    margin: 20px 1.5% 0 1.5%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists2 ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}

.img-lists2 ul li a {
    display: block;
    width: 100%;
}

.img-lists2 ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists2 ul li a>div.info {
    padding: 10px;
    font-size: 0;
}

.img-lists2 ul li a>div.info p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists2 ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists2 ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}


/* 大事记 */


.point-time {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 2px;
    left: 15%;
    background: #1c87bf;
    margin-left: -4px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff;
}

.text-red {
    color: #f6393f;
}

.text-blue {
    color: #1c87bf;
}

.text-green {
    color: #95c91e;
}

.text-yellow {
    color: #ffb902;
}

.text-purple {
    color: #d32d93;
}

.point-red {
    background-color: #f6393f;
}

.point-blue {
    background-color: #1c87bf;
}

.point-green {
    background-color: #95c91e;
}

.point-yellow {
    background-color: #ffb902;
}

.point-purple {
    background-color: #d32d93;
}

.tcontent {
    padding-top: 50px;
}

.tcontent .article {
    position: relative;
}

.tcontent .article>h3 {
    width: 11%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 30px;
    color: #333;
    /*padding: 10px 0 0;*/
    margin-bottom: 40px;
    cursor: pointer;
    background: url(../images/nav-li-top.png) no-repeat;
    background-position: right center;
}

.tcontent .article .section {
    padding: 0 0 17px;
    position: relative;
    min-height: 80px;
    display: none;
}

.tcontent .article h3:first-child+.section {
    display: block
}

.tcontent .article .section.on:before {
    content: "";
    width: 5px;
    top: 17px;
    bottom: -17px;
    left: 15%;
    background: #e6e6e6;
    position: absolute;

}

.tcontent .article .section:last-child:before {
    display: none;
}

.tcontent .article .section .time {
    width: 10%;
    display: block;
    position: absolute;
}

.tcontent .article .section .time>span {
    color: #666;
    display: block;
    text-align: right;
}

.tcontent .article .section .aside {
    color: #3a3a38;
    margin-left: 20%;
    padding-bottom: 15px;
}

.tcontent .article .section .brief {
    color: #9f9f9f;
}

.things {
    line-height: 30px;
}

/* 工作人员 */

.abouts-loop li {
    display: table; 
    margin-top: 35px;
    border: 1px solid #ccc;
    width: 100%;
    min-height: 230px;
}

.abouts-loop li a {
    display: table-cell;
    vertical-align: middle;
    width: 26.5%;
    font-size: 18px;
    font-weight: 600;
    color: #13439b;
    text-align: center;
    align-items: center;
    min-height: 240px;
    background: #e8ecf3;
}

.abouts-loop li div {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 20px 0;
}

.abouts-loop li div h3 {
    padding-left: 20%;
    font-size: 18px;
    line-height: 48px;
    color: #333333;
    font-weight: 600;
    width: 92%;
    overflow: hidden;
}

.abouts-loop li div h3 span {
    float: right;
    font-size: 15px;
    font-weight: normal;
    color: #666666;
}

.abouts-loop li div p {
    font-size: 15px;
    line-height: 48px;
    color: #333333;
    padding-left: 20%;
}



/* 培养单位 */


.abouts-loop1 li div {
       width: 100%;
       height: 44px;
}

.abouts-loop1 li div span {
    display: inline-block;
    width: 10.91%;
    font-size: 15px;
    line-height: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.abouts-loop1 li div  .xh {

width: 4.2%;
}
.abouts-loop1 li div  .pydw {

width: 14%;
}
.abouts-loop1 li div  .sylxfs{

width: 13.9%;
}
.abouts-loop1 li div  .fgyz {

width: 7.33%;
}
.abouts-loop1 li div  .yjsfdy {

width: 9.2%;
}
.abouts-loop1 li div  .lj {

width: 16.87%;

}

.abouts-loop1 li .about-cont {
       background:#13439b;
}

.abouts-loop1 li .about-cont  span {

color: #fff;

/* font-weight: bold; */
}




.abouts-loop1 li .about-cont1{
    background: #fff;
}

.abouts-loop1 li .about-cont1  span {
    color: #646464;
}

.abouts-loop1 li .about-cont1  .lj {

font-size: 13px;
}
.abouts-loop1 li .about-cont1  .lj a{

 color: #646464;
}
.abouts-loop1 li .about-cont2{
    background: #f3f3f3;
}

.abouts-loop1 li .about-cont2  span {
    color: #646464;
}
.abouts-loop1 li .about-cont2  .lj {

font-size: 13px;
}
.abouts-loop1 li .about-cont2  .lj a{

 color: #646464;
}