@charset "utf-8";

/* CSS Document */


/*index*/

.main {
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #f1f1f1;
}

.banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-animation: gfadeIn 1s 0.4s both;
    -moz-animation: gfadeIn 1s 0.4s both;
    animation: gfadeIn 1s 0.4s both;
}

.slick-slide img {
    width: 100%;
}

.banner .slick-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 3;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    text-indent: -9999em;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.banner .slick-next {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 3;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    text-indent: -9999em;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.banner .slick-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.banner .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.main .pic_list {
    background: #313131;
    height: 340px;
    overflow: hidden;
}

.main .pic_list .slick-list {
    width: 100%;
}

.main .pic_list .slick-list li {
    float: left;
    width: 100%;
    height: 340px;
    position: relative;
}

.main .pic_list .slick-list li a {
    display: block;
    height: 100%;
}

.main .pic_list .slick-list li .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main .pic_list .slick-list li .pic img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}

.main .pic_list .slick-list li .text {
    width: 100%;
    color: #fff;
    line-height: 34px;
    height: 34px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-indent: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

.main .pic_list .slick-list li .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 76%;
}

.main .pic_list .slick-list li .text:hover {
    color: #0a3190;
}

.main .pic_list .slick-dots {
    position: absolute;
    z-index: 5;
    right: 16px;
    bottom: 6px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
}

.main .pic_list .slick-dots>li {
    position: relative;
    display: inline-block;
    line-height: 0;
    height: 0;
    margin: 0px 2.5px;
    padding: 0px;
    cursor: pointer;
}

.main .pic_list .slick-dots>li button {
    border: 0;
    background: #fff;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    outline: none;
    line-height: 18px;
    color: transparent;
    cursor: pointer;
    outline: none;
    color: #444444;
}

.main .pic_list .slick-dots>li.slick-active button {
    background: #0a3190;
    color: #fff;
}

.main .part1 {
    /* background: #fff; */
    /* margin-top: 10px; */
    display: flex;
    margin-bottom: 20px;
}

.main .part1 .partList {
    width: 394px;
    float: left;
    background-color: #fff;
    height: 260px;
}

.main .part1 .partList .con {
    /* padding-left: 14px; */
    /* padding-right: 14px; */
    padding-top: 10px;
    padding-top: 5px;
    height: 259px;
}

.main .part1 .partList .con .tit {
    line-height: 36px;
    height: 40px;
    border-bottom: 2px solid #f1f1f1;
    /* padding-bottom: 10px; */
    font-size: 18px;
    margin-bottom: 0;
}

.main .part1 .partList .con .notice_tit {
    border-bottom: 2px solid #0a3190;
}

.main .part1 .partList .con .tit span {
    float: left;
    padding-left: 14px;
    font-size: 16px !important;
    font-weight: 600;
}

.main .part1 .partList .con .tit span img {
    vertical-align: middle;
    padding-right: 9px;
    position: relative;
    top: -1px;
}

.main .part1 .partList .con .tit .more {
    font-size: 12px;
    float: right;
    color: #0a3190;
    font-weight: normal;
    padding-right: 14px;
}

.main .part1 .partList .con .tit .more:hover {
    /* color: #0a3190 */
}

.main .part1 .partList .con ul {
    padding: 0 6px 4px 0;
}

.main .part1 .partList .con ul li {
    height: 34px;
    line-height: 34px;
    /* border-bottom: none; */
    display: flex;
    width: 100%;
}

.main .part1 .partList .con .notice_list {
    padding: 3px 6px 0 0;
}

.main .part1 .partList .con .notice_list li {
    border-bottom: dashed 1px #dcdcdc;
}

.main .part1 .partList .con .notice_list li:last-child {
    border-bottom: none;
}

.main .part1 .partList .con ul li .pr_fields {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 12px;
    color: #666666;
    flex-grow: 1;
    margin-left: 9px;
    float: none !important;
}

.main .part1 .partList .con ul li:hover .pr_fields {
    color: #0a3190;
    /* background-image: url(../images/dot_red.png); */
}

.main .part1 .partList .con ul li .ex_fields {
    font-size: 12px;
    color: #999999;
    margin-right: 4px;
    width: 125px;
    text-align: right;
}

.main .part1 .partList .con ul li:hover a {
    /* color: #0a3190 */
}

