* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

.w {
    width: 1200px;
    margin: 0 auto;
}



/* 主体内容 */
/* 轮播图 */
.slideBox {
    width: 100%;
    height: 660px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width: 1200px;
    height: 30px;
    right: 0px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}

.slideBox .hd ul li {
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.5s;
}

.slideBox .hd ul li.on {
    background: #fff;
    width: 15px;
    height: 15px;
}

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

.slideBox .bd li {
    zoom: 1;
}

.slideBox .bd img {
    width: 100%;
    height: 660px;
    display: block;
}

/* 辽宁新闻 */
.lnxw {
    padding-top: 65px;
    padding-bottom: 68px;
    display: flex;
    justify-content: space-between;
}

.lnxw_tit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.lnxw_tit h1 {
    font-size: 24px;
    font-weight: 400;
    color: #030702;
}

.lnxw_tit a {
    font-size: 16px;
    color: #0C5DC8;
    transition: all 0.5s;
}

.lnxw_tit a:hover {
    color: #0A4FAC;
}

.lnxw_xw {
    display: flex;
    justify-content: space-between;
    width: 750px;
    margin-top: 34px;
}

.xw_one {
    width: 365px; 
    height: 310px;
    background-color: #EEF1F5;
}

.xw_one .xw_img {
    width: 100%;
    height: 231px;
    overflow: hidden;
}

.xw_one .xw_img img {
    width: 100%;
    transition: all 0.5s;
}

.xw_one:hover .xw_img img {
    transform: scale(1.1);
}

.xw_one p {
    font-size: 16px;
    color: #4d4d4d;
    padding: 20px;
}

.xw_one:hover p {
    color: #0A4FAC;
}

.lnxw_xw ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.lnxw_xw ul li a p {
    margin-right: 27px;
    font-size: 16px;
    color: #333;
    transition: all 0.5s;
}

.lnxw_xw ul li a:hover p {
    color: #0A4FAC;
}

.lnxw_right {
    width: 400px;
    margin-top: 67px;
}

.lnxw_right img {
    display: block;
    margin-bottom: 18px;
    transition: all 0.5s;
}

.lnxw_right img:hover {
    transform: scale(1.05);
}

/* 通知公告 */
.tzgg {
    background-color: #F0F3F7;
    padding-top: 44px;
    padding-bottom: 33px;
}

.tzgg_xw>a>img {
    margin-bottom: 37px;
    margin-top: 20px;
}

.tzgg_xw ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.tzgg_xw ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 77px;
}

.tzgg_xw ul li {
    margin-bottom: 35px;
}

.tzgg_time {
    background-color: #0D5ECA;
    width: 77px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    color: #fff;
    margin-right: 20px;
}

.tzgg_time p:first-child {
    font-size: 32px;
    font-weight: 300;
    padding-top: 8px;
}

.tzgg_time p:last-child {
    font-size: 14px;
    font-weight: 300;
}

.gg_nr {
    width: 470px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.gg_nr .gg_tit {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
}

.gg_nr .gg_ms {
    color: #979994;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.tzgg_xw ul li a:hover .gg_nr .gg_tit {
    color: #0A4FAC;
}

/* 基层党建、院系动态 */
.content3 {
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
    padding-bottom: 64px;
}

.xw_list ul {
    margin-top: 20px;
}

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

.xw_list ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    width: 566px;
}

.xw_list ul li a .xw_time {
    float: right;
    font-size: 16px;
    color: #999;
}

.xw_list ul li a p span {
    display: inline-block;
    width: 2px;
    height: 2px;
    background-color: #0D5ECA;
    border-radius: 50%;
    margin-right: 10px;
}

.xw_list ul li a p {
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.xw_list ul li a:hover p {
    color: #0D5ECA;
}

/* 光影辽职、精彩辽职 */
.content4{
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
}
.slideTxtBox {
    width: 566px;
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
}

.slideTxtBox .hd {
    width: 188px;
    position: relative;
}

.slideTxtBox .hd ul li a{
    display: inline-block;
    width: 188px;
    height: 65px;
    line-height: 65px;
    color: #6B6B6B;
    font-size: 18px;
    background-color: #EEF1F5;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.slideTxtBox .hd ul li.on a{
    background: url(../images/xxk_bbg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding-left: 10px;
    margin-left: -10px;
    border: none;
  pointer-events: none;
    cursor: default;
}

.slideTxtBox .bd ul {
    zoom: 1;
}

.slideTxtBox .bd li {
    width: 400px;
    height: 330px;
    overflow: hidden;
}
.slideTxtBox .bd li a img{
    width: 100%;
    height: 330px;
    transition: all 0.5s;
}
.slideTxtBox .bd li:hover a img{
    transform: scale(1.05);
}

/* 专题专栏 */
.ztzl ul{
    margin-top: 30px;
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
}
.ztzl ul li a img{
    transition: all 0.5s;
    width: 278px;
    height: 115px;
}
.ztzl ul li a:hover img{
    transform: scale(1.05);
}

/* 友情链接 */
.yqlj ul{
    margin-top: 30px;
    margin-bottom: 65px;
    display: flex;
}
.yqlj ul li{
    margin-right: 80px;
}
.yqlj ul li img{
    transition: all 0.5s;
}
.yqlj ul li:hover img{
    transform: scale(1.05);
}


