.inside { margin-top: 30px; margin-bottom: 10px; display: flex; justify-content: space-between; }
.inside .subleft { width: 284px; margin-bottom: 40px; }
.index-list li { margin-top: 5px; position: relative; height: 44px; line-height: 44px; border-bottom: 1px dashed #e1e1e1; overflow: hidden; padding-left: 20px; }
.index-list li ::before { content: ""; position: absolute; left: 0; top: 50%; margin-top: -12px; width: 7px; height: 7px; background: #d1d1d1; border-radius: 50%; transition: 0.3s all; }
.index-list li:hover p { color: #2162a2; }
.index-list li:hover ::before { background: #2162a2 !important; }

/* sideBar */
.sideBar { margin-bottom: 60px; }
.sideBar .sidetit { color: #fff; background: #499ce8; padding: 20px 0px 20px 30px; margin-bottom: 15px; }
.sideBar .sidetit h1 { font-size: 30px; }
.sideBar .sidetit span { font-size: 14px; text-transform: uppercase; }
.sideBar .sideNav ul { overflow: hidden; margin-bottom: 20px; }
.sideBar .sideNav ul li .nav1 { height: 51px; color: #555; line-height: 51px; display: block; padding-left: 25px; background: url(../images/sidenav.jpg) repeat-x; font-size: 16px; font-weight: bold; border-left: 0px solid #dfdfdf; border-right: 0px solid #dfdfdf; }
.sideBar .sideNav ul li .nav1:hover { background: url(../images/shover.jpg) no-repeat; color: #fff; }
.sideBar .sideNav ul li .nav1.hover { background: url(../images/shover.jpg) no-repeat; color: #fff; }
.subright .sitepath { border: 1px solid #ccc; padding-left: 20px; margin-bottom: 25px; width: 97.1%; height: 48px; line-height: 48px; }
.subright .sitepath a { color: #4a4a4a; padding-left: 5px; }
.subright .subr_Con { border: 1px solid #ccc; padding: 14px 23px; font-size: 15px; margin-bottom: 20px; width: 841px; line-height: 30px; min-height: 640px; }
.subright .subr_Con .title { border-bottom: 1px solid #e1e1e1; margin-bottom: 10px; height: 46px; }
.subright .subr_Con .title a { color: #666; }
.subright .subr_Con img { max-width: 735px; }
.subright .subr_Con h2, .iporlist .subr_Con .title h2, .recommend h2 { color: #1571c5; /*background:url(../images/titimg.png) no-repeat left top; padding-left:40px;*/ height: 30px; float: left; }
.subrList p { color: #4a4a4a; font-size: 16px; line-height: 27px; /*cursor:pointer*/ }
.subrTxt p { color: #4a4a4a; font-size: 16px; line-height: 32px;}
.conTxt p { color: #4a4a4a; font-size: 16px; line-height: 32px;}
.listText p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.subright .subr_Con p img { padding-left: -40px; } .subr_Con { width: 100%; z-index: 9; }

/* 分页样式 */
.pagediv { clear: both; padding: 2.125rem 0; text-align: center; color: #04abf7; }
.pagediv a, .pagediv button { display: inline-block; padding: 0 14px; margin: 0 4px 8px; font-size: 1rem; line-height: 2em; border: 1px solid #d9d9d9; background-color: #fff; color: #333; }
.pagediv .pageNo { color: #bebebe; background: #fff; }
.pagediv a.current, .pagediv a:hover, .pagediv button:hover { border-color: #04abf7; color: #fff; background-color: #04abf7; }
.pagediv .prev, .pagediv .next { background-color: #ffffff; }
.pagediv input { width: 3.5rem; font-size: 1.125rem; line-height: 2em; border: 1px solid #04abf7; border-radius: 1px; }
.pagediv button { cursor: pointer; }
.content-article-page { background-color: #fafafa; padding: 10px 4.5%; }
.content-article-page p, .content-article-page a { line-height: 30px; color: #04abf7; }
.content-article-page a:hover { color: #04abf7; }

.listText { font-size: 1.125rem; display: flex; justify-content: space-between; color: #131313; }
.listText p:last-child { white-space: nowrap; font-size: 1rem; color: #707070; }
.ArticleTitle h1 { text-align: center; color: #333; font-size: 22px;margin: 15px 0 15px 0;}
.ArticleMessage { font-size: 12px; height: 36px; line-height: 36px; margin-bottom: 20px; text-align: center; background-color: #f5f5f5; color: #888; }