.main .part1 .partList .con ul li:hover span {
    /* color: #0a3190 */
}

.main .part1 .partList .con ul .Article_Index {
    display: none;
}

.main .part2 {
    width: 100%;
    float: right;
    /* background:#fff; */
    display: flex;
}

.main .part4 {
    background: none;
    margin-bottom: 20px;
}

.main .part2 .partList .con {
    margin: 5px 0 10px 0;
    padding-top: 0;
}

.main .ryq {
    height: 240px !important;
}

.main .part2 .partList {
    width: 394px;
    height: 257px;
}

.main .part2 .partList .con ul {
    /* padding: 9px 0 4px 0; */
}

.main .part2 .partList .con ul li>a {
    width: 70%;
    float: left;
}

.main .part2 .partList .con ul li>span {
    color: #666666;
}

.main .part1 .last_partList .con {
    border-right: none;
}

.main .part3 .friendship_link {
    width: 100%;
}

.main .part3 .subject {
    width: 400px;
}

.main .part3 .partList .con {
    /* padding: 0 16px; */
    border-right: none;
}

.main .part3 .partList .con .link_ol {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.main .part3 .partList .con .link_ol tr {
    background: none;
}

.main .part3 .partList .con .link_ol tr span {
    display: none;
}

.main .part3 .partList .con .link_ol td {
    float: left;
    margin-right: 21px;
    line-height: 28px;
}

.main .part3 .partList .con .link_ol td a {
    color: #777777;
}

.main .part3 .partList .con .link_ol td a:hover {
    color: #0a3190;
    border-bottom: 1px solid #0a3190;
}

.main .part3 .partList .con .tit {
    /* padding-top:6px; */
    font-size: 16px;
    font-weight: bold;
}

.main .sub_ol {
    width: 150px;
}

.main .sub_ol li {
    margin-bottom: 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #2374b7;
    border-radius: 5px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: table;
}

.main .sub_ol li a {
    display: block;
    vertical-align: middle;
    display: table-cell;
}

.main .sub_ol li .sub_img {
    width: 30px;
    display: inline-block;
    margin-right: 12px;
}

.main .sub_ol li .sub_img img {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.main .sub_ol li .sub_tip {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

.main .sub_ol li:hover {
    background: #0a3190;
}


/*list*/

.list {
    padding-top: 10px;
}

.list .list_left {
    width: 230px;
    float: left;
    color: #fff;
}

.list .list_left h2 {
    font-size: 16px;
    background: #0a3190;
    line-height: 50px;
    height: 50px;
    text-indent: 28px;
}

.list .list_left table {
    width: 100%;
    color: #313131;
}

.list .list_left table td {
    text-indent: 28px;
    background: #fff;
    margin-bottom: 1px;
    height: 50px;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: 203px center;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.list .list_left table td:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: #0a3190;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.list .list_left table td a {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #0a3190;
}

.list .list_left table td table td p {
    padding-left: 1em;
}

.list .list_left table td:hover {
    background-position: 203px center;
    background-color: #e5f2f8;
}

.list .list_left table td:hover>a {
    color: #0a3190;
}

.list .list_left table td table td p:hover a {
    color: #0a3190;
}

.list .list_left table td:hover:after {
    height: 100%;
}

.list .list_right {
    float: left;
    margin-left: 10px;
    width: 920px;
    background: #fff;
    padding: 0 10px;
}

.list .list_right .title {
    padding: 16px 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
}

.list .list_right .title>span {
    color: #0a3190;
    border-left: #0a3190;
    padding-left: 10px;
    display: inline-block;
    height: 16px;
    line-height: 31px;
    font-size: 16px;
    font-weight: bold;
}

.list .list_right .title .list_nav {
    font-size: 12px;
    color: #999999;
    position: relative;
    top: 6px;
}

.list .list_right .title .list_nav a {
    color: #999999;
}

.list .list_right .title .list_nav a:hover {
    color: #0a3190;
}

.list .list_right>div ul li {
    padding: 10px 0px 5px 0;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: content-box;
}

.list .list_right>div ul li .link_tit {
    padding: 0 10px;
}

.list .list_right>div ul li .link_tit a {
    font-size: 13px;
    font-weight: bold;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #414144;
}

.list .list_right>div ul li:hover .link_tit a {
    color: #0056b3;
    text-decoration: none;
    /* background-image: url(../images/dot2_on.png); */
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.list .list_right>div ul li .txt {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.list .list_right>div ul li:hover .txt {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.list .list_right>div ul li .link_tit .time {
    float: right;
    font-size: 12px;
    color: #999999;
}

.list .list_right>div ul li .txt {
    padding: 0 20px;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}


/*翻页*/

.pagination {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.pagination li {
    margin: 0 4px;
    display: inline-block;
    color: #999999;
}

.pagination li a {
    border: 1px solid #cccccc;
    display: inline-block;
    color: #999999;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 4px;
}

.pagination .active,
.pagination a:hover {
    background: #0a3190;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    border: 1px solid #0a3190;
}


/*详情页*/

.main .details {
    background: #fff;
    margin-top: 1px;
    padding: 18px 20px;
}

.main .details .cur {
    font-size: 12px;
    color: #999999;
}

.main .details .cur a {
    font-size: 12px;
    color: #999999;
}

.main .details .cur a:hover {
    color: #007bbe;
}

.main .details .d_txt {
    margin-top: 36px;
}

.main .details .d_txt h1 {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}

.main .details .d_txt .dtit {
    text-align: center;
    color: #999999;
    padding-top: 11px;
    padding-bottom: 30px;
}

.main .details .d_txt .dtit span {
    padding: 0 8px;
}

.main .details .d_txt .con {
    width: 85%;
    margin: 0 auto;
}

.m-arrow-lb {
    border-top: 1px solid #dddddd;
    padding: 30px 10px 40px 10px;
    margin: 0 10px;
    font-size: 16px;
}

.m-arrow-lb em {
    font-style: normal;
}

.m-arrow-lb a:hover {
    color: #0a3190;
}

#picbasew7 {
    height: 24em;
}

#picbasew7 .pacbase1 {
    height: 24em;
}

#picbasew7 .pacbase1 img {
    height: 24em;
}

.picbase1-content {
    display: none;
}

.iconlist {
    height: 290px;
    background-color: transparent !important;
    display: flex;
    flex-direction: column;
}

.fouricon {
    background-color: #fff;
    flex: 1;
    display: flex;
    justify-content: center;
    -moz-box-shadow: 4px 4px 0px #bfbfbf;
    -webkit-box-shadow: 6px 6px 0px rgb(231 231 231);
    box-shadow: 6px 6px 0px rgb(231 231 231);
}

.fouricon:nth-child(1) {
    margin-bottom: 10px;
}

.fouricon:nth-child(2) {
    margin-bottom: 10px;
}

.fouricon:nth-child(3) {
    margin-bottom: 10px;
}

.fouricon:nth-child(4) {}

.partList:nth-child(1) {
    margin-right: 10px;
}

.partList:nth-child(2) {
    margin-right: 10px;
}

.foot .wrapper {
    display: flex;
    width: 100%;
    max-width: calc(1200px + 6%);
    margin: 0 auto;
    position: relative;
    padding: 13px 3%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.foot .wrapper .left {
    width: 510px;
    display: flex;
    align-items: center;
}

.footdown {
    height: 38px;
    background-color: rgb(10, 49, 144);
    font-size: 15px;
    line-height: 38px;
    text-align: center;
}

.foottop {
    min-height: 160px;
    background-color: #1456b7;
}

.foottop .info {
    flex-direction: column;
    max-width: 440px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 30px;
    /* margin-right: 20px; */
}

.logo {
    background-image: url(../images/njuptlogo.png);
    background-repeat: no-repeat;
    margin-right: 25px;
    background-size: 100% 100%;
    width: 268px;
    height: 71px;
}

.btn-secondary {
    color: #fff;
    border-bottom: 1px solid #fff !important;
}

.fouricon .wrap {
    display: flex;
    width: 188px;
    align-items: center;
    justify-content: space-around;
}

.fouricon .wrap img {
    width: 34px;
}

.littletext {
    font-family: SourceHanSansCN-Bold;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 10px;
    color: #0a3190;
}

.lunbo2 h5 {
    margin-bottom: 0;
}

.list_left h2>a {
    color: #ffffff;
    font-weight: 600;
}

.wp_article_list .list_item span {
    float: none !important;
    display: block;
}